-
Notifications
You must be signed in to change notification settings - Fork 4
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
Bug in BDD difference #3
Comments
Thank you for the issue; I believe I've addressed it here, and I've rerendered the tutorial and the fix should be live. I'm glad the tutorial was useful! I wrote it originally so I could understand what on earth I was trying to do, so it's awesome to hear it had a benefit outside of that limited use =) |
I think there's actually a bug here in the Castagna paper: ballerina-platform/nballerina#757 (comment) I have reported it, so we will see what he says. |
Castagna confirmed the bug and the fix, so I made a new issue #5. |
There's a bug in the last line of figure 21. It's currently:
but it should be:
as in the Castagna paper (https://arxiv.org/pdf/1809.01427.pdf, at the bottom of page 15:35) where the corresponding formula is
The way you have it does not preserve the invariant that on every path the order of the labels strictly increases.
BTW, thanks very much for your tutorial: I found it very helpful for getting started with my project (https://github.com/jclark/semtype).
The text was updated successfully, but these errors were encountered: