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

R1.7.3 #69

Merged
merged 10 commits into from
Aug 1, 2024
Merged

R1.7.3 #69

merged 10 commits into from
Aug 1, 2024

Conversation

JJL772
Copy link
Member

@JJL772 JJL772 commented Jul 22, 2024

JJL772 added 6 commits April 12, 2024 20:02
Bunch of new clang-tidy checks, mostly a subset of bugprone- and misc-.
Also added annotations explaining why these are necessary.

.clang-tidy now supports a list syntax in clang 17. To retain backwards
compatibility with older versions of clang-tidy, the script will
automatically convert the config to a JSON and passes that to clang-tidy
directly.
@JJL772 JJL772 added this to the R1.7.3 milestone Jul 22, 2024
JJL772 and others added 4 commits August 1, 2024 15:10
Both signed and unsigned representations behave like a signed 16-bit
integer. In the case of unsigned, the value is limited to the range
0-32767, the former is limited to -32768-32767. As such, treating the
values from the terminal as int16 (and thus sign extending them when
assigning to RVAL) is the correct way of doing things.

This does not handle the MSB representation properly however. That will
require more work down the line if we ever decide to support it. For
now, users will need to use the unsigned or signed representations for
the data to be correctly read.
@JJL772 JJL772 merged commit 3ac6700 into master Aug 1, 2024
22 checks passed
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.

1 participant