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

Should ignore pipes in enumerations #37

Open
PLatCIC opened this issue Oct 29, 2024 · 0 comments
Open

Should ignore pipes in enumerations #37

PLatCIC opened this issue Oct 29, 2024 · 0 comments

Comments

@PLatCIC
Copy link

PLatCIC commented Oct 29, 2024

I added an enumeration to fix a datamap error on this action line for an operator:

    ^attach-type |ref-expr|

Checking against the datamap gave me an error when I created an enumeration like this:

       ^attach-type ref-expr

But it worked if I did it like this:

    ^attach-type |ref-expr|

It seems to me that Visual Soar should not care about these pipes. There is no possible ambiguity in this context. If I leave them out of the enumeration, it should not give a datamap error. If I have them there, that should be OK too, to keep backward compatibility.

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

No branches or pull requests

2 participants