Closed resyntax-ci[bot] closed 3 weeks ago
This is an automated change generated by Resyntax.
Applied 3 fixes to defns/scenario.rkt
defns/scenario.rkt
predicate/c-migration
predicate/c
->
tidy-require
require
Applied 1 fix to defns/monsters.rkt
defns/monsters.rkt
map-to-for
map
for/list
Applied 2 fixes to gui/helpers.rkt
gui/helpers.rkt
Applied 1 fix to testfiles/data.rkt
testfiles/data.rkt
Applied 1 fix to gui/monsters.rkt
gui/monsters.rkt
Applied 2 fixes to gui/stacked-tables.rkt
gui/stacked-tables.rkt
Applied 1 fix to gui/elements.rkt
gui/elements.rkt
Applied 3 fixes to defns/players.rkt
defns/players.rkt
single-clause-match-to-match-define
match
match-define
Applied 1 fix to gui/level-info.rkt
gui/level-info.rkt
Applied 1 fix to gui/static-table.rkt
gui/static-table.rkt
Applied 1 fix to gui/formula-editor.rkt
gui/formula-editor.rkt
Applied 2 fixes to defns/loot.rkt
defns/loot.rkt
Applied 2 fixes to gui/markdown.rkt
gui/markdown.rkt
explicit-path-string?-to-path-string?
path-string?
Fixed 21 issues in 13 files.
This is an automated change generated by Resyntax.
Pass 1
Applied 3 fixes to
defns/scenario.rkt
predicate/c-migration
: Thepredicate/c
contract is less clear than a->
contract and no longer improves performance.predicate/c-migration
: Thepredicate/c
contract is less clear than a->
contract and no longer improves performance.tidy-require
: Keep imports inrequire
sorted and grouped by phase, with collections before files.Applied 1 fix to
defns/monsters.rkt
map-to-for
: Thismap
operation can be replaced with afor/list
loop.Applied 2 fixes to
gui/helpers.rkt
tidy-require
: Keep imports inrequire
sorted and grouped by phase, with collections before files.tidy-require
: Keep imports inrequire
sorted and grouped by phase, with collections before files.Applied 1 fix to
testfiles/data.rkt
tidy-require
: Keep imports inrequire
sorted and grouped by phase, with collections before files.Applied 1 fix to
gui/monsters.rkt
tidy-require
: Keep imports inrequire
sorted and grouped by phase, with collections before files.Applied 2 fixes to
gui/stacked-tables.rkt
tidy-require
: Keep imports inrequire
sorted and grouped by phase, with collections before files.tidy-require
: Keep imports inrequire
sorted and grouped by phase, with collections before files.Applied 1 fix to
gui/elements.rkt
tidy-require
: Keep imports inrequire
sorted and grouped by phase, with collections before files.Applied 3 fixes to
defns/players.rkt
tidy-require
: Keep imports inrequire
sorted and grouped by phase, with collections before files.single-clause-match-to-match-define
: Thismatch
expression can be simplified usingmatch-define
.single-clause-match-to-match-define
: Thismatch
expression can be simplified usingmatch-define
.Applied 1 fix to
gui/level-info.rkt
tidy-require
: Keep imports inrequire
sorted and grouped by phase, with collections before files.Applied 1 fix to
gui/static-table.rkt
tidy-require
: Keep imports inrequire
sorted and grouped by phase, with collections before files.Applied 1 fix to
gui/formula-editor.rkt
tidy-require
: Keep imports inrequire
sorted and grouped by phase, with collections before files.Applied 2 fixes to
defns/loot.rkt
predicate/c-migration
: Thepredicate/c
contract is less clear than a->
contract and no longer improves performance.tidy-require
: Keep imports inrequire
sorted and grouped by phase, with collections before files.Applied 2 fixes to
gui/markdown.rkt
explicit-path-string?-to-path-string?
: This contract is equivalent to thepath-string?
predicate.tidy-require
: Keep imports inrequire
sorted and grouped by phase, with collections before files.Summary
Fixed 21 issues in 13 files.
tidy-require
predicate/c-migration
single-clause-match-to-match-define
map-to-for
explicit-path-string?-to-path-string?