Update rubocop-thread_safety 0.7.2 → 0.7.3 (minor) #26
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-thread_safety (0.7.2 → 0.7.3) · Repo
Sorry, we couldn't find anything useful about this release.
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
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.8
Update Changelog
Fix 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 arguments
Merge pull request #14208 from Earlopain/better-debug-errors
Show better message on error with --debug
[Fix #14050] Modify condition for EOL comment
Merge pull request #14203 from viralpraxis/fix-codespell-rake-task-when-not-found-in-path
[Fix #13295] Fix Layout/ClassStructure document
Fix `codespell` rake task if not found in PATH
Merge pull request #14204 from viralpraxis/fix-layout-empty-lines-around-access-modifier-cop-error-on-trailing-modifier
Fix `Layout/EmptyLinesAroundAccessModifier` cop error on trailing access modifier
Merge pull request #14202 from koic/restore_windows_ci_matrix_for_ruby_27
Fix false positives for `Style/DefWithParentheses`
Merge pull request #14198 from viralpraxis/fix-lint-duplicate-methods-cop-error-on-dynamically-generated-prefix-to-option
Fix `Lint/DuplicateMethods` cop error if `to` option is specified dynamically
Reset the docs version
Cut 1.75.7
Update 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-highlight
Merge pull request #14195 from viralpraxis/fix-style-access-modifier-declarations-cop-error-on-symbol-modifier-without-parent
Fix `Style/AccessModifierDeclarations` cop error on symbol modifier without parent
Consistently highlight `Metric` cops method name in offense messages
Fix `Style/AccessModifierDeclarations` cop error on colon after modifier
Merge pull request #14192 from koic/fix_false_negatives_for_layout_space_before_brackets
Fix false negatives for `Layout/SpaceBeforeBrackets`
Enhance `Gemspec/DuplicatedAssignment` cop to detect duplicated indexed assignment
Merge 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 defs
Recognize prefix argument for delegate method in Lint/DuplicateMethods
Fix an error for `Style/IfUnlessModifierOfIfUnless`
Reset the docs version
Cut 1.75.6
Update Changelog
Make Lint/DuplicateMethods aware of Active Support's delegate method
Merge pull request #14179 from Earlopain/compare-between-unsafe
Enable Windows CI matrix for Ruby 2.7
[Fix #14082] Mark `Style/ComparableBetween` as unsafe
Fix an error for `Style/MultilineIfModifier`
[Fix #14177] Fix false positives for `Style/SoleNestedConditional`
Expand Style/DataInheritance and Style/StructInheritance docs
Merge pull request #14175 from koic/pending_windows_ci_matrix_for_ruby_27
Temporarily disable Windows CI matrix for Ruby 2.7
[Fix #14156] Make `Style/IfUnlessModifier` allow endless method definition
Fix an error for `Style/StringConcatenation`
[Fix #14077] Change `nil` representation in todo file comments
Fix incorrect suggested method in `Lint/DeprecatedClassMethods`
Fix a typo
Merge pull request #14167 from Earlopain/cgi-ruby-3.5
Merge pull request #14164 from koic/fix_error_for_lint_useless_assignment_cop
Only 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-sequence
Fix `Style/PercentQLiterals` cop error on Unicode escape sequence
Merge pull request #14152 from viralpraxis/fix-layout-space-inside-array-literal-brackets-for-cop-error-on-array-pattern-without-brackets
Fix `Layout/SpaceInsideArrayLiteralBrackets` cop error on array pattern without brackets
Reset the docs version
Release Notes
1.45.1
1.45.0
Does any of this look wrong? Please let us know.
Commits
See the full diff on Github. The new version differs by 13 commits:
Cut 1.45.1
Update Changelog
Fix an error when using Parser gem with `prism_result`
Suppress RuboCop's offense
Suppress RuboCop's warning
Restore docs/antora.yml
Cut 1.45.0
Cut 1.45.0
Update Changelog
Support `AST::Node#any_match_pattern_type?` method
Suppress `Lint/FloatCompariso` offenses
Add release note for v1.44.1
Restore docs/antora.yml
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