Skip to content

Prefer ruby3#11

Merged
tcrouch merged 5 commits intomainfrom
prefer-ruby3
Aug 4, 2025
Merged

Prefer ruby3#11
tcrouch merged 5 commits intomainfrom
prefer-ruby3

Conversation

@tcrouch
Copy link
Copy Markdown
Owner

@tcrouch tcrouch commented Apr 7, 2024

No description provided.

Comment thread lib/edits/jaro_winkler.rb
weight: WINKLER_PREFIX_WEIGHT
)
1.0 - similarity(seq1, seq2, threshold: threshold, weight: weight)
1.0 - similarity(seq1, seq2, threshold:, weight:)
Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Lint/Syntax: unexpected token tCOMMA

Comment thread tasks/benchmark.rake
task :benchmark do
words = File.read("/usr/share/dict/words")
.split(/\n/).compact.shuffle(random: Random.new(1))
.split("\n").compact.shuffle(random: Random.new(1))
Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Layout/MultilineMethodCallIndentation: Align .split with .read on line 8.

task :lev_similar do
words = File.read("/usr/share/dict/words")
.split(/\n/).compact.shuffle(random: Random.new(1))
.split("\n").compact.shuffle(random: Random.new(1))
Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Layout/MultilineMethodCallIndentation: Align .split with .read on line 128.

task :restricted_max do
words = File.read("/usr/share/dict/words")
.split(/\n/).compact.shuffle(random: Random.new(1))
.split("\n").compact.shuffle(random: Random.new(1))
Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Layout/MultilineMethodCallIndentation: Align .split with .read on line 69.

task :lev_max do
words = File.read("/usr/share/dict/words")
.split(/\n/).compact.shuffle(random: Random.new(1))
.split("\n").compact.shuffle(random: Random.new(1))
Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Layout/MultilineMethodCallIndentation: Align .split with .read on line 10.

@tcrouch tcrouch marked this pull request as ready for review August 4, 2025 21:04
@tcrouch tcrouch merged commit 9364cb2 into main Aug 4, 2025
13 checks passed
@tcrouch tcrouch deleted the prefer-ruby3 branch March 1, 2026 20:35
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant