Skip to content

Get benchmarks working on 9.10 #4324

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

Closed
michaelpj opened this issue Jun 16, 2024 · 1 comment · Fixed by #4512
Closed

Get benchmarks working on 9.10 #4324

michaelpj opened this issue Jun 16, 2024 · 1 comment · Fixed by #4512
Labels
GHC issues with particular GHC versions performance Issues about memory consumption, responsiveness, etc. status: blocked Not actionable, because blocked by upstream/GHC etc. type: enhancement New feature or request

Comments

@michaelpj
Copy link
Collaborator

Is your enhancement request related to a problem? Please describe.

We have benchmarks disabled on 9.10. I tried to build them with this:

  allow-newer:
    diagrams-svg:base,
    diagrams-svg:containers,
    diagrams-svg:lens,
    svg-builder:base,
    diagrams-contrib:base,
    diagrams-contrib:containers,
    diagrams-contrib:lens,
    diagrams-contrib:linear,
    Chart-diagrams:lens,
    diagrams-postscript:base,
    diagrams-postscript:containers,
    diagrams-postscript:lens,
    SVGFonts:containers,
    blaze-svg:base,
    Chart:lens,

which fixed the solver issues, but it seems that we get stuck on at least building vector-space.

@fendor fendor added performance Issues about memory consumption, responsiveness, etc. GHC issues with particular GHC versions and removed status: needs triage labels Jun 26, 2024
@soulomoon
Copy link
Collaborator

soulomoon commented Aug 6, 2024

mainly two blocker

  1. vector-space is updated in github but not in hackage. Can we do a new release for 9.10.1 conal/vector-space#31
  2. 9.10.1 build error pepeiborra/hp2pretty#2 https://hackage.haskell.org/package/hp2pretty

Also some version bumped need to be carried out for diagrams-*

@soulomoon soulomoon added the status: blocked Not actionable, because blocked by upstream/GHC etc. label Aug 6, 2024
@soulomoon soulomoon linked a pull request Mar 6, 2025 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
GHC issues with particular GHC versions performance Issues about memory consumption, responsiveness, etc. status: blocked Not actionable, because blocked by upstream/GHC etc. type: enhancement New feature or request
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants