Jon Ingold

Results 44 comments of Jon Ingold

in 0.14.1 the should be sorted by the order the INCLUDE statements appear in the main file, and this should update in real-time if you move those lines around. In...

They absolutely do. Includes have no meaning to the compiler; the files are stuck together into one big blob. What you might be seeing is that until a variable changes...

I promise you if you still have an issue it isn’t due to including, the compiled format knows nothing about include structure. -- -- Jon Ingold Narrative Director, *inkle* @joningold,...

I think having that for run time issues makes a lot of sense since arguably they are "part of the flow".