Skip to content

Commit ce9750e

Browse files
authored
feat(routines): add capability-rooted declaration source reader (#97)
Acquire required Modelica source bytes through confined release and development directory capabilities with deterministic, bounded, atomic reads.
1 parent f77e4dc commit ce9750e

6 files changed

Lines changed: 2015 additions & 14 deletions

File tree

tools/routine-compiler/Cargo.lock

Lines changed: 256 additions & 7 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

tools/routine-compiler/Cargo.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ publish = false
66
description = "Checks G36 declarations and resolves validated routine specializations"
77

88
[dependencies]
9+
cap-std = "=4.0.2"
910
num-bigint = "0.4.8"
1011
num-rational = "0.4.2"
1112
rumoca-core = { git = "https://github.com/CogniPilot/rumoca.git", rev = "880ff2482dd83595425ead5963505d2100e083f1" }

0 commit comments

Comments
 (0)