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 Local[F, Span[F]] instance where F is Kleisli[F, Span[F], *] #713

Merged
merged 5 commits into from
Feb 8, 2023

Commits on Jan 31, 2023

  1. Configuration menu
    Copy the full SHA
    1caf443 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1389c6b View commit details
    Browse the repository at this point in the history
  3. introduce InMemorySuite.LocalSuite and use it to test a `def testProg…

    …ram[F[_]: MonadCancelThrow](implicit L: Local[F, Span[F]]): F[Unit]`
    bpholt committed Jan 31, 2023
    Configuration menu
    Copy the full SHA
    abab2f1 View commit details
    Browse the repository at this point in the history
  4. change InMemorySuite.LocalSuite to more closely test the actual scena…

    …rio being contemplated
    bpholt committed Jan 31, 2023
    Configuration menu
    Copy the full SHA
    b32fbed View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    dcf71de View commit details
    Browse the repository at this point in the history