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

Declaration prefixed with rand keyword is not prettified. #1335

Closed
veripoolbot opened this issue Aug 28, 2018 · 3 comments
Closed

Declaration prefixed with rand keyword is not prettified. #1335

veripoolbot opened this issue Aug 28, 2018 · 3 comments
Labels

Comments

@veripoolbot
Copy link
Collaborator


Author Name: Chan Gyu Lee
Original Redmine Issue: 1335 from https://www.veripool.org


When doing lineup or prettifying code, declarations prefixed with rand keyword are ignored. I suggested "pull request":#16 in github to handle this problem, and was instructed to create issue here.

Tests fail because as noted above, declarations with rand keyword are
not originally being prettified. When I accordingly modified few test cases that contain such declarations, every other test cases passed without problem.

Are there any specific reasons for not prettifying rand property declarations?

@veripoolbot
Copy link
Collaborator Author


Original Redmine Comment
Author Name: Alex Reed
Original Date: 2018-08-28T13:52:10Z


There's no reason that I know of to exclude 'rand' from prettifying operations. I think this was just oversight. I'll patch the two tests that fail and promote this patch sometime later today hopefully.

@veripoolbot
Copy link
Collaborator Author


Original Redmine Comment
Author Name: Chan Gyu Lee
Original Date: 2018-09-07T04:39:40Z


I just noticed that there is another keyword 'randc' which also need to be added.

@veripoolbot
Copy link
Collaborator Author


Original Redmine Comment
Author Name: Wilson Snyder (@wsnyder)
Original Date: 2018-11-29T19:48:24Z


Believe this was committed on Sep 4th.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant