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

"increment" and "decrement" methods in Bool.pir should be "succ" and "pred" #92

Closed
p6rt opened this issue May 22, 2008 · 3 comments
Closed

Comments

@p6rt
Copy link

p6rt commented May 22, 2008

Migrated from rt.perl.org#54654 (status was 'resolved')

Searchable as RT54654$

@p6rt
Copy link
Author

p6rt commented May 22, 2008

From @pmichaud

Currently src/classes/Bool.pir has the increment and decrement
operations listed as "increment" and "decrement". Per S03 these
should probably be defined as ".succ" and ".pred".

Pm

@p6rt
Copy link
Author

p6rt commented May 29, 2008

From @pmichaud

Fixed in r27929.

Pm

@p6rt
Copy link
Author

p6rt commented May 29, 2008

@pmichaud - Status changed from 'new' to 'resolved'

@p6rt p6rt closed this as completed May 29, 2008
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

No branches or pull requests

1 participant