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

Fixing limitation for allowed for ddsidl #205

Merged
merged 1 commit into from Jan 24, 2023

Conversation

erikbosch
Copy link
Collaborator

@erikbosch erikbosch commented Jan 5, 2023

Previously ddsidl could not handle allowed for float/int as it expected string values.
Now it will ignore allowed for float/int and give a warning.

Fixes #502

@SebastianSchildt
Copy link
Collaborator

I guess 502 refers to COVESA/vehicle_signal_specification#502

Can you check if this looks reasonable @zam1kor ?

description: An int

A.Float:
datatype: uint16
Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

should be float

@erikbosch
Copy link
Collaborator Author

Meeting notes: Erik to fix error, please review until next week. Decision to merge next week

Previously ddsidl could not handle allowed for float/int
as it expected string values.
Now it will ignore allowed for float/int and give a warning
@erikbosch
Copy link
Collaborator Author

The error found has been fixed.

@erikbosch
Copy link
Collaborator Author

Meeting decision: merge

@erikbosch erikbosch merged commit 7c326c8 into COVESA:master Jan 24, 2023
@erikbosch erikbosch deleted the erikbosch/erik_allowed branch January 24, 2023 15:56
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Support for int/float/double together with "allowed"?
2 participants