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`.
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