-
Notifications
You must be signed in to change notification settings - Fork 14
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[BUG] Script descriptions getting scrambled #298
Comments
I see the issue, though I don't have any more time this weekend to work on it. The metadata parser assumes that multiline strings actually span multiple lines. So here when you're defining the multiline string on a single line it doesn't see the ending so it keeps on going until there's another line that starts with lua-scripts/src/cross_staff_offset.lua Lines 10 to 27 in 73f327b
This is a bug in the parser that should be fixed, but I also don't know when I'll next have time to fix it (I probably spent too much time on Lua stuff this weekend). |
Yes @Nick-Mazuk - you've had nose heavy on the grindstone. I'll re-submit what I can with real multiline statements. |
Git is amazing until that 1% of the time when it's a nightmare. Good luck, y'all. |
If we can keep this issue open even after these PRs that would be great. That way we can keep track of it here so when I get another sprint to work on Lua stuff I know to fix the underlying issue. |
The script definitions of the last set of repo submissions are scrambled at https://www.finalelua.com/scripts.
Obviously something to do with the extraction of

ScriptGroupName
, but many of the most recent dozen or so suffer this scrambling. See attachedNOTE:
Just realised maybe it's because the [[ ... ]] header descriptions have no line breaks?
The text was updated successfully, but these errors were encountered: