SkriptLang / skript-aliases

Aliases for Skript
20 stars 36 forks source link

Issues & inconsistencies when testing new aliases #17

Closed TheBentoBox closed 5 years ago

TheBentoBox commented 6 years ago

I tested a build of the aliases-rework branch from the main repo with the aliases from this repo as of today since I think we've gotten them to a "complete at a cursory glance" state. Aside from obvious issues like a memory heap error when it tries to parse the +global-variations.sk file, here are my findings when testing in-game:

The Good:

The Bad:

The Ugly:

So yeah, lots of weird issues but I think for a first test of the aliases it actually went decently well.

bensku commented 6 years ago

Some global variations appear to fail parsing even for me, even though no out of memory error is encountered. I'm currently investigating why this happens.

bensku commented 6 years ago

1.13 build now manages to fully start, and scripts are... somewhat usable? Quality of aliases seems really good, actually; the main issues are probably Skript bugs. Thanks everyone and especially @TheBentoBox for great work!

TheBentoBox commented 6 years ago

Happy to hear!

redbrain commented 6 years ago

@TheBentoBox Hey, is there anything I can do in this repository?

TheBentoBox commented 6 years ago

Not much left actually. The only empty file is transportation.sk but there's an in-progress PR open for that from Blue. Of course, feel free to look over any of the other files and add any aliases you notice as missing or which could be more detailed, then open a PR. There have been a number of PRs from @APickledWalrus with various random enhancements like that which may give you an idea of the types of improvements that may be left to be made.

redbrain commented 6 years ago

Thanks @TheBentoBox !! and good luck too... You might want to see this: #1385, main repository

redbrain commented 6 years ago

Bye! @redbrain1014

TheBentoBox commented 6 years ago

Alright, testing out the new alpha build from @bensku, here are the current issues I can find with the aliases system:

bensku commented 6 years ago

It seems that I managed to fix to comparison bug, that specific case at least. Working on string representation issue.

Consistency of string representations would be nice, but is ultimately not critical to have working for first release.

TheBentoBox commented 6 years ago

Good to hear, and I definitely agree, the consistency in naming order is more of a nice to have in the future than anything.

redbrain commented 5 years ago

Where do I download the plugin?

redbrain commented 5 years ago

@TheBentoBox I might be missing something but do you know where I can download the plugin's .JAR file?

redbrain commented 5 years ago

Hello?

ShaneBeee commented 5 years ago

@redbrain1014 on the GitHub page for Skript https://github.com/SkriptLang/Skript Click on "releases"

redbrain commented 5 years ago

Thanks!

TheBentoBox commented 5 years ago

I believe this is all resolved. Aliases seem to basically work great now!