Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

+ ruby27.y: dsym should be treated as string. #560

Merged

Conversation

iliabylich
Copy link
Collaborator

This commit tracks upstream commit ruby/ruby@7006fde.

xstring_contents and string_contents rules are equivalent, so it doesn't change anything for parser.

@iliabylich
Copy link
Collaborator Author

Closes #558

@iliabylich iliabylich merged commit a0f3555 into whitequark:master Mar 18, 2019
@iliabylich iliabylich deleted the dsym-should-be-treated-as-string branch March 18, 2019 17:00
@iliabylich iliabylich mentioned this pull request Mar 18, 2019
koic added a commit to koic/parser that referenced this pull request Apr 28, 2019
Backport whitequark#560 to Ruby 2.6 branch.

This PR tracks upstream commit ruby/ruby@8bf06cb.

`xstring_contents` and `string_contents` rules are equivalent, so it doesn't
change anything for parser.
@koic koic mentioned this pull request Apr 28, 2019
iliabylich pushed a commit that referenced this pull request Apr 28, 2019
* + ruby26.y: dsym should be treated as string

Backport #560 to Ruby 2.6 branch.

This PR tracks upstream commit ruby/ruby@8bf06cb.

`xstring_contents` and `string_contents` rules are equivalent, so it doesn't
change anything for parser.

* Bump 2.6 branch to 2.6.3

Ruby 2.6.3 has been released.
https://www.ruby-lang.org/en/news/2019/04/17/ruby-2-6-3-released/

ruby/ruby@8bf06cb seems to be the only syntax change from Ruby 2.6.2 to Ruby 2.6.3.
ruby/ruby@v2_6_2...v2_6_3
koic added a commit to koic/parser that referenced this pull request Aug 30, 2019
These Rubies has been released.

- https://www.ruby-lang.org/en/news/2019/08/28/ruby-2-6-4-released/
- https://www.ruby-lang.org/en/news/2019/08/28/ruby-2-5-6-released/
- https://www.ruby-lang.org/en/news/2019/08/28/ruby-2-4-7-released/

### Ruby 2.6 branch

Bump 2.6 branch from 2.6.2 to 2.6.3
ruby/ruby@v2_6_3...v2_6_4

There seems to be no change to the syntax.

### Ruby 2.5 branch

Bump 2.5 branch from 2.5.5 to 2.5.6
ruby/ruby@v2_5_5...v2_5_6

There is the following change to the syntax:

```diff
dsym	: tSYMBEG xstring_contents tSTRING_END
dsym	: tSYMBEG string_contents tSTRING_END
```

This is a backport whitequark#560 to Ruby 2.5 branch.

cf. ruby/ruby@764fe09

### Ruby 2.4 branch

Bump 2.4 branch from 2.4.6 to 2.4.7
ruby/ruby@v2_4_6...v2_4_7

There seems to be no change to the syntax.
koic added a commit to koic/parser that referenced this pull request Aug 30, 2019
These Rubies has been released.

- https://www.ruby-lang.org/en/news/2019/08/28/ruby-2-6-4-released/
- https://www.ruby-lang.org/en/news/2019/08/28/ruby-2-5-6-released/
- https://www.ruby-lang.org/en/news/2019/08/28/ruby-2-4-7-released/

### Ruby 2.6 branch

Bump 2.6 branch from 2.6.2 to 2.6.3
ruby/ruby@v2_6_3...v2_6_4

There seems to be no change to the syntax.

### Ruby 2.5 branch

Bump 2.5 branch from 2.5.5 to 2.5.6
ruby/ruby@v2_5_5...v2_5_6

There is the following change to the syntax:

```diff
dsym	: tSYMBEG xstring_contents tSTRING_END
dsym	: tSYMBEG string_contents tSTRING_END
```

This is a backport whitequark#560 to Ruby 2.5 branch.

cf. ruby/ruby@764fe09

### Ruby 2.4 branch

Bump 2.4 branch from 2.4.6 to 2.4.7
ruby/ruby@v2_4_6...v2_4_7

There seems to be no change to the syntax.
koic added a commit to koic/parser that referenced this pull request Aug 30, 2019
These Rubies has been released.

- https://www.ruby-lang.org/en/news/2019/08/28/ruby-2-6-4-released/
- https://www.ruby-lang.org/en/news/2019/08/28/ruby-2-5-6-released/
- https://www.ruby-lang.org/en/news/2019/08/28/ruby-2-4-7-released/

### Ruby 2.6 branch

Bump 2.6 branch from 2.6.2 to 2.6.3
ruby/ruby@v2_6_3...v2_6_4

There seems to be no change to the syntax.

### Ruby 2.5 branch

Bump 2.5 branch from 2.5.5 to 2.5.6
ruby/ruby@v2_5_5...v2_5_6

There is the following change to the syntax:

```diff
-dsym	: tSYMBEG xstring_contents tSTRING_END
+dsym	: tSYMBEG string_contents tSTRING_END
```

This is a backport whitequark#560 to Ruby 2.5 branch.

cf. ruby/ruby@764fe09

### Ruby 2.4 branch

Bump 2.4 branch from 2.4.6 to 2.4.7
ruby/ruby@v2_4_6...v2_4_7

There seems to be no change to the syntax.
koic added a commit to koic/parser that referenced this pull request Aug 30, 2019
These Rubies has been released.

- https://www.ruby-lang.org/en/news/2019/08/28/ruby-2-6-4-released/
- https://www.ruby-lang.org/en/news/2019/08/28/ruby-2-5-6-released/
- https://www.ruby-lang.org/en/news/2019/08/28/ruby-2-4-7-released/

## Ruby 2.6 branch

Bump 2.6 branch from 2.6.2 to 2.6.3
ruby/ruby@v2_6_3...v2_6_4

There seems to be no change to the syntax.

## Ruby 2.5 branch

Bump 2.5 branch from 2.5.5 to 2.5.6
ruby/ruby@v2_5_5...v2_5_6

There is the following change to the syntax:

```diff
-dsym	: tSYMBEG xstring_contents tSTRING_END
+dsym	: tSYMBEG string_contents tSTRING_END
```

This is a backport whitequark#560 to Ruby 2.5 branch.

cf. ruby/ruby@764fe09

## Ruby 2.4 branch

Bump 2.4 branch from 2.4.6 to 2.4.7
ruby/ruby@v2_4_6...v2_4_7

There seems to be no change to the syntax.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants