You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I publish my builds here. Unfortunately not automatically at this moment.
I get the appeal of letting github build your project, but i don't want to pollute my repo with .github files and also not rely on github. I know, that this is distinct from doing a release on github. But i also don't really want to do releases, as i don't really version my software. Just take whatever master is pointing at and go compile it.
By the way, if you want to, you can fork this repo and add CI in your fork.
Could you add warnings for two issues with JASS and Reforged/TFT: https://www.hiveworkshop.com/threads/list-of-warcraft-iii-crashes.194706/page-4#post-3637812
The first one is this:
which is valid syntax but leads to the game crashing when saving it.
The second one is:
which made the old World Editor crash according to https://www.hiveworkshop.com/threads/documentation-string-type.240473/ but not anymore and leads to save games crashing.
Any string literal should not be longer than 1023 characters.
I am sure there are more issues like this and warnings would be quite useful.
The text was updated successfully, but these errors were encountered: