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

Fix conditional assignments of slices where conditional is an array #215

Closed
veripoolbot opened this issue Feb 1, 2010 · 1 comment
Closed
Labels
resolution: fixed Closed; fixed type: feature-IEEE Request to add new feature, described in IEEE 1800

Comments

@veripoolbot
Copy link
Contributor


Author Name: Byron Bradley (@bbradley)
Original Redmine Issue: 215 from https://www.veripool.org
Original Date: 2010-02-01
Original Assignee: Byron Bradley (@bbradley)


V3Slice will look at the conditional part of an assignment and compare the dimensions. If the conditional is an array this will fail when it shouldn't.

Also attached two trivial patches that:

  • Fix wrong node pointer in a V3Slice check
  • Fix negative value assigned to unsigned int
@veripoolbot
Copy link
Contributor Author


Original Redmine Comment
Author Name: Wilson Snyder (@wsnyder)
Original Date: 2010-02-01T11:53:03Z


Patches applied, plus a cast to (int) to fix a unsigned comparison warning.

Thanks again.

@veripoolbot veripoolbot added resolution: fixed Closed; fixed type: feature-IEEE Request to add new feature, described in IEEE 1800 labels Dec 22, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
resolution: fixed Closed; fixed type: feature-IEEE Request to add new feature, described in IEEE 1800
Projects
None yet
Development

No branches or pull requests

1 participant