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

Bug of writing uint8_t as a character instead of integer value in final config #342

Open
furuame opened this issue Jun 8, 2022 · 2 comments
Assignees
Labels
bug Something isn't working component: sparta Issue is related to sparta framework

Comments

@furuame
Copy link
Member

furuame commented Jun 8, 2022

I declared a Sparta parameter by uint8_t type, then Sparta wrote a character instead of integer value in final config file. That caused Sparta failed to read the same parameter from the final config file, because it was finding a uint8_t value.

@furuame furuame added the bug Something isn't working label Jun 8, 2022
@klingaard klingaard self-assigned this Jun 12, 2022
@klingaard klingaard added the component: sparta Issue is related to sparta framework label Jun 12, 2022
@ghost
Copy link

ghost commented Jun 14, 2022

Yep, can reproduce. Got a test on branch knutel/issue_342_int8_params

@ghost
Copy link

ghost commented Sep 5, 2023

Hey @furuame, is this still an issue? Did you try the branch?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working component: sparta Issue is related to sparta framework
Projects
None yet
Development

No branches or pull requests

2 participants