Compare commits
1 Commits
84714925f1
...
main
| Author | SHA1 | Date | |
|---|---|---|---|
| a4fcc1cb36 |
11
README.md
11
README.md
@@ -62,19 +62,14 @@ tricu eval --format decode program.tri
|
|||||||
tricu eval --output result.txt program.tri
|
tricu eval --output result.txt program.tri
|
||||||
```
|
```
|
||||||
|
|
||||||
Annotated programs run normally under `eval`; annotations are metadata, not
|
Unchecked eval parses annotation syntax, discards contract metadata, skips
|
||||||
runtime types. If you want evaluation to ignore View Contracts completely while
|
producer-side View Contract checks during workspace module auto-builds, and does
|
||||||
loading workspace modules, use unchecked mode:
|
not publish unchecked View refs.
|
||||||
|
|
||||||
```sh
|
```sh
|
||||||
tricu eval --unchecked program.tri
|
tricu eval --unchecked program.tri
|
||||||
```
|
```
|
||||||
|
|
||||||
Unchecked eval parses annotation syntax, discards contract metadata, skips
|
|
||||||
producer-side View Contract checks during workspace module auto-builds, and does
|
|
||||||
not publish unchecked View refs. Executable module exports may still be cached in
|
|
||||||
the content store.
|
|
||||||
|
|
||||||
Check View Contract annotations explicitly:
|
Check View Contract annotations explicitly:
|
||||||
|
|
||||||
```sh
|
```sh
|
||||||
|
|||||||
Reference in New Issue
Block a user