summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* standardrb --only Style/BarePercentLiterals --fixswitch-to-standardrb-formattingAustin Ziegler2021-12-231-1/+1
|
* standardrb --only Style/StringLiteralsInInterpolationAustin Ziegler2021-12-231-0/+6
|
* standardrb --only Style/StringLiteralsInInterpolation --fix and moreAustin Ziegler2021-12-231-9/+8
|
* standardrb --only Style/RedundantBegin --fixAustin Ziegler2021-12-231-5/+3
|
* standardrb --only Standard/BlockSingleLineBraces --fixAustin Ziegler2021-12-232-5/+5
|
* standardrb --only Style/StringCharsAustin Ziegler2021-12-232-3/+3
|
* standardrb --only Style/RescueModifier --fixAustin Ziegler2021-12-231-1/+5
|
* standardrb --only Style/Alias --fixAustin Ziegler2021-12-233-5/+5
|
* Clean up lint directivesAustin Ziegler2021-12-235-13/+9
|
* standardrb --only Style/EmptyMethod --fixAustin Ziegler2021-12-231-2/+4
|
* standardrb --only Layout/SpaceInsideHashLiteralBraces --fixAustin Ziegler2021-12-234-9/+9
|
* standardrb --only Style/ClassCheck --fixAustin Ziegler2021-12-234-12/+12
|
* Ignore Style/HashSyntaxAustin Ziegler2021-12-237-1/+13
|
* standardrb --only Layout/LeadingCommentSpace --fixAustin Ziegler2021-12-236-19/+19
|
* Fix :yields: directive for rdocAustin Ziegler2021-12-232-7/+7
|
* Fix Style/AndOrAustin Ziegler2021-12-235-17/+17
|
* ignore Layout/heredocIndentation due to old RubyAustin Ziegler2021-12-235-0/+16
|
* standardrb --only Layout/ExtraSpacing --fix and ignoreAustin Ziegler2021-12-239-41/+51
|
* standardrb --only Style/PercentLiteralDelimiters --fixAustin Ziegler2021-12-237-50/+50
|
* standardrb --only Style/StringLiterals --fixAustin Ziegler2021-12-2324-691/+691
|
* Add standardrbAustin Ziegler2021-12-231-0/+4
|
* Fix issues reported by fastererAustin Ziegler2021-12-235-10/+11
|
* Prevent tests from running more than oncev1.5.0Austin Ziegler2021-12-231-2/+5
|
* Add codeql workflowAustin Ziegler2021-12-231-0/+70
|
* Make tests a little quieter by removing a debug statementAustin Ziegler2021-12-232-6/+5
|
* Prepare for release of 1.5.0Austin Ziegler2021-12-235-119/+168
|
* Merge pull request #80 from ↵Austin Ziegler2021-12-231-4/+9
|\ | | | | | | | | halostatue/reintroduce-the-threshold-test-optimization Reintroduce the threshold test optimization
| * Reintroduce the threshold test optimizationreintroduce-the-threshold-test-optimizationtiendo10112021-12-221-4/+9
| |
* | Merge pull request #79 from ↵Austin Ziegler2021-12-232-26/+26
|\ \ | |/ |/| | | | | halostatue/fix-failed-test-due-to-resolving-off-by-one-error Correct the expected diff
| * Updating the comment to reflect the new found logicfix-failed-test-due-to-resolving-off-by-one-errortiendo10112021-12-221-2/+3
| | | | | | | | More info can be found here: https://github.com/halostatue/diff-lcs/issues/77
| * Apply some performance improvementtiendo10112021-12-221-4/+6
| |
| * The symmetrically makes it easier to understandtiendo10112021-12-221-8/+8
| |
| * Use element directly instead of accessing it from the indextiendo10112021-12-221-9/+6
| | | | | | | | | | | | We have ai, bj to keep track of which index we're in for both a and b, so keeping i is not needed Without it, the logic will be simpler
| * Correct the expected difftiendo10112021-12-221-4/+4
|/ | | | | | | After fixing an off-by-one error at #75 Some tests are failed due to the reason specified at #77 After the discussion, we agree that we should fix it by changing the order of the expected diff
* Ensure that `rake test` runs `rake spec`masterAustin Ziegler2021-12-201-3/+3
|
* Remove rubocop configurationAustin Ziegler2021-12-201-133/+0
| | | | | - We will be moving to `standardrb` formatting rules as a last step to 1.5.0 (excepting the Ruby 1.8.x support issues).
* Remove probaby-unnecessary threshold map updateAustin Ziegler2021-12-201-0/+5
|
* Merge pull request #72 from tiendo1011/ax-unecessary-callAustin Ziegler2021-12-201-7/+6
|\ | | | | Ax unecessary call
| * Use comment to aid reverting in case the change is problematictiendo10112021-12-201-0/+3
| |
| * Ax unnecessary callstiendo10112021-12-191-7/+3
| |
* | Prepare for pre-release gemAustin Ziegler2021-12-193-7/+20
| |
* | Merge pull request #75 from tiendo1011/fix-off-by-one-errorAustin Ziegler2021-12-192-5/+3
|\ \ | | | | | | Fix off-by-one error
| * | Fix off-by-one errortiendo10112021-12-192-5/+3
| |/ | | | | | | | | in ruby, (0..matches.size) will include both sides in the range, which means we'll get off-by-one error
* | Merge pull request #73 from tiendo1011/fix-infinite-method-callAustin Ziegler2021-12-191-2/+2
|\ \ | |/ |/| Fix infinite method call
| * Fix infinite method calltiendo10112021-12-191-2/+2
|/
* Incremental improvements not yet releasedAustin Ziegler2021-12-162-1/+8
|
* Merge pull request #71 from tiendo1011/correct-last-index-calculationAustin Ziegler2021-12-161-1/+1
|\ | | | | Correct last index position
| * Correct last index positiontiendo10112021-12-161-1/+1
|/
* Handle some outdated dependency issuesAustin Ziegler2021-12-142-24/+15
|
* Add more versions to unit testAustin Ziegler2021-12-143-53/+100
| | | | | | | Technical Change Notes ====================== - Handle a bug in hoe with later versions of Ruby and/or Psych.