You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Sep 27, 2023. It is now read-only.
Command Generation should not rely on relative this inserts, but targeted this inserts. This would make the tests easier and you can't forget to resolve relative this inserts in the ast visitor. Targeted this inserts should then be resolved after the placement without beeing resolved to relative this inserts first.
This is also good, because it opens up the possibility to change or remove relative this inserts as discussed in #35.
The text was updated successfully, but these errors were encountered:
Command Generation should not rely on relative this inserts, but targeted this inserts. This would make the tests easier and you can't forget to resolve relative this inserts in the ast visitor. Targeted this inserts should then be resolved after the placement without beeing resolved to relative this inserts first.
This is also good, because it opens up the possibility to change or remove relative this inserts as discussed in #35.
The text was updated successfully, but these errors were encountered: