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

Disallow explicity specifying op write registers #714

Conversation

MasterDuke17
Copy link
Contributor

This ability isn't used in NQP or Rakudo, and can cause confusion. E.g.,
for nqp::split(",", "abc,def", "ghasdfi") { say($_) } before would
print "ghasdfi", now it dies with Arg count 3 doesn't equal required operand count 2 for op 'split'.

NQP builds ok and passes make m-test and Rakudo builds ok and passes make m-test m-spectest.

This ability isn't used in NQP or Rakudo, and can cause confusion. E.g.,
`for nqp::split(",", "abc,def", "ghasdfi") { say($_) }` before would
print "ghasdfi", now it dies with `Arg count 3 doesn't equal required
operand count 2 for op 'split'`.
@jnthn jnthn merged commit 906e54c into Raku:master Apr 16, 2021
@MasterDuke17 MasterDuke17 deleted the no_longer_allow_explicitly_specifying_write_register_for_ops branch April 16, 2021 20:12
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

Successfully merging this pull request may close these issues.

2 participants