Hiroshi SHIBATA
6b1efc54c8
[ruby/racc] Bump up racc version to 1.6.0
...
https://github.com/ruby/racc/commit/0c5fe2637c
2021-10-19 21:13:29 +09:00
Olle Jonsson
92ac1721c2
[ruby/racc] gemspec: Link to https in homepage [ci skip]
...
https://github.com/ruby/racc/commit/96075f7720
2021-09-15 16:55:12 +09:00
Hiroshi SHIBATA
95dd461387
[ruby/racc] Removed pre-setup from gemspec
...
https://github.com/ruby/racc/commit/2f6f02e5c1
2021-07-19 11:59:42 +09:00
Hiroshi SHIBATA
dbcfc8d499
[ruby/racc] Removed needless files from gemspec
...
https://github.com/ruby/racc/commit/d044ae883f
2021-07-19 11:59:42 +09:00
Hiroshi SHIBATA
b5b3cd2722
[ruby/racc] Move document from library directory
...
https://github.com/ruby/racc/commit/2e8d7d286d
2021-07-19 11:59:41 +09:00
Hiroshi SHIBATA
7217f60bb3
[ruby/racc] Removed generate code from parser.rb. It's already migrated by rake task
...
https://github.com/ruby/racc/commit/ec7d01980a
2021-07-19 11:54:35 +09:00
Bruno Arueira
23c4b93e54
[ruby/racc] Shrink gem size
...
https://github.com/ruby/racc/commit/27e2a64e13
2021-07-18 20:38:28 +09:00
Hiroshi SHIBATA
b048fd572a
Followed up 66d2fc7989
2021-06-25 17:27:17 +09:00
Aaron Patterson
b036a44e57
[ruby/racc] Remove Object monkey patch
...
I don't think we need this monkey patch anymore, so lets remove it!
https://github.com/ruby/racc/commit/464485e912
2021-06-25 17:26:27 +09:00
Hiroshi SHIBATA
7641a83d1f
[ruby/racc] Removed needless condition for old versions of RubyGems.
...
https://github.com/ruby/racc/commit/fe3183b1ff
2021-06-25 17:26:27 +09:00
Hiroshi SHIBATA
dd0a9507a2
[ruby/racc] Drop to support Ruby 2.4
...
https://github.com/ruby/racc/commit/5af1a42a3b
2021-06-25 17:26:27 +09:00
Hiroshi SHIBATA
77c1f6b1ec
[ruby/racc] Followed up #162
...
https://github.com/ruby/racc/commit/d66cd12166
2021-06-25 17:26:27 +09:00
Jean Boussier
71344a1d63
[ruby/racc] Stop compressing integer lists
...
It is unclear why this was implemented, I assume
it was for performance back in 2006.
However today, this compression defeats bytecode caching
entirely and end up being counter productive.
https://github.com/ruby/racc/commit/ae3703c1d0
2021-06-25 17:23:06 +09:00
aycabta
66d2fc7989
Enclose the code that was accidentally a link in "tt"
2021-03-31 15:18:52 +09:00
Hiroshi SHIBATA
bb04856bca
[ruby/racc] Bump version to 1.5.2
...
https://github.com/ruby/racc/commit/ce0d7b9cde
2020-12-26 15:10:49 +09:00
Hiroshi SHIBATA
533bf6f19d
[ruby/racc] Use Racc::VERSION for gemspec
...
https://github.com/ruby/racc/commit/30f5760d85
2020-12-26 15:10:28 +09:00
Hiroshi SHIBATA
0b19f33480
[ruby/racc] Bump version to 1.5.1
...
https://github.com/ruby/racc/commit/2cb3055a73
2020-11-10 21:35:04 +09:00
Hiroshi SHIBATA
5a19b492da
[ruby/racc] Use the Ruby license. Fix #134
...
https://github.com/ruby/racc/commit/7c881cd548
2020-11-10 21:20:31 +09:00
Yusuke Endoh
2fed5f0ad8
lib/racc/statetransitiontable.rb: Make the racc output stable
...
Racc calls `Array#sort!` to build a state transition table. As
`Array#sort!` is not a stable sort, the output may differ depending upon
the environment.
This changeset makes the sort stable manually, and updates all
expectation files.
2020-11-10 07:49:19 +09:00
Hiroshi SHIBATA
ba1472f43a
Removed needless require for 'enumerator'
2020-11-09 14:18:38 +09:00
Nobuyoshi Nakada
3198e7abd7
Separate `send` into `public_send` and `__send__`
2020-10-27 16:12:45 +09:00
Marc-Andre Lafortune
245ed57ddc
[ruby/racc] Turn debugging off
...
https://github.com/ruby/racc/commit/872f75cfa7
2020-09-28 18:08:51 +09:00
Marc-Andre Lafortune
97d1a381e1
[ Fixes #137 ] Improve reporting
2020-09-28 18:07:24 +09:00
Hiroshi SHIBATA
5b04e2362c
[ruby/racc] Fixed the licenses field of gemspec
...
https://github.com/ruby/racc/commit/a1aeecff03
2020-08-19 19:35:04 +09:00
Nobuyoshi Nakada
9a78e24f7d
Removed nonsense `rubygems_version` in input gemspec files
...
As it is ignored and set at building packages automatically, it is
just nonsense to set in gemspec file for input.
2020-06-25 15:44:56 +09:00
Nobuyoshi Nakada
aca935a670
Fixed typos in racc
2020-04-27 15:28:06 +09:00
Hiroshi SHIBATA
48a5c155fa
Import racc-1.5.0 from upstream repository.
2020-03-25 21:39:03 +09:00
Hiroshi SHIBATA
229ba1215f
Merge racc from upstream repository.
...
* Support Ruby 2.4's frozen string literals.
* Remove VCS revisions headers.
2020-02-27 13:33:51 +09:00
Nobuyoshi Nakada
fb41246ddb
Stop parsing copyright notices as document [ci skip]
2020-01-28 23:00:13 +09:00
Nobuyoshi Nakada
17715153e5
Revert "Added RDoc files to parse [Bug #16596 ]"
...
This reverts commit 10842daeb5
,
because it has no effect and the rdoc file has been installed to
lib/racc/rdoc directory.
2020-01-28 22:28:45 +09:00
Nobuyoshi Nakada
10842daeb5
Added RDoc files to parse [Bug #16596 ]
2020-01-28 10:04:25 +09:00
Hiroshi SHIBATA
69731b248f
Fixup a6864f6d2f
2020-01-01 07:53:27 +09:00
Nobuyoshi Nakada
e68999c82c
Fixed misspellings
...
Fixed misspellings reported at [Bug #16437 ], for default gems.
2019-12-20 12:19:45 +09:00
Hiroshi SHIBATA
e27d2013db
Import racc-1.4.1 from ruby/racc.
2019-12-10 17:04:03 +09:00
Kazuhiro NISHIYAMA
449b2b9214
Fix typos
2019-11-17 13:11:25 +09:00
Nobuyoshi Nakada
cbbdb4e5a2
[ruby/racc] Strip trailing whitespaces at the last line of actions
...
https://github.com/ruby/racc/commit/a887ebe529
2019-11-04 09:28:01 +09:00
Hiroshi SHIBATA
6c3ed0d71c
Update the latest versions from upstream repository of racc
2019-10-30 21:36:59 +09:00
Seiei Miyagi
5ca5529d22
Fix warning of generated parser for nested module
2019-10-17 19:23:50 -07:00
Nobuyoshi Nakada
3bb1162cac
Folded files in gemspec
2019-09-16 21:51:48 +09:00
Nobuyoshi Nakada
331eccf3fe
Removed useless `freeze`s from gemspec files
2019-07-13 07:25:54 +09:00
Nobuyoshi Nakada
fd9f26df00
Drop fossil rubygems support
2019-07-13 07:25:54 +09:00
Nobuyoshi Nakada
143581cf4e
Removed stub lines from gemspec files
2019-07-13 07:25:51 +09:00
Hiroshi SHIBATA
93356576fe
Revert "Removed needless file with the upstream repository."
...
This reverts commit 5bbfca7b1d
.
2019-06-20 22:27:06 +09:00
Hiroshi SHIBATA
5bbfca7b1d
Removed needless file with the upstream repository.
2019-06-20 16:11:03 +09:00
Hiroshi SHIBATA
45e939f5ad
Added gemspec of racc generated from upstream for the default gems.
...
1.4.16.pre.1 is the teemporary version. It may be changed 1.5.0 or others.
2019-06-20 16:11:03 +09:00
git
b93508b32c
* remove trailing spaces, append newline at EOF.
2019-06-19 18:19:20 +09:00
Hiroshi SHIBATA
4cca8c4d20
Use Test::Unit instead of Minitest and fixed test error with ruby repo.
...
Co-authored-by: Nobuyoshi Nakada <nobu@ruby-lang.org>
2019-06-19 18:17:53 +09:00
Hiroshi SHIBATA
1a2546c2be
Backport racc-1.4.15 from upstream.
2019-06-19 18:17:25 +09:00
stomar
e9adca4955
lib/racc/parser.rb: use require for racc/cparse
...
* lib/racc/parser.rb: reverted r65505. require_relative does
not work for racc/cparse.so, as extension libraries are placed
in other directories than Ruby libraries.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@65514 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
2018-11-03 08:43:19 +00:00
marcandre
e859e668d2
lib/*: Prefer require_relative over require.
...
[#15206 ] [Fix GH-1976]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@65505 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
2018-11-02 17:52:33 +00:00