hurricup (Alexandr Evstigneev)
- Login: hurricup
- Email: hurricup@gmail.com
- Registered on: 09/26/2020
- Last sign in: 10/29/2024
Issues
open | closed | Total | |
---|---|---|---|
Assigned issues | 0 | 0 | 0 |
Reported issues | 6 | 16 | 22 |
Like
Activity
10/31/2024
- 08:30 AM Ruby master Bug #20856 (Open): Incorrect and inconsistent multi-thread eval execution with Prism compiler
- Consider example:
```
s = Thread.new {
a = 5
puts eval("a == b")
x = 6
}
s.join
b = 11
```
As far...
10/29/2024
- 04:40 AM Ruby master Misc #20814: iseq optimizations on constant condition
- nobu (Nobuyoshi Nakada) wrote in #note-1:
> To disable optimizations, see the document of `RubyVM::InstructionSequen...
10/25/2024
- 11:20 AM Ruby master Misc #20814 (Feedback): iseq optimizations on constant condition
- ruby 3.4-preview2 seems optimizes out some stuff when building iseq and this may lead to user unexpected behavior whe...
07/24/2023
- 04:10 AM Ruby master Bug #19782: Ruby operators precedence inconsistency
- sawa (Tsuyoshi Sawada) wrote in #note-1:
> In general, precedence comes into play when an expression is ambiguous. A...
07/23/2023
- 06:33 AM Ruby master Bug #19782 (Rejected): Ruby operators precedence inconsistency
- Unfortunately I could not find a good documentation regarding ruby operators precedence and associativity, but accord...
05/25/2023
- 01:51 AM Ruby master Bug #19689: ruby_vm_event_enabled_global_flags is not exported by ruby 3.3.0-preview1
- nobu (Nobuyoshi Nakada) wrote in #note-1:
> That is one of symbols had been exported only for MJIT, and is declared ...
05/24/2023
- 11:01 AM Ruby master Bug #19689 (Feedback): ruby_vm_event_enabled_global_flags is not exported by ruby 3.3.0-preview1
- As far as I understand headers, it still should be available.
Still:
```
hurricup@AM-UNIT-0002:/usr/share/rvm/r...
04/06/2023
- 06:43 AM Ruby master Bug #19583 (Closed): Unary minus inconsistency when used with variables and literals
- This feels a bit inconsistent and I could not find an explanation.
This is fine and `-` has higher precedence than...
04/04/2023
- 04:37 AM Ruby master Feature #19545: lp/hp logic parsing inconsistency
- jeremyevans0 (Jeremy Evans) wrote in #note-4:
> hurricup (Alexandr Evstigneev) wrote in #note-3:
> > And any expres... - 03:45 AM Ruby master Feature #19545: lp/hp logic parsing inconsistency
- You are explaining from ruby developer perspective and it all makes sense.
But from pure language user this feels r...
Also available in: Atom