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
Not sure if my usage is up to date or correct, so let me know if not.
When using the branch anzdaddy/relgom, the Go code generated can be invalid (not compilable) due to a naming conflict if the SYSL model used has a field of name 'model':
!table something:
model <: something
Can provide more details in private. There is a write-up ready that cannot be posted here.
Steps to Reproduce
Have a model with a field named 'model'
Generate Go code using branch anzdaddy/relgom
Try to compile the code - type mismatch errors are thrown
Expected behavior
Compilation successful
Actual behavior
Compilation fails - type mismatch errors are thrown
The text was updated successfully, but these errors were encountered:
Description
Not sure if my usage is up to date or correct, so let me know if not.
When using the branch
anzdaddy/relgom
, the Go code generated can be invalid (not compilable) due to a naming conflict if the SYSL model used has a field of name 'model':Can provide more details in private. There is a write-up ready that cannot be posted here.
Steps to Reproduce
anzdaddy/relgom
Expected behavior
Compilation successful
Actual behavior
Compilation fails - type mismatch errors are thrown
The text was updated successfully, but these errors were encountered: