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 File internals that work directly with Path #2869

Open
wants to merge 23 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
23 commits
Select commit Hold shift + click to select a range
8fc511a
Add File internals that work directly with Path
adithyaov Oct 14, 2024
24350d9
Use the new File functions with Path in the Handle testsuite
adithyaov Nov 4, 2024
de903c3
Temporarily remove the hard stop on the CIs
adithyaov Oct 28, 2024
8c4256c
Fix the imports in windows module
harendra-kumar Nov 13, 2024
45e350f
Temp: Remove all CIs other than Windows
harendra-kumar Nov 13, 2024
67fedf7
Keep only createFile in Windows File module
harendra-kumar Nov 13, 2024
50bee49
Update createFile
harendra-kumar Nov 13, 2024
5d93453
fixup: Windows File
harendra-kumar Nov 13, 2024
9a6e2da
Move Windows/File.hs to File.hsc
harendra-kumar Nov 13, 2024
b6f4c5c
Add toHandle
harendra-kumar Nov 13, 2024
7b98b42
Add Windows/openFile
harendra-kumar Nov 13, 2024
be5cdc6
Cleanup File/utils
harendra-kumar Nov 13, 2024
eec48b2
Use _open_osfhandle from Win32
harendra-kumar Nov 13, 2024
e72d0e9
Cleanup Posix.File
harendra-kumar Nov 13, 2024
723d229
Move Posix.File module outside conditionals
harendra-kumar Nov 13, 2024
6e02083
Use Path.toString instead of show
harendra-kumar Nov 13, 2024
24bf583
Remove redundant imports from Windows/File
harendra-kumar Nov 13, 2024
4c61acd
Keep only FileSystem.handle tests
harendra-kumar Nov 13, 2024
24a6a81
Add some debug messages
harendra-kumar Nov 13, 2024
9147b87
Disable benchmarks in appveyor
harendra-kumar Nov 13, 2024
7739c2c
Add some debug code in executor
harendra-kumar Nov 13, 2024
b795bf8
Add some more debug messages
harendra-kumar Nov 13, 2024
01121cf
Add a debug check to ensure the temp dir exists
harendra-kumar Nov 13, 2024
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
220 changes: 0 additions & 220 deletions .circleci/config.yml

This file was deleted.

74 changes: 0 additions & 74 deletions .cirrus.yml

This file was deleted.

Loading