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
I think it might make sense to ignore any generated code, to make it clearer that those files really shouldn't be edited by hand. It does mean any contributor would need to have python and some tooling installed (though already done semi-automatically via make venv) to generate the ral files.
I'd like some feedback on that before doing it.
The text was updated successfully, but these errors were encountered:
This helps clarify to contributors these files are generated not
written by hand. It also helps build confidence in code generation
by enforcing the need to generate these files for each checkout.
Crate users would not need to deal with this.
Fixes#15
This helps clarify to contributors these files are generated not
written by hand. It also helps build confidence in code generation
by enforcing the need to generate these files for each checkout.
Crate users would not need to deal with this.
Fixes#15
I went ahead and did it, but will wait on merging based on feedback. I'm also looking to automatically get a CI flow going in github actions that generates the code and builds it at the very least.
I think it might make sense to ignore any generated code, to make it clearer that those files really shouldn't be edited by hand. It does mean any contributor would need to have python and some tooling installed (though already done semi-automatically via make venv) to generate the ral files.
I'd like some feedback on that before doing it.
The text was updated successfully, but these errors were encountered: