You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
See #4609 to check related test and place to edit.
I marked it as good first issue because it is not deeply coupled to RustPython core.
But without knowledge of locale and number formatting, it will not be very easy.
The text was updated successfully, but these errors were encountered:
FormatSpec::format_int have to take locale information from somewhere out of the format, which can be used for n format. Because FormatSpec or rustpython-format is not expected to know about platform-specific locale handling, there must be.. something to do it.
Because many things are changed, I don't think this is a good first issue anymore.
Since everybody has different view for problems, sharing everything about the issue is not easy. Please share me any blocking issues what makes you stuck or not to dive in coding. I'll try to catch what's missing for you.
See #4609 to check related test and place to edit.
I marked it as
good first issue
because it is not deeply coupled to RustPython core.But without knowledge of locale and number formatting, it will not be very easy.
The text was updated successfully, but these errors were encountered: