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 modifying an immutable variable during iteration--needs "is rw" #27

Merged
merged 2 commits into from Oct 26, 2017

Conversation

lefth
Copy link

@lefth lefth commented Sep 29, 2017

Fixes:
Cannot assign to a readonly variable ($socket) or a value
in block at /home/user/rakudo/share/perl6/site/sources/4F88D22071E3E320D8AAB5083BFC265C51014181 (MongoDB::Server) line 301

@lefth lefth force-pushed the master branch 2 times, most recently from 3528926 to 5e94dfe Compare October 24, 2017 10:51
Dan Zwell added 2 commits October 24, 2017 18:55
MongoDB shouldn't change Log::Async's settings (or rely on them),
so instead of using the logger singleton, it should create
a logger instance and use only that.

This fixes issue MARTIMM#29.
Fixes:
Cannot assign to a readonly variable ($socket) or a value
  in block  at /home/user/rakudo/share/perl6/site/sources/4F88D22071E3E320D8AAB5083BFC265C51014181 (MongoDB::Server) line 301
@MARTIMM
Copy link
Owner

MARTIMM commented Oct 26, 2017

Its funny that it works for such a long time not passing this piece of code!

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.

None yet

2 participants