[GHC] #8621: Pull request for inclusion in `unix' module of fsync(2), fdatasync(2), posix_fadvise(2) and posix_fallocate(2)

#8621: Pull request for inclusion in `unix' module of fsync(2), fdatasync(2), posix_fadvise(2) and posix_fallocate(2) -------------------------------------------+------------------------------- Reporter: jimenezrick | Owner: Type: task | Status: new Priority: normal | Milestone: 7.8.1 Component: libraries/unix | Version: 7.6.3 Keywords: | Operating System: POSIX Architecture: Unknown/Multiple | Type of failure: Difficulty: Easy (less than 1 hour) | None/Unknown Blocked By: | Test Case: Related Tickets: | Blocking: -------------------------------------------+------------------------------- Discussion in the mailing list (I fixed both commented silly issues): http://www.haskell.org/pipermail/libraries/2013-December/021756.html Please review this pull request: https://github.com/jimenezrick/unix/compare/master...file-utils.patch If you find interesting this patch, then: git pull https://github.com/jimenezrick/unix.git file-utils -- Ticket URL: http://ghc.haskell.org/trac/ghc/ticket/8621 GHC http://www.haskell.org/ghc/ The Glasgow Haskell Compiler

#8621: Pull request for inclusion in `unix' module of fsync(2), fdatasync(2), posix_fadvise(2) and posix_fallocate(2) -------------------------------+------------------------------------------- Reporter: | Owner: jimenezrick | Status: new Type: task | Milestone: 7.10.1 Priority: normal | Version: 7.6.3 Component: | Keywords: libraries/unix | Architecture: Unknown/Multiple Resolution: | Difficulty: Easy (less than 1 hour) Operating System: POSIX | Blocked By: Type of failure: | Related Tickets: None/Unknown | Test Case: | Blocking: | -------------------------------+------------------------------------------- Changes (by jimenezrick): * milestone: 7.8.1 => 7.10.1 -- Ticket URL: http://ghc.haskell.org/trac/ghc/ticket/8621#comment:1 GHC http://www.haskell.org/ghc/ The Glasgow Haskell Compiler

#8621: Pull request for inclusion in `unix' module of fsync(2), fdatasync(2), posix_fadvise(2) and posix_fallocate(2) -------------------------------+------------------------------------------- Reporter: | Owner: jimenezrick | Status: new Type: task | Milestone: 7.10.1 Priority: normal | Version: 7.6.3 Component: | Keywords: libraries/unix | Architecture: Unknown/Multiple Resolution: | Difficulty: Easy (less than 1 hour) Operating System: POSIX | Blocked By: Type of failure: | Related Tickets: None/Unknown | Test Case: | Blocking: | -------------------------------+------------------------------------------- Comment (by jimenezrick): All symbols are now conditionally exported. -- Ticket URL: http://ghc.haskell.org/trac/ghc/ticket/8621#comment:2 GHC http://www.haskell.org/ghc/ The Glasgow Haskell Compiler

#8621: Pull request for inclusion in `unix' module of fsync(2), fdatasync(2), posix_fadvise(2) and posix_fallocate(2) -------------------------------+------------------------------------------- Reporter: | Owner: jimenezrick | Status: patch Type: task | Milestone: 7.10.1 Priority: normal | Version: 7.6.3 Component: | Keywords: libraries/unix | Architecture: Unknown/Multiple Resolution: | Difficulty: Easy (less than 1 hour) Operating System: POSIX | Blocked By: Type of failure: | Related Tickets: None/Unknown | Test Case: | Blocking: | -------------------------------+------------------------------------------- Changes (by tibbe): * status: new => patch Comment: Is the linked to .patch file enough for review or would people like to see it as an attachment to this ticket? -- Ticket URL: http://ghc.haskell.org/trac/ghc/ticket/8621#comment:3 GHC http://www.haskell.org/ghc/ The Glasgow Haskell Compiler

#8621: Pull request for inclusion in `unix' module of fsync(2), fdatasync(2), posix_fadvise(2) and posix_fallocate(2) -------------------------------+------------------------------------------- Reporter: | Owner: jimenezrick | Status: patch Type: task | Milestone: 7.10.1 Priority: normal | Version: 7.6.3 Component: | Keywords: libraries/unix | Architecture: Unknown/Multiple Resolution: | Difficulty: Easy (less than 1 hour) Operating System: POSIX | Blocked By: Type of failure: | Related Tickets: None/Unknown | Test Case: | Blocking: | -------------------------------+------------------------------------------- Comment (by hvr): Could that maybe be filed as a PR at `unix`'s new upstream location at https://github.com/haskell/unix ? -- Ticket URL: http://ghc.haskell.org/trac/ghc/ticket/8621#comment:4 GHC http://www.haskell.org/ghc/ The Glasgow Haskell Compiler

#8621: Pull request for inclusion in `unix' module of fsync(2), fdatasync(2), posix_fadvise(2) and posix_fallocate(2) -------------------------------------+------------------------------------- Reporter: | Owner: jimenezrick | Status: upstream Type: task | Milestone: 7.10.1 Priority: normal | Version: 7.6.3 Component: | Keywords: libraries/unix | Architecture: Unknown/Multiple Resolution: | Difficulty: Easy (less than 1 Operating System: POSIX | hour) Type of failure: | Blocked By: None/Unknown | Related Tickets: Test Case: | Blocking: | Differential Revisions: | -------------------------------------+------------------------------------- Changes (by thoughtpolice): * status: patch => upstream -- Ticket URL: http://ghc.haskell.org/trac/ghc/ticket/8621#comment:5 GHC http://www.haskell.org/ghc/ The Glasgow Haskell Compiler

#8621: Pull request for inclusion in `unix' module of fsync(2), fdatasync(2), posix_fadvise(2) and posix_fallocate(2) -------------------------------------+------------------------------------- Reporter: | Owner: jimenezrick | Status: upstream Type: task | Milestone: 7.10.1 Priority: normal | Version: 7.6.3 Component: | Keywords: libraries/unix | Architecture: Unknown/Multiple Resolution: | Difficulty: Easy (less than 1 Operating System: POSIX | hour) Type of failure: | Blocked By: None/Unknown | Related Tickets: Test Case: | Blocking: | Differential Revisions: | -------------------------------------+------------------------------------- Comment (by hvr): I've created a PR out that at https://github.com/haskell/unix/pull/7 so it doesn't get lost -- Ticket URL: http://ghc.haskell.org/trac/ghc/ticket/8621#comment:6 GHC http://www.haskell.org/ghc/ The Glasgow Haskell Compiler
participants (1)
-
GHC