Skip to content
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

Filtering out the "$" while generating telegram_api.jl #25

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

tsurkys
Copy link

@tsurkys tsurkys commented Apr 14, 2024

I identified an issue where the precompilation process gets stuck due to an unescaped dollar sign ($) in the generated telegram_api.jl file. The root cause appears to be the introduction of a dollar sign in the latest version of the Telegram Bot API description: https://core.telegram.org/bots/api
Here I added filter where the dollar sign being replaced with "D," leading to "USD" instead of the "US$".

The precompilation stucks because of dollar sign written without escape sign in generated telegram_api.jl file. $ is replaced with D, getting "USD" instead of "US$".
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant