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

20230719 fix aasvg breach bug #403

Merged
merged 2 commits into from
Jul 19, 2023
Merged

20230719 fix aasvg breach bug #403

merged 2 commits into from
Jul 19, 2023

Conversation

mengwong
Copy link
Contributor

No description provided.

… doing

    Petri/r2fgl: action = Leaf ((MTT "sing" :| [],Nothing) :| [])
    Petri/r2fgl: actn = [(MTT "sing" :| [],Nothing) :| []]
    Petri/r2fgl: oblLab = [(MTT "sing" :| [],Nothing) :| []]
    Petri/r2fgl: deontic = DMust
    Petri/r2fgl: lestWord deontic = Right "not done"
    Petri/r2fgl: mbOnFailureN: first branch; onFailureN=6
    Petri/r2fgl: drawing edge between obligationN and onFailureN
    Petri/r2fgl: hence rule, drawing childOuts fulfilledNode=1 -- onSuccessN=5
    Petri/childouts: second pattern match, defaultNode=1, onSuccessN=5
    Petri/r2fgl: lest rule (Nothing), drawing childOuts breachNode=0 -- mbOnFailureN=Just 6
    Petri/childouts: second pattern match, defaultNode=0, onSuccessN=5

the bug here is that a lest Nothing that goes to Not Done is somehow
pointing to Fulfilled instead of Breach
@mengwong mengwong merged commit 131a29a into main Jul 19, 2023
4 checks passed
@mengwong mengwong deleted the 20230719-fix-aasvg-breach-bug branch July 19, 2023 16:49
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

Successfully merging this pull request may close these issues.

1 participant