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

Figure out how to test that our system _can't_ do what it _shouldn't_. #20

Open
ShapeOfMatter opened this issue Apr 26, 2024 · 2 comments
Labels
help wanted Extra attention is needed
Milestone

Comments

@ShapeOfMatter
Copy link
Owner

e.g. un-projectable choreographies shouldn't type-check; but since they don't typecheck it's hard to write unit tests for that.
e.g. in some of our examples it's significant who doesn't get what; can we express that as a unit test?

@ShapeOfMatter ShapeOfMatter added the help wanted Extra attention is needed label May 1, 2024
@ShapeOfMatter ShapeOfMatter added this to the Submittable milestone May 1, 2024
@ShapeOfMatter
Copy link
Owner Author

I've refactored the core monad to allow the stuff I think we want to allow. I'm not going to merge it until I"m a little more sure it's safe, but i'm realizing it's delicate; our system isn't going to be as "obviously safe" as HasChor's was.

@ShapeOfMatter
Copy link
Owner Author

I've refactored the core monad to allow the stuff I think we want to allow. I'm not going to merge it until I"m a little more sure it's safe, but i'm realizing it's delicate; our system isn't going to be as "obviously safe" as HasChor's was.

I've since merged this. See 3507309 and 022d346

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

1 participant