Closed Brikaa closed 3 years ago
Anyone feeling up to fixing this? Needs a smarter replace algo that ignores semicolons that are inside quotes.
Anyone feeling up to fixing this? Needs a smarter replace algo that ignores semicolons that are inside quotes.
What is the point of replacing all ;
with ;\n
? It seems to be working even without that.
Anyone feeling up to fixing this? Needs a smarter replace algo that ignores semicolons that are inside quotes.
What is the point of replacing all
;
with;\n
? It seems to be working even without that.
I think it is for putting the imports at the top
it's if someone does an import and a command on the same line i guess
it's if someone does an import and a command on the same line i guess Oh ok.
Seems like a pretty lazy fix but how about doing the same as right now and then replacing ;\n
with ;
https://github.com/engineer-man/piston/issues/305