Skip to content

Commit

Permalink
handling cycles
Browse files Browse the repository at this point in the history
wip, includes a language for defining graphs

wip
  • Loading branch information
kvey committed Dec 8, 2023
1 parent 0a6683e commit af21dca
Show file tree
Hide file tree
Showing 91 changed files with 3,989 additions and 7,495 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
<component name="ProjectRunConfigurationManager">
<configuration default="false" name="Test execution::database::tests::test_traverse_single_node" type="CargoCommandRunConfiguration" factoryName="Cargo Command">
<option name="command" value="test --package prompt-graph-core --lib execution::database::tests::test_traverse_single_node -- --exact" />
<option name="workingDirectory" value="file://$PROJECT_DIR$" />
<option name="emulateTerminal" value="true" />
<option name="channel" value="DEFAULT" />
<option name="requiredFeatures" value="true" />
<option name="allFeatures" value="false" />
<option name="withSudo" value="false" />
<option name="buildTarget" value="REMOTE" />
<option name="backtrace" value="SHORT" />
<envs>
<env name="DYLD_LIBRARY_PATH" value="$USER_HOME$/.rustup/toolchains/nightly-aarch64-apple-darwin/lib:$PROJECT_DIR$/target/debug/deps:" />
</envs>
<option name="isRedirectInput" value="false" />
<option name="redirectInputPath" value="" />
<method v="2">
<option name="CARGO.BUILD_TASK_PROVIDER" enabled="true" />
</method>
</configuration>
</component>
Loading

0 comments on commit af21dca

Please sign in to comment.