daveola (David Stellar)
- Login: daveola
- Registered on: 05/13/2022
- Last sign in: 10/31/2024
Issues
open | closed | Total | |
---|---|---|---|
Assigned issues | 0 | 0 | 0 |
Reported issues | 2 | 1 | 3 |
Activity
11/01/2024
- 05:42 PM Ruby master Bug #20858: multiple parallel assignments are inconsistent
- mame (Yusuke Endoh) wrote in #note-1:
> Currently, `a, b = c, d = 3, 4` is interpreted as `a, b = c, (d = 3, 4)`. Wh... - 12:20 AM Ruby master Bug #20858 (Open): multiple parallel assignments are inconsistent
- I may have terminology wrong, so apologies. For this bug I'm going to use "multiple assignment" to refer to using mu...
05/06/2023
- 03:06 AM Ruby master Bug #19631 (Open): module_eval does not propulate absolute_path for Kernel.caller_locations
I am using module_eval and noticing that since ruby 3.2 the Kernel locations do not have absolute_path for any of t...
06/14/2022
- 10:52 PM Ruby master Bug #18780: Incorrect binding receiver for C API rb_eval_string()
- alanwu (Alan Wu) wrote in #note-15:
> I spoke too soon! Flipping the `if` in `demo.rb`:
>
> I'll reopen this and ...
06/11/2022
- 07:12 PM Ruby master Bug #18780: Incorrect binding receiver for C API rb_eval_string()
- Eregon (Benoit Daloze) wrote in #note-10:
> I'm reluctant to reply since you seem to ignore my comments as a Ruby im...
05/17/2022
- 05:50 PM Ruby master Bug #18780: Incorrect binding receiver for C API rb_eval_string()
> You have just made this literally impossible to write in ruby.
And before you say "just have the caller pass i...- 05:47 PM Ruby master Bug #18780: Incorrect binding receiver for C API rb_eval_string()
- Eregon (Benoit Daloze) wrote in #note-6:
> OK, finally the issue is clear.
>
> Could you try with latest master?
... - 05:02 PM Ruby master Bug #18780: Incorrect binding receiver for C API rb_eval_string()
- Eregon (Benoit Daloze) wrote in #note-3:
> It's the same as TOPLEVEL_BINDING, isn't it?
> It doesn't use any informat... - 04:47 AM Ruby master Bug #18780: Incorrect binding receiver for C API rb_eval_string()
- That's actually not really true, there *is* a caller binding, as evidenced by the fact that you can *get* the binding...
05/13/2022
- 11:00 PM Ruby master Bug #18780 (Closed): Incorrect binding receiver for C API rb_eval_string()
% ruby -v
ruby 2.7.0p0 (2019-12-25 revision 647ee6f091) [x86_64-linux]
(Though looking at the source code this ...
Also available in: Atom