Skip to content

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