Crash with odd carriage returns #114
Labels
conclusion: resolved
Issue was resolved
topic: code
Related to content of the project itself
type: imperfection
Perceived defect in any part of project
This is a sketch with only CR as end-of-line markers (\r instead of \r\n)
sketch_feb8a.zip
The builder crashes with
I debugged and discovered that the source code is not correctly divided into lines because of the CR, so it tries to split the source after it had ended, somehow :S
The text was updated successfully, but these errors were encountered: