perlun (Per Lundberg)
- Login: perlun
- Registered on: 11/15/2016
- Last sign in: 05/28/2018
Issues
| open | closed | Total | |
|---|---|---|---|
| Assigned issues | 0 | 0 | 0 |
| Reported issues | 0 | 1 | 1 |
Activity
05/28/2018
-
12:00 PM Ruby Feature #12906: do/end blocks work with ensure/rescue/else
- Old issue, but still perhaps the right place to mention this: the new syntax ONLY works in do/end, not in {} blocks (as mentioned above.)
It also does not work in "block-like" places like a for loop. So this is not valid syntax:
``...
01/30/2018
-
07:19 PM Ruby Bug #12941: malloc: *** error for object 0x7fb4a88d2320: pointer being freed was not allocated
- No feedback received, no other people have reported the same issue. Let's close this for now until we have a good, isolated repro case.
01/02/2018
-
10:59 AM Ruby Feature #11473: Immutable String literal in Ruby 3
- FWIW, Rubocop suggests now in recent versions that you use the "unary plus" as the "one-character" approach to thaw a frozen string: http://www.rubydoc.info/gems/rubocop/RuboCop/Cop/Performance/UnfreezeString
More details in the PR th...
09/15/2017
-
09:32 AM Ruby Bug #13772: Memory leak recycling stacks for threads in 2.4.1
- Thanks a lot, great news!
09/11/2017
-
05:35 AM Ruby Bug #13772: Memory leak recycling stacks for threads in 2.4.1
- This bug unfortunately prevents my organization from using 2.4.1 at the moment, we will have to downgrade to 2.3.4. Is there any chance we could get a bug fix release (2.4.2) out including this fix, in the near future? We could always co...
11/15/2016
-
10:19 AM Ruby Bug #12941 (Closed): malloc: *** error for object 0x7fb4a88d2320: pointer being freed was not allocated
- I am _occasionally_ seeing issues like this:
~~~
ruby /Users/plundberg/.rvm/gems/ruby-2.3.1/bin/rspec(63837,0x7fffd90c33c0) malloc: *** error for object 0x7fb4a88d2320: pointer being freed was not allocated
*** set a breakpoint in m...