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

Improve filtering of rts arguments from stack and cabal cradles #197

Merged
merged 2 commits into from
Jun 25, 2020

Conversation

fendor
Copy link
Collaborator

@fendor fendor commented Jun 11, 2020

Handles the case that the rts flags produced by the cradles are
within a single string.
Before we only allowed the rts flags to occur in the following form:

["+RTS", "-H32m","-RTS"]

and now we allow:

["+RTS -H32m -RTS"]

and filter the ComponentOptions appropriately.

@fendor fendor force-pushed the extend-rts-filter branch 3 times, most recently from 228ea33 to 498bf97 Compare June 11, 2020 20:31
src/HIE/Bios/Cradle.hs Outdated Show resolved Hide resolved
@fendor fendor force-pushed the extend-rts-filter branch 3 times, most recently from e385b3b to 4b50e00 Compare June 16, 2020 11:02
@fendor fendor requested a review from jneira June 16, 2020 13:35
Handles the case that the rts flags produced by the cradles are
within a single string.
Before we only allowed the rts flags to occur in the following form:

> ["+RTS", "-H32m","-RTS"]

and now we allow:

> ["+RTS -H32m -RTS"]

and filter the ComponentOptions appropriately.
@fendor fendor merged commit f2743d3 into haskell:master Jun 25, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants