Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[design] consistency levels #18

Open
xieyuheng opened this issue Sep 6, 2022 · 1 comment
Open

[design] consistency levels #18

xieyuheng opened this issue Sep 6, 2022 · 1 comment

Comments

@xieyuheng
Copy link
Member

Problem:

We need a way to distinguish consistency levels.

For examples:

  • side effect
  • type in type

Solution 1:

One module, one consistency level.

Use file extension to distinguish consistency levels.

  • .c0, .c1, .c2, ...

Higher level can not import lower level module.

@xieyuheng
Copy link
Member Author

Solution 2:

Support YAML frontmatter, in .cic format,
and write meta information there.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant