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

Queues in other unpacked arrays #1647

Closed
veripoolbot opened this issue Dec 18, 2019 · 1 comment
Closed

Queues in other unpacked arrays #1647

veripoolbot opened this issue Dec 18, 2019 · 1 comment
Assignees
Labels
area: data-types Issue involves data-types effort: days Expect this issue to require roughly days of invested effort to resolve resolution: fixed Closed; fixed type: feature-IEEE Request to add new feature, described in IEEE 1800

Comments

@veripoolbot
Copy link
Contributor


Author Name: Stefan Wallentowitz (@wallento)
Original Redmine Issue: 1647 from https://www.veripool.org

Original Assignee: Stefan Wallentowitz (@wallento)


Queues can be used in other arrays:

int q[4][$];
q[0].push_back(0);

This is currently not supported and will fail at compile time.

@veripoolbot veripoolbot added area: data-types Issue involves data-types effort: days Expect this issue to require roughly days of invested effort to resolve type: feature-IEEE Request to add new feature, described in IEEE 1800 labels Dec 22, 2019
@wallento wallento self-assigned this Dec 22, 2019
@wallento wallento reopened this Dec 23, 2019
@wsnyder wsnyder added the resolution: fixed Closed; fixed label Jan 29, 2023
@wsnyder
Copy link
Member

wsnyder commented Jan 29, 2023

Somewhere along the line this was fixed, example passes.

@wsnyder wsnyder closed this as completed Jan 29, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area: data-types Issue involves data-types effort: days Expect this issue to require roughly days of invested effort to resolve 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

3 participants