whitequark (whitequark *)
- Login: whitequark
- Email: whitequark@whitequark.org
- Registered on: 07/23/2013
- Last sign in: 04/17/2018
Issues
open | closed | Total | |
---|---|---|---|
Assigned issues | 0 | 0 | 0 |
Reported issues | 0 | 5 | 5 |
Activity
04/17/2018
- 01:37 AM Ruby master Bug #14690: Invalid CMDARG state after command_args followed by tLBRACE_ARG
- Will this be backported and if yes to which versions?
10/07/2016
- 10:08 AM Ruby master Bug #11873: Syntax error and parse problem when calling a method without parentheses
- Will this change be backported?
- 10:08 AM Ruby master Bug #12669: syntax error at assinments of command
- Will this change be backported?
09/06/2016
- 08:39 PM Ruby master Bug #12402: Inline rescue behavior inconsistent for method calls with arguments and assignment
- Will this be backported?
01/14/2016
- 01:41 PM Ruby master Bug #11990 (Closed): Dedenting heredoc interacts poorly with string concatenation
- The following code reproduces the problem:
~~~
p <<~E " y"
x
E
~~~
It prints `"x\ny"`, but the second st... - 12:45 PM Ruby master Bug #11989 (Closed): Dedenting interpolating heredoc can interpret escapes incorrectly
- It is clear that the dedenting <<~HEREDOC feature was intended to only consider actual whitespace in the source file ...
01/09/2016
- 11:26 AM Ruby master Bug #10653: do-end block in ternary operator is syntax error
- I was implementing this in my Ruby parser and I found a much simpler solution than what you've implemented here: http...
12/19/2015
- 11:59 PM Ruby master Bug #11849 (Closed): Heredoc regression in 2.2.4
- The following code gets rejected by 2.2.4:
~~~ruby
{
label:<<-DOC
Some text for a heredoc goes here
DOC
}...
12/08/2014
- 10:09 AM Ruby master Bug #10578 (Closed): Allow undefining methods in refinements
- Since refinements are locally scoped monkey patches, and it is possible and useful to undef a method globally, I thin...
10/12/2014
- 01:18 AM Ruby master Bug #10315: Override policy for duplicated keywords
- Nobuyoshi Nakada wrote:
> Applied in changeset r47877.
>
> ----------
> parse.y: precedence of duplicated keys
...
Also available in: Atom