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

Run CI-testing on GHA/Windows #337

Draft
wants to merge 20 commits into
base: master
Choose a base branch
from

Commits on Feb 10, 2024

  1. Run CI-testing on GHA/Windows

    amotl committed Feb 10, 2024
    Configuration menu
    Copy the full SHA
    fef4ccf View commit details
    Browse the repository at this point in the history
  2. Adjust .gitignore file

    amotl committed Feb 10, 2024
    Configuration menu
    Copy the full SHA
    bd760d0 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    dd90112 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    6f1e981 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    ede5144 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    bf79d43 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    87f9e5b View commit details
    Browse the repository at this point in the history
  8. Tests: Improve diff output at "test_geoshape_type_default"

    This test has an anomaly on Windows where the longitude
    36.10457754779138 will be returned as 36.104577547791386,
    i.e. with one more precision digit.
    
    While investigating this, I found the diff output for comparing
    before/after just the other way round than what I would have expected.
    amotl committed Feb 10, 2024
    Configuration menu
    Copy the full SHA
    a34b07e View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    4d13194 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    bc773b1 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    4fb5e43 View commit details
    Browse the repository at this point in the history
  12. Windows: Attempt to fix Unicode encoding error using chcp

    UnicodeEncodeError: 'charmap' codec can't encode character '\u2192' in position 65: character maps to <undefined>
    amotl committed Feb 10, 2024
    Configuration menu
    Copy the full SHA
    ea1a42a View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    7355ed3 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    4825bcb View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    b70a69d View commit details
    Browse the repository at this point in the history
  16. Testing: Add Python-based integration tests

    README/doctests have problems on Windows, so this is meant as an
    alternative.
    amotl committed Feb 10, 2024
    Configuration menu
    Copy the full SHA
    793d55d View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    7e390d0 View commit details
    Browse the repository at this point in the history

Commits on Feb 11, 2024

  1. Configuration menu
    Copy the full SHA
    2028f44 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    da92988 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    3bef462 View commit details
    Browse the repository at this point in the history