Update rubocop 1.75.4 → 1.75.8 (patch) #1778
Merged
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.
Here is everything you need to know about this update. Please take a good look at what changed and the test results before merging this pull request.
What changed?
✳️ rubocop (1.75.4 → 1.75.8) · Repo · Changelog
Release Notes
1.75.8
1.75.7
1.75.6
1.75.5
Does any of this look wrong? Please let us know.
Commits
See the full diff on Github. The new version differs by more commits than we can show here.
Release Notes
2.12.2
2.12.1
2.12.0 (from changelog)
Does any of this look wrong? Please let us know.
Commits
See the full diff on Github. The new version differs by 45 commits:
Release 2.12.2
Release 2.12.1
Merge pull request #810 from byroot/fbuffer-bound-checks
fbuffer.c: add debug mode with bound checks.
Merge pull request #808 from byroot/reported-segv
Fix: generate_json_float to reserve enough memory for large negative floats.
Merge pull request #806 from GrantBirki/minor-fixes
Remove some unnecessary top level constant lookups
remove redundant `self.`
use `.` over `::` for consistency
Merge pull request #805 from GrantBirki/development-docs
update the readme to include bootstrap + testing docs
Merge pull request #804 from GrantBirki/patch-1
Update json_encoding_test.rb
Merge pull request #803 from CodyBriscoe/bugfix/pretty_generate
fix for pretty_generate throwing wrong number of arguments error
Explicit cast down from `double` to `int`
Merge pull request #802 from casperisfine/error-message-eof
Further improve parsing errors
Add missing single quotes in error messages
Release 2.12.0
Merge pull request #801 from casperisfine/improve-parsing-error
parser.c: include line and column in error messages
parser.c: refactor `raise_parse_error` to have document start
Merge pull request #800 from byroot/fpconv-scientific
Favor decimal notation over scientific notation for floats
Merge pull request #799 from nobu/fpconv-constify
Constify static data in fpconv.c
Merge pull request #797 from byroot/simd-detection
Refactor SIMD ifdefs
Namespace the ENABLE_SIMD define
Merge pull request #795 from samyron/sm/remove-unnecessary-conditional
Remove unnecessary conditional in escape_UTF8_char_basic.
Update changelog
Remove explicit include of extconf.h
Fix --with-static-linked-ext builds
Merge pull request #794 from byroot/fix-i686-builds
Fix i686 builds
SIMD: Match control char and double quote in one pass (#793)
SIMD: Match control char and double quote in one pass
Update ext/json/ext/generator/depend
Introduce ARM Neon and SSE2 SIMD. (#743)
Use RB_TYPE_P
Merge pull request #792 from byroot/handle-to-s-immediate
Handle non-string keys returning immediate values via `to_s`
Release Notes
3.17.0.5 (from changelog)
Does any of this look wrong? Please let us know.
Commits
See the full diff on Github. The new version differs by 5 commits:
Release 3.17.0.5
Merge pull request #116 from tomoasleep/add-attribute-signature
Merge pull request #115 from Watson1978/to_json
Generate RBS definitions of attribute method signatures
Use JSON.generate() instead to improve performance
Depfu will automatically keep this PR conflict-free, as long as you don't add any commits to this branch yourself. You can also trigger a rebase manually by commenting with
@depfu rebase
.All Depfu comment commands