-
Notifications
You must be signed in to change notification settings - Fork 2
Open
Description
I did a test run on an existing codebase and it failed with some cryptic error messages about expecting a string, but getting NoneType. After some debugging I found out that the file names contained a space at the end (as in <!-- @import "sub1/sub2/myfile.kit " -->.
This works in CodeKit, and I also fixed it by simply doing .strip() on the file name strings, but I am unsure if this should be implemented. Is it in the specs, and if not, should we implement the spec or the actual reference implementation (CodeKit)?
Another matter is the case of better error messages. As it is, it is hard for the end user to get to the cause of the error, since there is very little contextual information (such as what filename causes the error).
Metadata
Metadata
Assignees
Labels
No labels