Releases: ruby/racc
Releases · ruby/racc
v1.8.1
What's Changed
- Use
require_relative
in the Racc codebase by @koic in #269 - Fix a typo by @koic in #270
- Provide a 'Changelog' link on rubygems.org/gems/racc by @mark-young-atg in #271
- Fix RDoc main file to "README.rdoc" by @ydah in #274
- Fix file path and line number errors when using
+
,*
and()
by @ydah in #273 - Bump up v1.8.1 by @yui-knk in #275
New Contributors
- @koic made their first contribution in #269
- @mark-young-atg made their first contribution in #271
Full Changelog: v1.8.0...v1.8.1
v1.8.0
What's Changed
- Generate jar to build gem by @nobu in #255
- Fix trivial typos by @ydah in #257
- Try to fix test failure with Ruby 3.3 by @hsbt in #260
- Reformat the rdoc so it renders correctly both locally and on github. by @zenspider in #258
- Allow racc cmdline to read from stdin if no path specified. by @zenspider in #259
- Add more grammars by @nurse in #222
- Exclude 2.5 on macos-latest by @nobu in #263
- Drop code for Ruby 1.6 by @nobu in #264
- Refactor command line options by @nobu in #265
- Change encode EUC-JP to UTF-8 by @ydah in #267
- Organize README.ja.rdoc by @ydah in #266
- Support
error_on_expect_mismatch
declaration in Racc grammar file by @yui-knk in #262 - Bump up v1.8.0 by @yui-knk in #268
New Contributors
Full Changelog: v1.7.3...v1.8.0
v1.7.3
What's Changed
- Exclude CRuby extension from JRuby gem by @nobu in #244
- Fix for dummy rake/extensiontask.rb at ruby test-bundled-gems by @nobu in #245
- Fix jar file path by @nobu in #246
- Bump by @nobu in #247
- Add
srcs
target to prepare to build by @nobu in #248 - Make CI runnable for any push by @yui-knk in #249
- Check
rake build
on CI by @yui-knk in #250 - Bump up v1.7.3.pre.1 by @yui-knk in #251
- Fix locations of
expect
param in docs by @yui-knk in #252 - 'lib/racc/parser-text.rb' depends on 'lib/racc/info.rb' by @yui-knk in #253
- Bump up v1.7.3 by @yui-knk in #254
Full Changelog: v1.7.2...v1.7.3
v1.7.3.pre.1
What's Changed
- Exclude CRuby extension from JRuby gem by @nobu in #244
- Fix for dummy rake/extensiontask.rb at ruby test-bundled-gems by @nobu in #245
- Fix jar file path by @nobu in #246
- Bump by @nobu in #247
- Add
srcs
target to prepare to build by @nobu in #248 - Make CI runnable for any push by @yui-knk in #249
- Check
rake build
on CI by @yui-knk in #250 - Bump up v1.7.3.pre.1 by @yui-knk in #251
Full Changelog: v1.7.2...v1.7.3.pre.1
v1.7.2
What's Changed
- Update parser.rb, fixed typo by @jwillemsen in #224
- Remove leading newline from on_error exception messages. by @zenspider in #226
- Add --frozen to add frozen_string_literals to top of generated files. by @zenspider in #225
- Update development dependency to avoid ruby 2.5 failures by @flavorjones in #228
- dep: pin development dependencies, and enable dependabot for gems by @flavorjones in #229
- Clean embedded pragmas by @nobu in #230
- Embed grammar file name into generated file by @yui-knk in #231
- Bump actions/checkout from 3 to 4 by @dependabot in #232
- Fix a typo by @yui-knk in #234
- Add "Release flow" to README.rdoc by @yui-knk in #235
- Prepare 1.7.2 by @nobu in #236
- Remove install guide by setup.rb by @yui-knk in #237
- Fix tiny typos by @makenowjust in #238
- Remove old checks by @nobu in #240
- Remove MANIFEST which was used by ancient extmk.rb by @nobu in #242
- Extract Racc::VERSION from racc/info.rb at extconf.rb by @nobu in #241
- Use prototype declarations by @nobu in #243
- Bump up v1.7.2 by @yui-knk in #239
New Contributors
- @makenowjust made their first contribution in #238
Full Changelog: v1.7.1...v1.7.2
v1.7.1
v1.7.0
What's Changed
- Update racc.ja document by @hsbt in #207
- Make racc Ractor compatible by @pocke in #167
- Get rid of anonymous eval calls by @casperisfine in #208
- Adds Ruby 3.2 to the CI matrix. by @petergoldstein in #209
- Improve actions by @hsbt in #211
- Exclude jruby-head on macOS by @flavorjones in #214
- Add a newline at EOF [ci skip] by @nobu in #215
- [DOC] Strip trailing spaces by @nobu in #216
- Add tests for sample dir and tweak samples by @hkdnet in #217
- Remove ErrorSymbolValue reference by @jeremyevans in #213
- Embed racc/info.rb too by @nobu in #218
New Contributors
- @petergoldstein made their first contribution in #209
- @hkdnet made their first contribution in #217
- @jeremyevans made their first contribution in #213
Full Changelog: v1.6.2...v1.7.0
v1.6.2
What's Changed
- Fixed typo in racc.en.rhtml by @jwillemsen in #200
- Removed old Id tag by @jwillemsen in #204
- Removed old originalId in comment by @jwillemsen in #203
- Adjust Racc parser version with gem version. by @hsbt in #205
- Always issue deprecation warning when calling Regexp.new with 3rd positional argument. 9b0a22c
Full Changelog: v1.6.1...v1.6.2
v1.6.1
What's Changed
- CI: Add JRuby 9.3, use bundler-cache by @olleolleolle in #173
- Fix names by @nobu in #178
- Update README.rdoc by @jwillemsen in #179
- s/RubyVM::JIT/RubyVM::MJIT/g by @k0kubun in #180
- ci: update to cover Ruby 3.1 by @flavorjones in #181
- Fix typo in sample/calc.y. by @simi in #184
- Added dependabot.yml for actions by @hsbt in #186
- Bump actions/checkout from 2 to 3 by @dependabot in #187
- [DOC] Remove stale
Object::ParseError
documentation by @nobu in #188 - Strip trailing spaces by @nobu in #189
- Fix flag to
Regexp.new
by @nobu in #191 - Fix documentation directory name in README by @okuramasafumi in #193
- Make racc test more flexible (for JRuby). by @enebo in #194
- Update racc.en.rhtml by @jwillemsen in #195
- Update README.rdoc by @jwillemsen in #196
- Update racc.gemspec by @jwillemsen in #197
- ci: update jruby versions and add truffleruby by @flavorjones in #198
New Contributors
- @jwillemsen made their first contribution in #179
- @k0kubun made their first contribution in #180
- @simi made their first contribution in #184
- @dependabot made their first contribution in #187
- @okuramasafumi made their first contribution in #193
Full Changelog: v1.6.0...v1.6.1
v1.6.0
What's Changed
- Remove deprecations. by @enebo in #148
- CI: Refer to 3.0 as "3.0" in YAML by @olleolleolle in #151
- typo: s/grammer/grammar/g by @akimd in #153
- README: Drop RubyForge link by @olleolleolle in #154
- CI: use jruby-9.2.17.0 by @olleolleolle in #150
- Stop compressing integer lists by @casperisfine in #160
- Fixes in the documentation by @akimd in #157
- Disable wiki feature and integrate doc folder by @hsbt in #162
- Followed up #162 by @hsbt in #163
- Drop to support Ruby 2.4 by @hsbt in #164
- Shrink gem size by @brunoarueira in #161
- Add missing check for rb_block_call() by @eregon in #165
- Cleanup gemspec and repository by @hsbt in #166
- Split helper file to test-case and runner helper by @hsbt in #168
- CI: Use JRuby 9.2.19.0 by @olleolleolle in #170
- Prefer dir over File.dirname(FILE) by @olleolleolle in #169
- gemspec: Link to https in homepage [ci skip] by @olleolleolle in #171
New Contributors
- @akimd made their first contribution in #153
- @casperisfine made their first contribution in #160
- @brunoarueira made their first contribution in #161
Full Changelog: v1.5.2...v1.6.0