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

Create code pattern for sanitizing signed integer class #25

Open
Alvov1 opened this issue Dec 1, 2024 · 0 comments
Open

Create code pattern for sanitizing signed integer class #25

Alvov1 opened this issue Dec 1, 2024 · 0 comments
Labels
enhancement New feature or request good first issue Good for newcomers

Comments

@Alvov1
Copy link
Owner

Alvov1 commented Dec 1, 2024

Well, currently sanitizing is only performed on unsigned class. I couldn't quickly come up with a code pattern that would utilize the majority of signed integers functionality. It should be something like a long wandering sequence of integers greater than and less than zero with multiplication and division.

It's required to write code inside sanitize/signed/main.cpp + add additional job inside sanitize_multiple_platforms.yml

@Alvov1 Alvov1 added enhancement New feature or request good first issue Good for newcomers labels Dec 1, 2024
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

1 participant