You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I tried to use your library, which looks very nice, but I am having some trouble reproducing the sample code from the README. Do you have any suggestions how it can be fixed? I am attaching the test class below, which should fail but passes. Thank you!
The text was updated successfully, but these errors were encountered:
breandan
added a commit
to breandan/kotlingrad
that referenced
this issue
Jun 30, 2022
If I had to guess, I would add an import to the test files (import ai.hypergraph.kotlingrad.typelevel.CompileTest.TestEnvClass or something like that). In the README, an import was not necessary because the TestEnvClass was top-level without a package declaration. If that doesn't fix it I'll have to clone your project and take a closer look.
I tried to use your library, which looks very nice, but I am having some trouble reproducing the sample code from the README. Do you have any suggestions how it can be fixed? I am attaching the test class below, which should fail but passes. Thank you!
The text was updated successfully, but these errors were encountered: