atcoder-tools icon indicating copy to clipboard operation
atcoder-tools copied to clipboard

Fix #204 Submission language pattern for python was no longer matchin…

Open kyasbal opened this issue 5 years ago • 2 comments

Submission language pattern for python was no longer matching with the submission page. Just fixing regex pattern.

kyasbal avatar Nov 09 '20 10:11 kyasbal

Several unit tests seems to be failing. I'm not sure tweaking this regex could occur some errors on unit tests. But the other PRs also seems to have failing CIs. Are these unit testsvalid now?

kyasbal avatar Nov 13 '20 12:11 kyasbal

I'm sorry for this late reply. I've been cultivating the repository for restarting the maintenance for these days.

Several unit tests seems to be failing. I'm not sure tweaking this regex could occur some errors on unit tests. But the other PRs also seems to have failing CIs. Are these unit testsvalid now?

I am not sure this problem still exists since I migrated from Travis to Github Actions for CI. Can you rebase your branch on the latest stable branch?

kyuridenamida avatar Apr 21 '21 13:04 kyuridenamida