whitequark / parser

A Ruby parser.
Other
1.59k stars 199 forks source link

New 3.2.6 Release #1043

Closed dgollahon closed 3 weeks ago

dgollahon commented 3 weeks ago

I noticed that 3.2.6 is out. Can we get a release to suppress the typical incompatible version warning that I expect would arise?

As a note, would it be possible to make the warning less sensitive to patch releases?

iliabylich commented 3 weeks ago

As a note, would it be possible to make the warning less sensitive to patch releases?

I think it makes sense, MRI had backward-incompatible grammar changes in patch releases in the past, so we have to "respect" it.

dgollahon commented 3 weeks ago

I think it makes sense, MRI had backward-incompatible grammar changes in patch releases in the past, so we have to "respect" it.

I would also be happy with an opt-in "ignore_patch_warnings" option or something like that. I know it can occur but it's rare and I would like to silence it instead of waiting on a parser release (or having to do some by-hand) filtering.

Not a huge deal though and thanks for the quick release @koic!