Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: freckle/aws-xray-client
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: aws-xray-client-persistent-v0.1.0.2
Choose a base ref
...
head repository: freckle/aws-xray-client
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: aws-xray-client-persistent-v0.1.0.3
Choose a head ref
  • 12 commits
  • 10 files changed
  • 2 contributors

Commits on Feb 25, 2022

  1. Bump to lts-18.25 and fix Persistent

    Latest LTS updates to `persistent-2.13.3` which changes the type of `connStmtMap` from `IORef (Map Text Statement)` to `StatementCache` [0]. This change is accommodated through `mkSimpleStatementCache` and `mkStatementCache`[1].
    
    [0]: https://hackage.haskell.org/package/persistent-2.13.3.0/docs/Database-Persist-Sql-Types-Internal.html#v:connStmtMap
    [1]: https://hackage.haskell.org/package/persistent-2.13.3.0/docs/Database-Persist-SqlBackend-StatementCache.html
    stackptr committed Feb 25, 2022
    Configuration menu
    Copy the full SHA
    ca24f62 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b7e0a97 View commit details
    Browse the repository at this point in the history
  3. Restyled by stylish-haskell

    restyled-commits authored and stackptr committed Feb 25, 2022
    Configuration menu
    Copy the full SHA
    0422fd1 View commit details
    Browse the repository at this point in the history
  4. Test multiple resolvers via matrix

    Runs the `test` job against multiple Stack resolvers using a matrix strategy.
    
    Motivated by #6, to exercise each case of the preprocessor directive that tests the version of `persistent`. LTS 18.0 pulls in the earlier version while the current 18.25 tests the later version.
    
    Also, pins the version of `stack-action` and bumps it and `stack-cache-action` to latest version.
    stackptr committed Feb 25, 2022
    Configuration menu
    Copy the full SHA
    edb6fc3 View commit details
    Browse the repository at this point in the history
  5. Remove redundant ghc-options

    stackptr committed Feb 25, 2022
    Configuration menu
    Copy the full SHA
    9bb63ac View commit details
    Browse the repository at this point in the history
  6. Bump version

    stackptr committed Feb 25, 2022
    Configuration menu
    Copy the full SHA
    5513f73 View commit details
    Browse the repository at this point in the history
  7. Remove duplicate LTS

    stackptr committed Feb 25, 2022
    Configuration menu
    Copy the full SHA
    9fff456 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    c539f01 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    233b48f View commit details
    Browse the repository at this point in the history
  10. Remove test on LTS-12.26

    It fails and seems low priority to support
    stackptr committed Feb 25, 2022
    Configuration menu
    Copy the full SHA
    ce5858c View commit details
    Browse the repository at this point in the history
  11. Avoid redundant imports

    stackptr committed Feb 25, 2022
    Configuration menu
    Copy the full SHA
    7572cdc View commit details
    Browse the repository at this point in the history
  12. Remove weeder, add lint job

    stackptr committed Feb 25, 2022
    Configuration menu
    Copy the full SHA
    18d5d47 View commit details
    Browse the repository at this point in the history
Loading