Conversation
Member
headius
commented
Dec 1, 2021
- jffi to 1.3.8
- jnr-ffi to 2.2.10
- jnr-posix to 3.1.13
- jnr-enxio to 0.32.12
- jnr-unixsocket to 0.38.14
* jffi to 1.3.8 * jnr-ffi to 2.2.10 * jnr-posix to 3.1.13 * jnr-enxio to 0.32.12 * jnr-unixsocket to 0.38.14
headius
added a commit
that referenced
this pull request
Dec 1, 2021
commit 89e4ee5 Merge: da0c593 bbaf162 Author: Charles Oliver Nutter <headius@headius.com> Date: Wed Dec 1 10:16:14 2021 -0600 Merge pull request #6953 from headius/update_jnr Update JNR dependencies commit bbaf162 Author: Charles Oliver Nutter <headius@headius.com> Date: Wed Dec 1 10:12:26 2021 -0600 Update JNR dependencies * jffi to 1.3.8 * jnr-ffi to 2.2.10 * jnr-posix to 3.1.13 * jnr-enxio to 0.32.12 * jnr-unixsocket to 0.38.14 commit da0c593 Merge: caa52b8 a9f3b6b Author: Charles Oliver Nutter <headius@headius.com> Date: Wed Dec 1 09:39:08 2021 -0600 Merge branch 'jruby-9.2.20.0' into jruby-9.2 commit a9f3b6b Author: Charles Oliver Nutter <headius@headius.com> Date: Tue Nov 30 10:12:50 2021 -0600 Exclude broken parse test imported from json This test passes to DateTime.parse a keyword argument "create_additions" that is unknown to DateTime, but because CRuby only checks for the "limit" option it expects, this does not cause any error. In JRuby, where we still have this code in Ruby, the unknown keyword is explicitly rejected. We exclude this for now and will fix the bad test in json lib. commit 34a168e Merge: 1a32554 3e1a262 Author: Charles Oliver Nutter <headius@headius.com> Date: Tue Nov 30 08:44:32 2021 -0600 Merge pull request #6951 from headius/date_parse_limit Limit Date.parse input length and make interruptible commit 3e1a262 Author: Charles Oliver Nutter <headius@headius.com> Date: Tue Nov 30 03:12:00 2021 -0600 Match CRuby type conversions here commit aa5e8eb Author: Charles Oliver Nutter <headius@headius.com> Date: Tue Nov 30 02:21:21 2021 -0600 Add CRuby's test for Date parse limiting commit 4a6e676 Author: Charles Oliver Nutter <headius@headius.com> Date: Tue Nov 30 02:17:51 2021 -0600 Make all Date parser regexp calls interruptible This allows the running matches to be interrupted from Ruby, to avoid them running for an excessive amount of time. commit af68c6c Author: Charles Oliver Nutter <headius@headius.com> Date: Tue Nov 30 02:16:58 2021 -0600 Add limit option to Date parse methods This prevents extremely long input from tying up the system for a long time.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.