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
Is your feature request related to a problem? Please describe.
After updating Myriad (and consequently Fantomas), all the generated code misses keywords, turns out new Fantomas versions require a non-None value for trivia, but most of the helpers generate it with None, causing all the generated AST to produce nonsense code.
Describe the solution you'd like
Can all the default record and helper methods generate trivia with Some Range.Zero by default?
Describe alternatives you've considered
Dropping FsAst and re-writing all the code to create unions directly
Cloning the repository and making the changes myself and reference locally
Is your feature request related to a problem? Please describe.
After updating Myriad (and consequently Fantomas), all the generated code misses keywords, turns out new Fantomas versions require a non-None value for trivia, but most of the helpers generate it with None, causing all the generated AST to produce nonsense code.
Describe the solution you'd like
Can all the default record and helper methods generate trivia with
Some Range.Zero
by default?Describe alternatives you've considered
Dropping FsAst and re-writing all the code to create unions directly
Cloning the repository and making the changes myself and reference locally
Additional context
Please see here: MoiraeSoftware/myriad#154
Started playing with it here: a6649ec
Thank you.
The text was updated successfully, but these errors were encountered: