ruby-core@ruby-lang.org archive (unofficial mirror)
 help / color / mirror / Atom feed
* [ruby-core:72396] [Ruby trunk - Bug #11849] [Open] Heredoc regression in 2.2.4
       [not found] <redmine.issue-11849.20151219235941@ruby-lang.org>
@ 2015-12-19 23:59 ` whitequark
  2015-12-20  0:02 ` [ruby-core:72397] [Ruby trunk - Bug #11849] " whitequark
                   ` (3 subsequent siblings)
  4 siblings, 0 replies; 5+ messages in thread
From: whitequark @ 2015-12-19 23:59 UTC (permalink / raw)
  To: ruby-core

Issue #11849 has been reported by Peter Zotov.

----------------------------------------
Bug #11849: Heredoc regression in 2.2.4
https://bugs.ruby-lang.org/issues/11849

* Author: Peter Zotov
* Status: Open
* Priority: Normal
* Assignee: 
* ruby -v: ruby 2.2.4p230 (2015-12-16 revision 53155)
* Backport: 2.0.0: UNKNOWN, 2.1: UNKNOWN, 2.2: UNKNOWN
----------------------------------------
The following code gets rejected by 2.2.4:
~~~
{
  label:<<-DOC
Some text for a heredoc goes here
  DOC
}
~~~

However, it was valid in 2.2.3.

I think this might have been introduced in r51617 (#10653).



-- 
https://bugs.ruby-lang.org/

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

* [ruby-core:72397] [Ruby trunk - Bug #11849] Heredoc regression in 2.2.4
       [not found] <redmine.issue-11849.20151219235941@ruby-lang.org>
  2015-12-19 23:59 ` [ruby-core:72396] [Ruby trunk - Bug #11849] [Open] Heredoc regression in 2.2.4 whitequark
@ 2015-12-20  0:02 ` whitequark
  2015-12-20  2:43 ` [ruby-core:72401] " nobu
                   ` (2 subsequent siblings)
  4 siblings, 0 replies; 5+ messages in thread
From: whitequark @ 2015-12-20  0:02 UTC (permalink / raw)
  To: ruby-core

Issue #11849 has been updated by whitequark *.

Description updated

----------------------------------------
Bug #11849: Heredoc regression in 2.2.4
https://bugs.ruby-lang.org/issues/11849#change-55683

* Author: whitequark *
* Status: Open
* Priority: Normal
* Assignee: 
* ruby -v: ruby 2.2.4p230 (2015-12-16 revision 53155)
* Backport: 2.0.0: UNKNOWN, 2.1: UNKNOWN, 2.2: UNKNOWN
----------------------------------------
The following code gets rejected by 2.2.4:

~~~
{
  label:<<-DOC
Some text for a heredoc goes here
  DOC
}
~~~

However, it was valid in 2.2.3.

I think this might have been introduced in r51617 (#10653).



-- 
https://bugs.ruby-lang.org/

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

* [ruby-core:72401] [Ruby trunk - Bug #11849] Heredoc regression in 2.2.4
       [not found] <redmine.issue-11849.20151219235941@ruby-lang.org>
  2015-12-19 23:59 ` [ruby-core:72396] [Ruby trunk - Bug #11849] [Open] Heredoc regression in 2.2.4 whitequark
  2015-12-20  0:02 ` [ruby-core:72397] [Ruby trunk - Bug #11849] " whitequark
@ 2015-12-20  2:43 ` nobu
  2015-12-22 21:17 ` [ruby-core:72443] " nagachika00
  2016-01-04  6:42 ` [ruby-core:72696] " s.wanabe
  4 siblings, 0 replies; 5+ messages in thread
From: nobu @ 2015-12-20  2:43 UTC (permalink / raw)
  To: ruby-core

Issue #11849 has been updated by Nobuyoshi Nakada.

Description updated
Backport changed from 2.0.0: UNKNOWN, 2.1: UNKNOWN, 2.2: UNKNOWN to 2.0.0: DONTNEED, 2.1: DONTNEED, 2.2: REQUIRED

----------------------------------------
Bug #11849: Heredoc regression in 2.2.4
https://bugs.ruby-lang.org/issues/11849#change-55687

* Author: whitequark *
* Status: Open
* Priority: Normal
* Assignee: 
* ruby -v: ruby 2.2.4p230 (2015-12-16 revision 53155)
* Backport: 2.0.0: DONTNEED, 2.1: DONTNEED, 2.2: REQUIRED
----------------------------------------
The following code gets rejected by 2.2.4:

~~~ruby
{
  label:<<-DOC
Some text for a heredoc goes here
  DOC
}
~~~

However, it was valid in 2.2.3.

I think this might have been introduced in r51617 (#10653).



-- 
https://bugs.ruby-lang.org/

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

* [ruby-core:72443] [Ruby trunk - Bug #11849] Heredoc regression in 2.2.4
       [not found] <redmine.issue-11849.20151219235941@ruby-lang.org>
                   ` (2 preceding siblings ...)
  2015-12-20  2:43 ` [ruby-core:72401] " nobu
@ 2015-12-22 21:17 ` nagachika00
  2016-01-04  6:42 ` [ruby-core:72696] " s.wanabe
  4 siblings, 0 replies; 5+ messages in thread
From: nagachika00 @ 2015-12-22 21:17 UTC (permalink / raw)
  To: ruby-core

Issue #11849 has been updated by Tomoyuki Chikanaga.

Backport changed from 2.0.0: DONTNEED, 2.1: DONTNEED, 2.2: REQUIRED to 2.0.0: DONTNEED, 2.1: DONTNEED, 2.2: DONE

Backported into `ruby_2_2` branch at r53258.

Are there any concrete gems which is affected by this regression?
I want to know the severity of this issue in the real world.

----------------------------------------
Bug #11849: Heredoc regression in 2.2.4
https://bugs.ruby-lang.org/issues/11849#change-55738

* Author: whitequark *
* Status: Closed
* Priority: Normal
* Assignee: 
* ruby -v: ruby 2.2.4p230 (2015-12-16 revision 53155)
* Backport: 2.0.0: DONTNEED, 2.1: DONTNEED, 2.2: DONE
----------------------------------------
The following code gets rejected by 2.2.4:

~~~ruby
{
  label:<<-DOC
Some text for a heredoc goes here
  DOC
}
~~~

However, it was valid in 2.2.3.

I think this might have been introduced in r51617 (#10653).



-- 
https://bugs.ruby-lang.org/

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

* [ruby-core:72696] [Ruby trunk - Bug #11849] Heredoc regression in 2.2.4
       [not found] <redmine.issue-11849.20151219235941@ruby-lang.org>
                   ` (3 preceding siblings ...)
  2015-12-22 21:17 ` [ruby-core:72443] " nagachika00
@ 2016-01-04  6:42 ` s.wanabe
  4 siblings, 0 replies; 5+ messages in thread
From: s.wanabe @ 2016-01-04  6:42 UTC (permalink / raw)
  To: ruby-core

Issue #11849 has been updated by _ wanabe.


Ref: https://github.com/whitequark/parser/issues/231#issuecomment-165921156

----------------------------------------
Bug #11849: Heredoc regression in 2.2.4
https://bugs.ruby-lang.org/issues/11849#change-55948

* Author: whitequark *
* Status: Closed
* Priority: Normal
* Assignee: 
* ruby -v: ruby 2.2.4p230 (2015-12-16 revision 53155)
* Backport: 2.0.0: DONTNEED, 2.1: DONTNEED, 2.2: DONE
----------------------------------------
The following code gets rejected by 2.2.4:

~~~ruby
{
  label:<<-DOC
Some text for a heredoc goes here
  DOC
}
~~~

However, it was valid in 2.2.3.

I think this might have been introduced in r51617 (#10653).



-- 
https://bugs.ruby-lang.org/

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

end of thread, other threads:[~2016-01-04  6:10 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <redmine.issue-11849.20151219235941@ruby-lang.org>
2015-12-19 23:59 ` [ruby-core:72396] [Ruby trunk - Bug #11849] [Open] Heredoc regression in 2.2.4 whitequark
2015-12-20  0:02 ` [ruby-core:72397] [Ruby trunk - Bug #11849] " whitequark
2015-12-20  2:43 ` [ruby-core:72401] " nobu
2015-12-22 21:17 ` [ruby-core:72443] " nagachika00
2016-01-04  6:42 ` [ruby-core:72696] " s.wanabe

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 read-only IMAP folder(s) and NNTP newsgroup(s).