-
Notifications
You must be signed in to change notification settings - Fork 15
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
make poparser more robust #51
Comments
hello! i am planning to switch alpine to gettext-tiny in the next release, v3.15. we would like to work on improving gettext-tiny. i think improving poparser to work on a per-token basis makes a lot of sense as a first step. do you have any preference on how poparser should be reimplemented? |
Nope. I have no idea yet. I am away from this project for a long time. We may want to discuss that on irc, discord, slack or whatever. |
did you encounter any specific issues so far ?
the design mistake i made with gettext-tiny is that i never intended for it to be used for actual translations, and doing a lot of micro-optimizations along the way, including no use of heap memory, which made the code quite difficult to deal with.
i don't use slack nor discord. these are proprietary platforms, and require the resource-hungry browser to be open at all times. we already have an IRC chan called |
Maybe just a hand-written parser, the syntax is pretty simple. |
no, but we haven't switched it yet. however, one of the main motivations for doing so is that GNU gettext is a security disaster. hince the interest in ensuring gettext-tiny is as high quality as possible.
i joined that irc just now, lets talk there :) |
as said in #50 (comment).
The text was updated successfully, but these errors were encountered: