ruby-core@ruby-lang.org archive (unofficial mirror)
 help / color / mirror / Atom feed
* [ruby-core:120423] [Ruby master Bug#20986] Bug in Prism parser with `?\C`
@ 2024-12-26 20:29 tenderlovemaking (Aaron Patterson) via ruby-core
  2024-12-26 20:34 ` [ruby-core:120424] " zenspider (Ryan Davis) via ruby-core
  2024-12-26 21:45 ` [ruby-core:120425] " kddnewton (Kevin Newton) via ruby-core
  0 siblings, 2 replies; 3+ messages in thread
From: tenderlovemaking (Aaron Patterson) via ruby-core @ 2024-12-26 20:29 UTC (permalink / raw)
  To: ruby-core; +Cc: tenderlovemaking (Aaron Patterson)

Issue #20986 has been reported by tenderlovemaking (Aaron Patterson).

----------------------------------------
Bug #20986: Bug in Prism parser with `?\C`
https://bugs.ruby-lang.org/issues/20986

* Author: tenderlovemaking (Aaron Patterson)
* Status: Open
* Assignee: prism
* Backport: 3.1: UNKNOWN, 3.2: UNKNOWN, 3.3: UNKNOWN, 3.4: UNKNOWN
----------------------------------------
Prism output is this:

```
$ ./miniruby -e 'p ?\C-\]'
"]"
```

Parse.y output is this:

```
$ ./miniruby --parser=parse.y -e 'p ?\C-\]'
"\u001D"
```



-- 
https://bugs.ruby-lang.org/
 ______________________________________________
 ruby-core mailing list -- ruby-core@ml.ruby-lang.org
 To unsubscribe send an email to ruby-core-leave@ml.ruby-lang.org
 ruby-core info -- https://ml.ruby-lang.org/mailman3/lists/ruby-core.ml.ruby-lang.org/

^ permalink raw reply	[flat|nested] 3+ messages in thread

* [ruby-core:120424] [Ruby master Bug#20986] Bug in Prism parser with `?\C`
  2024-12-26 20:29 [ruby-core:120423] [Ruby master Bug#20986] Bug in Prism parser with `?\C` tenderlovemaking (Aaron Patterson) via ruby-core
@ 2024-12-26 20:34 ` zenspider (Ryan Davis) via ruby-core
  2024-12-26 21:45 ` [ruby-core:120425] " kddnewton (Kevin Newton) via ruby-core
  1 sibling, 0 replies; 3+ messages in thread
From: zenspider (Ryan Davis) via ruby-core @ 2024-12-26 20:34 UTC (permalink / raw)
  To: ruby-core; +Cc: zenspider (Ryan Davis)

Issue #20986 has been updated by zenspider (Ryan Davis).


Caught via ruby_parser's lexer tests

----------------------------------------
Bug #20986: Bug in Prism parser with `?\C`
https://bugs.ruby-lang.org/issues/20986#change-111203

* Author: tenderlovemaking (Aaron Patterson)
* Status: Open
* Assignee: prism
* Backport: 3.1: UNKNOWN, 3.2: UNKNOWN, 3.3: UNKNOWN, 3.4: UNKNOWN
----------------------------------------
Prism output is this:

```
$ ./miniruby -e 'p ?\C-\]'
"]"
```

Parse.y output is this:

```
$ ./miniruby --parser=parse.y -e 'p ?\C-\]'
"\u001D"
```



-- 
https://bugs.ruby-lang.org/
 ______________________________________________
 ruby-core mailing list -- ruby-core@ml.ruby-lang.org
 To unsubscribe send an email to ruby-core-leave@ml.ruby-lang.org
 ruby-core info -- https://ml.ruby-lang.org/mailman3/lists/ruby-core.ml.ruby-lang.org/

^ permalink raw reply	[flat|nested] 3+ messages in thread

* [ruby-core:120425] [Ruby master Bug#20986] Bug in Prism parser with `?\C`
  2024-12-26 20:29 [ruby-core:120423] [Ruby master Bug#20986] Bug in Prism parser with `?\C` tenderlovemaking (Aaron Patterson) via ruby-core
  2024-12-26 20:34 ` [ruby-core:120424] " zenspider (Ryan Davis) via ruby-core
@ 2024-12-26 21:45 ` kddnewton (Kevin Newton) via ruby-core
  1 sibling, 0 replies; 3+ messages in thread
From: kddnewton (Kevin Newton) via ruby-core @ 2024-12-26 21:45 UTC (permalink / raw)
  To: ruby-core; +Cc: kddnewton (Kevin Newton)

Issue #20986 has been updated by kddnewton (Kevin Newton).


https://github.com/ruby/prism/pull/3349

----------------------------------------
Bug #20986: Bug in Prism parser with `?\C`
https://bugs.ruby-lang.org/issues/20986#change-111204

* Author: tenderlovemaking (Aaron Patterson)
* Status: Open
* Assignee: prism
* Backport: 3.1: UNKNOWN, 3.2: UNKNOWN, 3.3: UNKNOWN, 3.4: UNKNOWN
----------------------------------------
Prism output is this:

```
$ ./miniruby -e 'p ?\C-\]'
"]"
```

Parse.y output is this:

```
$ ./miniruby --parser=parse.y -e 'p ?\C-\]'
"\u001D"
```



-- 
https://bugs.ruby-lang.org/
 ______________________________________________
 ruby-core mailing list -- ruby-core@ml.ruby-lang.org
 To unsubscribe send an email to ruby-core-leave@ml.ruby-lang.org
 ruby-core info -- https://ml.ruby-lang.org/mailman3/lists/ruby-core.ml.ruby-lang.org/

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2024-12-26 21:45 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2024-12-26 20:29 [ruby-core:120423] [Ruby master Bug#20986] Bug in Prism parser with `?\C` tenderlovemaking (Aaron Patterson) via ruby-core
2024-12-26 20:34 ` [ruby-core:120424] " zenspider (Ryan Davis) via ruby-core
2024-12-26 21:45 ` [ruby-core:120425] " kddnewton (Kevin Newton) via ruby-core

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).