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

Add warning for incompatibility with AtCoder 202004 #39

Merged
merged 4 commits into from
Nov 10, 2022

Conversation

statiolake
Copy link
Owner

This version (v0.4.x currently) is not compatible with version included in AtCoder 202004 update. Some differences like below is especially problematic, as it may cause different behavior between server and local which can results in Compile Errors.

  • #[fastout] is now fixed
    use in match can produce different printing order. Expected result on local environment, wrong on server.
  • input_interactive! is added

To prevent users from unexpectedly run into those problems, add the warning by default. This warning can be disabled by disable_compat_warning.

Closes #35.

This version (v0.4.x currently) is not compatible with version included
in AtCoder 202004 update. Some differences like below is especially
problematic, as it may cause different behavior between server and local
which can results in `Compile Error`s.

- #[fastout] is now fixed
  use in `match` can produce different printing order. expected result
  on local environment, wrong on server.
- input_interactive! is added

To prevent users from unexpectedly run into those problems, add the
warning by default. This warning can be disabled by
`disable_compat_warning`.
@statiolake statiolake force-pushed the atcoder-202004-warning branch from d709859 to b923707 Compare November 6, 2022 04:23
@statiolake statiolake marked this pull request as ready for review November 8, 2022 01:25
@statiolake statiolake merged commit 5ad38e5 into master Nov 10, 2022
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.

Develop 0.4.4-beta.*
1 participant