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 28 commits into
base: master
Choose a base branch
from
Open
Changes from 1 commit
Commits
Show all changes
28 commits
Select commit Hold shift + click to select a range
d290eb8
Add File internals that work directly with Path
adithyaov Oct 14, 2024
bbf0da0
Use the new File functions with Path in the Handle testsuite
adithyaov Nov 4, 2024
77d1383
Temporarily remove the hard stop on the CIs
adithyaov Oct 28, 2024
1f46eca
Fix the imports in windows module
harendra-kumar Nov 13, 2024
9b7d632
Temp: Remove all CIs other than Windows
harendra-kumar Nov 13, 2024
cb0d381
Keep only createFile in Windows File module
harendra-kumar Nov 13, 2024
7a8e67b
Update createFile
harendra-kumar Nov 13, 2024
ace5a09
fixup: Windows File
harendra-kumar Nov 13, 2024
a415bdb
Move Windows/File.hs to File.hsc
harendra-kumar Nov 13, 2024
13da74e
Add toHandle
harendra-kumar Nov 13, 2024
e96f13c
Add Windows/openFile
harendra-kumar Nov 13, 2024
9c75d85
Cleanup File/utils
harendra-kumar Nov 13, 2024
d48cad6
Use _open_osfhandle from Win32
harendra-kumar Nov 13, 2024
062a36f
Cleanup Posix.File
harendra-kumar Nov 13, 2024
46f49fd
Move Posix.File module outside conditionals
harendra-kumar Nov 13, 2024
0ac79dc
Use Path.toString instead of show
harendra-kumar Nov 13, 2024
ed16c5f
Remove redundant imports from Windows/File
harendra-kumar Nov 13, 2024
85e3bf1
Keep only FileSystem.handle tests
harendra-kumar Nov 13, 2024
450e257
Add some debug messages
harendra-kumar Nov 13, 2024
f93b65f
Disable benchmarks in appveyor
harendra-kumar Nov 13, 2024
d618b33
Add some debug code in executor
harendra-kumar Nov 13, 2024
75fb207
Add some more debug messages
harendra-kumar Nov 13, 2024
6394f06
Add a debug check to ensure the temp dir exists
harendra-kumar Nov 13, 2024
bde4d72
Fix deprecated APIs in FileIO
harendra-kumar Jan 20, 2025
18b674b
Keep only one test
harendra-kumar Jan 20, 2025
82fbdba
Remove Werror from windows CI
harendra-kumar Jan 20, 2025
649fb95
Enable some read tests
harendra-kumar Jan 20, 2025
1bab8af
Keep a single failing test
harendra-kumar Jan 20, 2025
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
Prev Previous commit
Next Next commit
Remove Werror from windows CI
harendra-kumar committed Jan 20, 2025
commit 82fbdba0b9def9e30b2df7e90a2c7b7a1ac4e12f
2 changes: 1 addition & 1 deletion appveyor.yml
Original file line number Diff line number Diff line change
@@ -16,7 +16,7 @@ environment:
# ------------------------------------------------------------------------
# GHC 9.2.7 onwards redundant constraint warnings are incompatible with
# older versions
GHC_OPTIONS: "-Werror"
#GHC_OPTIONS: "-Werror"
CABAL_REINIT_CONFIG: "y"
LC_ALL: "C.UTF-8"