Fix #4157: handle error in case of unsupported format#4474
Conversation
|
It's fine to have that |
Sorry, something went wrong.
Okay, I tried that but there is an issue
|
Sorry, something went wrong.
0cf0b04 to
d4c2fd3
Compare
January 31, 2023 15:30
I have fixed this for now by using unsupported format which returns same result in both python and rustpython. |
Sorry, something went wrong.
|
@itsankitkp it passes tests on ubuntu, but not on macos and windows. could you check it? |
Sorry, something went wrong.
fd2f370 to
052e984
Compare
February 18, 2023 08:30
Bumps [openssl-src](https://github.com/alexcrichton/openssl-src-rs) from 111.24.0+1.1.1s to 111.25.0+1.1.1t. - [Release notes](https://github.com/alexcrichton/openssl-src-rs/releases) - [Commits](https://github.com/alexcrichton/openssl-src-rs/commits) --- updated-dependencies: - dependency-name: openssl-src dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com>
Chrono panics in case of unsupported formats, this patch handles such cases and returns supplied format as a result.
be812d7 to
d4a6d39
Compare
February 19, 2023 05:37
|
rebase seems messed up. could you try: when upstream is |
Sorry, something went wrong.
This branch was messed up, I have created fresh PR with same changes with history fixed. |
Sorry, something went wrong.
|
Closing as I have opened other PR: #4530 with fixed git history |
Sorry, something went wrong.
Chrono panics in case of unsupported formats, this patch handles such cases and returns supplied format as a result.