05-24-2022, 05:13 PM
Welcome
> if the file has in the name the character ', the compilation fails.
That does sound odd, I'll have to try it later but I can't think of anything that should cause that to happen. That is a single quote character though so it could be an issue where it's not being escaped and thus screws up the compilation line.
All the logic related to that was basically replaced in
> if the file has in the name the character ', the compilation fails.
That does sound odd, I'll have to try it later but I can't think of anything that should cause that to happen. That is a single quote character though so it could be an issue where it's not being escaped and thus screws up the compilation line.
All the logic related to that was basically replaced in
0.7.1though, so that's probably the first place to start, it could be resolved in the new version just due to the bugged code being removed.