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

Does not work with bloop/lsp #11

Open
justinhj opened this issue Nov 16, 2020 · 0 comments
Open

Does not work with bloop/lsp #11

justinhj opened this issue Nov 16, 2020 · 0 comments

Comments

@justinhj
Copy link

Ran into the plugin not working when building with bloop/lsp in IntelliJ and at the command line.

There is no error message but it seems the plugin just doesn't do anything. I can compile the same code with sbt and it is fine.

Reproduction steps:
Add to build.sbt
addCompilerPlugin("org.augustjune" %% "context-applied" % "0.1.4")

In a Scala source try to use:
def genericSequence[F[_]: Applicative, A](ios: List[F[A]]): F[List[A]] = {
val app = F

Will get compile error that F is not found.

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

No branches or pull requests

1 participant