Skip to content
This repository has been archived by the owner on Aug 3, 2024. It is now read-only.

The Haddock part for fully gcc-like response files #467

Closed
wants to merge 5 commits into from

Conversation

randen
Copy link
Contributor

@randen randen commented Dec 30, 2015

This is intended to fix #379. The other half is haskell/cabal#3004, which is not actually complete without the version number of haddock which will support this style of response file.

than spaces, since spaces may be within the parameters.
This simple approach avoids having the need for any
quoting and/or escaping (although a newline char will
not be possible in a parameter and has no escape
mechanism to allow it).
* driver/Main.hs
  * The specification for the format of response files
    which gcc generates and consumes, seems to be best
    derived from the gcc code itself (libiberty/argv.c),
    so that is what has been done here.
  * This is intended to fix haskell#379
@23Skidoo
Copy link
Member

The first two commits look unrelated, I think you need to rebase this against master.

@randen
Copy link
Contributor Author

randen commented Dec 30, 2015

close in favor of a cleaner pull request

@randen randen closed this Dec 30, 2015
@23Skidoo
Copy link
Member

You can just do push -f to destructively update this PR.

@randen
Copy link
Contributor Author

randen commented Mar 3, 2016

To complete the story for archeologists (including myself--I wasn't able to find it immediately), I should have linked the PR that was used: #470

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants