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

More robust flag options in frontend #6

Open
bbworld1 opened this issue Feb 7, 2021 · 1 comment
Open

More robust flag options in frontend #6

bbworld1 opened this issue Feb 7, 2021 · 1 comment
Labels
enhancement New feature or request good first issue Good for newcomers

Comments

@bbworld1
Copy link
Contributor

bbworld1 commented Feb 7, 2021

Right now, each flag on the nunaweb frontend acts independently of each other:
image

It might be good to have some flags be capable of disabling others (e.g. disabling serialization support should probably also disable the float serialization flag, as AFAIK it has no effect if serialization support code is not generated).

@bbworld1 bbworld1 added enhancement New feature or request good first issue Good for newcomers labels Feb 7, 2021
@pavel-kirienko
Copy link
Member

This is sensible. Also, the option flags should be language-specific, because, for instance, the Python backend is not configurable at all: it is always any-endian (big/little is chosen at runtime) and full serialization is always enabled there.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request good first issue Good for newcomers
Projects
None yet
Development

No branches or pull requests

2 participants