thyresias (Thierry Lambert)
- Login: thyresias
- Email: thyresias@gmail.com
- Registered on: 01/02/2014
- Last sign in: 12/03/2023
Issues
open | closed | Total | |
---|---|---|---|
Assigned issues | 0 | 0 | 0 |
Reported issues | 0 | 7 | 7 |
Activity
09/05/2023
- 01:45 PM Ruby master Bug #19861: Ripper does not fire any error event on unfinished heredoc
- I had missed this one.
Thanks, nobu.
09/04/2023
- 06:09 PM Ruby master Bug #19861 (Closed): Ripper does not fire any error event on unfinished heredoc
- ```ruby
require 'ripper'
class BasicParser < Ripper
EVENTS.each do |event|
module_eval(<<~RUBY, __FILE__,...
08/25/2023
- 02:19 PM Ruby master Bug #19851 (Closed): Ripper returns an extra block argument for :params with :args_forward
- ```ruby
require 'ripper'
class BasicParser < Ripper
EVENTS.each do |event|
module_eval(<<~RUBY, __FILE__,...
07/30/2023
- 06:13 PM Ruby master Bug #19788 (Closed): Ripper returns a symbol instead of a token as operator for "::"
- ```ruby
require 'ripper'
class BasicParser < Ripper
EVENTS.each do |event|
module_eval(<<~RUBY, __FILE__,...
07/26/2023
- 10:05 PM Ruby master Bug #19786: Data::define() does not work as documented
- zverok (Victor Shepelev) wrote in #note-1:
> It's a documentation bug :( The first implementations of `Data` had thi... - 06:03 PM Ruby master Bug #19786 (Closed): Data::define() does not work as documented
- Not sure if this is a bug or a feature.
RDoc documentation for Data::define:
> define(name, *symbols) → class
...
01/31/2022
- 09:05 AM Ruby master Bug #18294: error when parsing regexp comment
- I understand it is not easy to fix, and I sure can live with it.
ありがとうMatzさん \^_^
11/15/2021
- 09:59 AM Ruby master Bug #18294: error when parsing regexp comment
- duerst (Martin Dürst) wrote in #note-1:
> I guess yes. It's somewhat counter-intuitive, but I guess the implementati...
11/08/2021
- 06:33 PM Ruby master Bug #18294 (Closed): error when parsing regexp comment
- The following code generates the error "too short escaped multibyte character"
``` ruby
_re = /
foo # \M-ca
/x...
03/21/2020
- 05:05 PM Ruby master Bug #16700: Inconsistent behavior of equal? between Integer and Float
- I am a bit surprised by @jeremyevans0 statement:
> In short, this isn't a bug, it is expected behavior.
Regardles...
Also available in: Atom