Skip to content

Conversation

@t-bltg
Copy link
Collaborator

@t-bltg t-bltg commented Jul 23, 2022

This is a non functional change (NFC), rewriting runtests.jl by replacing:

open(path, "w") do io
  print(io, ...)
end

with:

write(path, ...)

Also make indentation consistent (+ one indentation level) on these writes.

I know NFCs are controversial, but IMO in this case, removing 400+ lines in a ~4000 lines file is worth considering for readability.

@timholy timholy merged commit 3bb68a2 into timholy:master Jul 23, 2022
@timholy
Copy link
Owner

timholy commented Jul 23, 2022

This is worth it, thanks!

@t-bltg t-bltg deleted the simplify branch July 23, 2022 13:56
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.

2 participants