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

Implement Windows-1252 fallback logic for Encoding.Default #10190

Merged
merged 30 commits into from
Jun 10, 2024

Commits on Jun 7, 2024

  1. enable tests

    radeusgd committed Jun 7, 2024
    Configuration menu
    Copy the full SHA
    bc6af31 View commit details
    Browse the repository at this point in the history
  2. test fallback in CSV read

    radeusgd committed Jun 7, 2024
    Configuration menu
    Copy the full SHA
    801b51d View commit details
    Browse the repository at this point in the history
  3. add win fallback test

    radeusgd committed Jun 7, 2024
    Configuration menu
    Copy the full SHA
    9b53599 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    72c2987 View commit details
    Browse the repository at this point in the history
  5. checkpoint

    radeusgd committed Jun 7, 2024
    Configuration menu
    Copy the full SHA
    443ef43 View commit details
    Browse the repository at this point in the history
  6. introduce Restartable_Input_Stream and is_peekable

     concepts in the Enso side
    radeusgd committed Jun 7, 2024
    Configuration menu
    Copy the full SHA
    5c19f58 View commit details
    Browse the repository at this point in the history
  7. move

    radeusgd committed Jun 7, 2024
    Configuration menu
    Copy the full SHA
    aeed042 View commit details
    Browse the repository at this point in the history
  8. checkpoint

    radeusgd committed Jun 7, 2024
    Configuration menu
    Copy the full SHA
    0407f2b View commit details
    Browse the repository at this point in the history
  9. WIP

    radeusgd committed Jun 7, 2024
    Configuration menu
    Copy the full SHA
    bb63dfc View commit details
    Browse the repository at this point in the history
  10. comment

    radeusgd committed Jun 7, 2024
    Configuration menu
    Copy the full SHA
    68636f0 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    aff68b2 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    18acd6a View commit details
    Browse the repository at this point in the history
  13. javafmt

    radeusgd committed Jun 7, 2024
    Configuration menu
    Copy the full SHA
    5c45640 View commit details
    Browse the repository at this point in the history
  14. fix test

    radeusgd committed Jun 7, 2024
    Configuration menu
    Copy the full SHA
    c785e3d View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    fde5dfd View commit details
    Browse the repository at this point in the history
  16. fix a test

    radeusgd committed Jun 7, 2024
    Configuration menu
    Copy the full SHA
    ebcf529 View commit details
    Browse the repository at this point in the history
  17. fix a test 2

    radeusgd committed Jun 7, 2024
    Configuration menu
    Copy the full SHA
    f02352f View commit details
    Browse the repository at this point in the history
  18. fix a test 3

    radeusgd committed Jun 7, 2024
    Configuration menu
    Copy the full SHA
    94d6d33 View commit details
    Browse the repository at this point in the history
  19. Configuration menu
    Copy the full SHA
    6f9e65a View commit details
    Browse the repository at this point in the history
  20. Configuration menu
    Copy the full SHA
    db0c98c View commit details
    Browse the repository at this point in the history
  21. Configuration menu
    Copy the full SHA
    a059d88 View commit details
    Browse the repository at this point in the history
  22. restartable tests

    radeusgd committed Jun 7, 2024
    Configuration menu
    Copy the full SHA
    5bf15a3 View commit details
    Browse the repository at this point in the history
  23. Configuration menu
    Copy the full SHA
    fdd1425 View commit details
    Browse the repository at this point in the history

Commits on Jun 8, 2024

  1. Configuration menu
    Copy the full SHA
    dc348ee View commit details
    Browse the repository at this point in the history
  2. adding tests

    radeusgd committed Jun 8, 2024
    Configuration menu
    Copy the full SHA
    8a8f7e6 View commit details
    Browse the repository at this point in the history
  3. restartable stream lifetime

    radeusgd committed Jun 8, 2024
    Configuration menu
    Copy the full SHA
    ae9f516 View commit details
    Browse the repository at this point in the history
  4. pending

    radeusgd committed Jun 8, 2024
    Configuration menu
    Copy the full SHA
    7564871 View commit details
    Browse the repository at this point in the history

Commits on Jun 10, 2024

  1. Configuration menu
    Copy the full SHA
    67f6671 View commit details
    Browse the repository at this point in the history
  2. changelog

    radeusgd committed Jun 10, 2024
    Configuration menu
    Copy the full SHA
    cbcce78 View commit details
    Browse the repository at this point in the history
  3. CR: typos in test comments

    radeusgd committed Jun 10, 2024
    Configuration menu
    Copy the full SHA
    d888a00 View commit details
    Browse the repository at this point in the history