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

Use the Windows method to get TCL functions on Cygwin #5807

Merged
merged 4 commits into from Dec 29, 2021

Commits on Nov 3, 2021

  1. Use the Windows functions to get TCL functions on Cygwin.

    This is related to linking semantics, so Cygwin should follow the Windows codepath.
    DWesl committed Nov 3, 2021
    Copy the full SHA
    c8391aa View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    b542da8 View commit details
    Browse the repository at this point in the history

Commits on Nov 4, 2021

  1. Copy the full SHA
    29b9239 View commit details
    Browse the repository at this point in the history
  2. Skip test_readonly_save on Cygwin.

    The test seems to require opening a file for reading, mmapping it,
    then opening that file for writing.  Windows doesn't allow this.
    DWesl committed Nov 4, 2021
    Copy the full SHA
    5a41417 View commit details
    Browse the repository at this point in the history