scribble
scribble copied to clipboard
Automated Resyntax fixes
Resyntax fixed 20 issues in 9 files.
- Fixed 6 occurrences of
tidy-require - Fixed 4 occurrences of
if-begin-to-cond - Fixed 2 occurrences of
quasiquote-to-list - Fixed 2 occurrences of
map-to-for - Fixed 1 occurrence of
if-let-to-cond - Fixed 1 occurrence of
when-expression-in-for-loop-to-when-keyword - Fixed 1 occurrence of
ormap-to-for/or - Fixed 1 occurrence of
or-hash-ref-set!-to-hash-ref! - Fixed 1 occurrence of
define-let-to-double-define - Fixed 1 occurrence of
provide/contract-to-contract-out
@jackfirth Is there a way to tell Resyntax to stop making a PR if there's already a pending PR? This PR and #461 touch a similar set of files, and I think it's not productive for reviewers to go through the the diff twice.
@sorawee Not yet. Can you open an issue in the autofixer repository?
Closing in favor of newer automated fixes.