Merged
Conversation
Owner
|
@depfu merge |
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.
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.5 → 1.75.8) · Repo · Changelog
Release Notes
1.75.8
1.75.7
1.75.6
Does any of this look wrong? Please let us know.
Commits
See the full diff on Github. The new version differs by 63 commits:
Cut 1.75.8Update ChangelogFix wrong autocorrection for Style/MapToHash with destructuring argument[Fix #14197] Fix infinite loop error for `Layout/FirstArgumentIndentation`[Fix #13194] Detect case statement in FloatComparison (#14191)Fix an error for `Style/RedundantFormat` with invalid format argumentsMerge pull request #14208 from Earlopain/better-debug-errorsShow better message on error with --debug[Fix #14050] Modify condition for EOL commentMerge pull request #14203 from viralpraxis/fix-codespell-rake-task-when-not-found-in-path[Fix #13295] Fix Layout/ClassStructure documentFix `codespell` rake task if not found in PATHMerge pull request #14204 from viralpraxis/fix-layout-empty-lines-around-access-modifier-cop-error-on-trailing-modifierFix `Layout/EmptyLinesAroundAccessModifier` cop error on trailing access modifierMerge pull request #14202 from koic/restore_windows_ci_matrix_for_ruby_27Fix false positives for `Style/DefWithParentheses`Merge pull request #14198 from viralpraxis/fix-lint-duplicate-methods-cop-error-on-dynamically-generated-prefix-to-optionFix `Lint/DuplicateMethods` cop error if `to` option is specified dynamicallyReset the docs versionCut 1.75.7Update Changelog[Fix #14193] Fix `Lint/UselessAssignment` cop error when using nested assignment with splat (#14194)Merge pull request #14196 from viralpraxis/consistent-metric-dep-cops-method-names-highlightMerge pull request #14195 from viralpraxis/fix-style-access-modifier-declarations-cop-error-on-symbol-modifier-without-parentFix `Style/AccessModifierDeclarations` cop error on symbol modifier without parentConsistently highlight `Metric` cops method name in offense messagesFix `Style/AccessModifierDeclarations` cop error on colon after modifierMerge pull request #14192 from koic/fix_false_negatives_for_layout_space_before_bracketsFix false negatives for `Layout/SpaceBeforeBrackets`Enhance `Gemspec/DuplicatedAssignment` cop to detect duplicated indexed assignmentMerge pull request #14190 from koic/fix_false_positives_for_layout_space_before_brackets[Fix #14189] Fix incorrect autocorrect for `Layout/SpaceBeforeBrackets`Merge pull request #14172 from viralpraxis/fix-style-access-modifier-declarations-cop-false-positives-without-defs[Docs] Fix a typo: `RuboCop::Runners` to `RuboCop::Runner` (#14187)Fix `Style/AccessModifierDeclarations` false positives with `inline` style and missing defsRecognize prefix argument for delegate method in Lint/DuplicateMethodsFix an error for `Style/IfUnlessModifierOfIfUnless`Reset the docs versionCut 1.75.6Update ChangelogMake Lint/DuplicateMethods aware of Active Support's delegate methodMerge pull request #14179 from Earlopain/compare-between-unsafeEnable Windows CI matrix for Ruby 2.7[Fix #14082] Mark `Style/ComparableBetween` as unsafeFix an error for `Style/MultilineIfModifier`[Fix #14177] Fix false positives for `Style/SoleNestedConditional`Expand Style/DataInheritance and Style/StructInheritance docsMerge pull request #14175 from koic/pending_windows_ci_matrix_for_ruby_27Temporarily disable Windows CI matrix for Ruby 2.7[Fix #14156] Make `Style/IfUnlessModifier` allow endless method definitionFix an error for `Style/StringConcatenation`[Fix #14077] Change `nil` representation in todo file commentsFix incorrect suggested method in `Lint/DeprecatedClassMethods`Fix a typoMerge pull request #14167 from Earlopain/cgi-ruby-3.5Merge pull request #14164 from koic/fix_error_for_lint_useless_assignment_copOnly load what is required from `cgi`Fix an error for `Lint/UselessAssignment`Merge pull request #14153 from viralpraxis/fix-style-percent-q-literals-cop-error-on-unicode-escape-sequenceFix `Style/PercentQLiterals` cop error on Unicode escape sequenceMerge pull request #14152 from viralpraxis/fix-layout-space-inside-array-literal-brackets-for-cop-error-on-array-pattern-without-bracketsFix `Layout/SpaceInsideArrayLiteralBrackets` cop error on array pattern without bracketsReset the docs versionRelease 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.2Release 2.12.1Merge pull request #810 from byroot/fbuffer-bound-checksfbuffer.c: add debug mode with bound checks.Merge pull request #808 from byroot/reported-segvFix: generate_json_float to reserve enough memory for large negative floats.Merge pull request #806 from GrantBirki/minor-fixesRemove some unnecessary top level constant lookupsremove redundant `self.`use `.` over `::` for consistencyMerge pull request #805 from GrantBirki/development-docsupdate the readme to include bootstrap + testing docsMerge pull request #804 from GrantBirki/patch-1Update json_encoding_test.rbMerge pull request #803 from CodyBriscoe/bugfix/pretty_generatefix for pretty_generate throwing wrong number of arguments errorExplicit cast down from `double` to `int`Merge pull request #802 from casperisfine/error-message-eofFurther improve parsing errorsAdd missing single quotes in error messagesRelease 2.12.0Merge pull request #801 from casperisfine/improve-parsing-errorparser.c: include line and column in error messagesparser.c: refactor `raise_parse_error` to have document startMerge pull request #800 from byroot/fpconv-scientificFavor decimal notation over scientific notation for floatsMerge pull request #799 from nobu/fpconv-constifyConstify static data in fpconv.cMerge pull request #797 from byroot/simd-detectionRefactor SIMD ifdefsNamespace the ENABLE_SIMD defineMerge pull request #795 from samyron/sm/remove-unnecessary-conditionalRemove unnecessary conditional in escape_UTF8_char_basic.Update changelogRemove explicit include of extconf.hFix --with-static-linked-ext buildsMerge pull request #794 from byroot/fix-i686-buildsFix i686 buildsSIMD: Match control char and double quote in one pass (#793)SIMD: Match control char and double quote in one passUpdate ext/json/ext/generator/dependIntroduce ARM Neon and SSE2 SIMD. (#743)Use RB_TYPE_PMerge pull request #792 from byroot/handle-to-s-immediateHandle 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.5Merge pull request #116 from tomoasleep/add-attribute-signatureMerge pull request #115 from Watson1978/to_jsonGenerate RBS definitions of attribute method signaturesUse JSON.generate() instead to improve performanceDepfu 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