Skip to content

Bump dependencies - #9

Open
dbongartz wants to merge 1 commit into
iColgateZz:mainfrom
dbongartz:chore/bump-dependencies
Open

Bump dependencies#9
dbongartz wants to merge 1 commit into
iColgateZz:mainfrom
dbongartz:chore/bump-dependencies

Conversation

@dbongartz

Copy link
Copy Markdown
Contributor

Completely optional, just noticed some where behind current.

Comment thread src/ir/signal_layout.rs
offset: value.offset,
min: value.min,
max: value.max,
min: numeric_value_to_float(value.min),

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

I wonder if we can change the types of min/max to NumericValue instead and perhaps simplify code elsewhere? Pretty sure there is some detection for int / float somewhere.

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

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

I started doing that, but can_dbc::NumericValue does not implement Hash. It probably should though... So the next steps to fix that looked like a rabbit hole... which I didn't want to go for a version bump :)

Feel free to close this if you prefer a proper solution.

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.

2 participants