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

treat variable/constant/specific symbols as strings #30

Closed
ttibensky opened this issue Aug 31, 2021 · 2 comments
Closed

treat variable/constant/specific symbols as strings #30

ttibensky opened this issue Aug 31, 2021 · 2 comments

Comments

@ttibensky
Copy link

There are symbols with leading zeros, e.g. 0308 https://www.mbank.sk/pomoc/info/ucty/zoznam-najpouzivanejsich-konstantnych-symbolov.html. If you treat it as an integer, the first zero will be ommited resulting in an incorrect symbol 308.

@ttibensky
Copy link
Author

Here is a change proposal #31. You would also need to modify the documentation and perhaps do a new major release since this is a breaking change.

@RikudouSage
Copy link
Owner

Released as 4.0.0

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

No branches or pull requests

2 participants