#13287: The runtime parses arguments past -- under windows but passes them on as arguments on linux -------------------------------------+------------------------------------- Reporter: AndreasK | Owner: AndreasK Type: bug | Status: patch Priority: high | Milestone: 8.2.1 Component: Runtime System | Version: 8.0.2 Resolution: | Keywords: Operating System: Unknown/Multiple | Architecture: | Unknown/Multiple Type of failure: Other | Test Case: T13287 Blocked By: | Blocking: Related Tickets: | Differential Rev(s): Phab:D3147 Wiki Page: | -------------------------------------+------------------------------------- Comment (by Ben Gamari <ben@…>): In [changeset:"6ca6a360c2b71d7e0c77a819dc463b37efe7a39d/ghc" 6ca6a36/ghc]: {{{ #!CommitTicketReference repository="ghc" revision="6ca6a360c2b71d7e0c77a819dc463b37efe7a39d" base: Add handling of -- to getArgs for Windows getArgs didn't match the treatmeant of -- in the RTS leading to inconsistencies between behavior on Windows and other platforms. See #13287. Reviewers: austin, hvr, bgamari, erikd, simonmar, rwbarton Reviewed By: bgamari, rwbarton Subscribers: rwbarton, thomie Differential Revision: https://phabricator.haskell.org/D3147 }}} -- Ticket URL: <http://ghc.haskell.org/trac/ghc/ticket/13287#comment:8> GHC <http://www.haskell.org/ghc/> The Glasgow Haskell Compiler