View Single Post
Arkshine
AMX Mod X Plugin Approver
Join Date: Oct 2005
Old 09-15-2017 , 03:29   Re: About AMXX git-5134
Reply With Quote #4

Galileo was broken because of the above issue, but this should be fixed in 5135. At least his units tests in the plugin are working as expected. If it's still broken, please elaborate more.

Between 51XX - 5135, there are two big changes with potantial breakages.
- Port code to AMTL (#427)
- Improve UTF-8 support in some native (#407)

About UTF-8, it should be okay now the typo has been fixed. The PR changed the code in containi, strcmp, strfind, strcmp and equali. While the typo would break plugins, that's not something which could crash a server.

About AMTL, there was actually another PR to fix crashs (#436). If issues are left, it's likely because of that AMTL PR. If you could find a way to reproduce crashs, that would be really useful.
__________________

Last edited by Arkshine; 09-15-2017 at 04:38.
Arkshine is offline