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

Add reproduction case for failing quasiquoting when using JS backend #2199

Merged
merged 11 commits into from
May 17, 2024

Commits on May 11, 2024

  1. Add reproduction case for failing quasiquoting when using JS backend

    - The JS backend is failing with ghc-9.8.2 due to missing "nodejs" executable
      and "ghci" package.
    - Uncommenting the code in "modules" of "test/js-template-haskell/default.nix"
      will fix the nodejs issue.
    - Unsure how to fix the "ghci" issue.
    sevanspowell committed May 11, 2024
    Configuration menu
    Copy the full SHA
    d3bc7df View commit details
    Browse the repository at this point in the history

Commits on May 12, 2024

  1. Configuration menu
    Copy the full SHA
    617e50e View commit details
    Browse the repository at this point in the history

Commits on May 14, 2024

  1. Configuration menu
    Copy the full SHA
    0d2ffa1 View commit details
    Browse the repository at this point in the history

Commits on May 15, 2024

  1. GHC JS backend fixes

    hamishmack committed May 15, 2024
    Configuration menu
    Copy the full SHA
    6ab325f View commit details
    Browse the repository at this point in the history

Commits on May 16, 2024

  1. Workarounds for ghc 9.10

    hamishmack committed May 16, 2024
    Configuration menu
    Copy the full SHA
    b5a3eba View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2712c34 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    b054dc3 View commit details
    Browse the repository at this point in the history
  4. Disable broken tests

    hamishmack committed May 16, 2024
    Configuration menu
    Copy the full SHA
    15973d3 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    b441ab2 View commit details
    Browse the repository at this point in the history

Commits on May 17, 2024

  1. Configuration menu
    Copy the full SHA
    a13deb1 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3203a09 View commit details
    Browse the repository at this point in the history