Closed GoogleCodeExporter closed 9 years ago
I can't repro this with trivial cases. But as the column is 61,103, I'm
guessing you are using something to strip newlines after the compiler is done
processing? Typically, the compiler will break the line at ~500 characters
unless you tell it otherwise. When people do this manually, the usually
forget to replace the newline with a space.
Original comment by concavel...@gmail.com
on 5 Apr 2014 at 11:51
Just using the command line tool; no extra processing.
Also, with the pretty-print option enabled, the space is inserted. It's a space
I'm missing, not the new line character.
Original comment by alein@trakitwireless.com
on 5 Apr 2014 at 11:57
how are you getting the compiler to create output files with 60K characters in
a line? I can't get this to happen with normal code.
Original comment by Nicholas.J.Santos
on 7 Apr 2014 at 1:49
Shit, nevermind.
I just stepped through the code and caught the output file before it was picked
up by another process; the line-breaks are intact.
There is another process in our environment that uploads the output, and I was
told that it just uploads the file as is. But once I read the source for that
process, it seems to be removing all newline characters in JS and HTML (except
inside the PRE tag) files only.
I'm sorry for wasting your time.
Original comment by alein@trakitwireless.com
on 7 Apr 2014 at 2:10
Original comment by tbreisac...@google.com
on 7 Apr 2014 at 4:08
Original issue reported on code.google.com by
alein@trakitwireless.com
on 5 Apr 2014 at 12:52