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 followed your advice and used if/else if and also tried to inline extracted anonymous functions in
the continue method implementation of the Coroutine class implementation.
Now I face an error saying the Coroutine[T] symbol cannot be resolved. Do you have any idea how I could debug this?
[error] ## Exception when compiling 3 sources to /home/snif/hackerspace/semester/library/target/scala-0.22/classes
[error] java.lang.AssertionError: assertion failed: unresolved symbols: anonymous class coroutines.Coroutine[T] {...}(line 140) when picklin
g /home/snif/hackerspace/semester/library/src/main/scala/Macros.scala
[error] dotty.DottyPredef$.assertFail(DottyPredef.scala:17)
[error] dotty.tools.dotc.core.tasty.TreePickler.pickle(TreePickler.scala:715)
[error] dotty.tools.dotc.core.quoted.PickledQuotes$.pickle(PickledQuotes.scala:102)
The text was updated successfully, but these errors were encountered:
Uh oh!
There was an error while loading. Please reload this page.
Dear Fengyun,
I followed your advice and used if/else if and also tried to inline extracted anonymous functions in
the
continue
method implementation of theCoroutine
class implementation.Now I face an error saying the Coroutine[T] symbol cannot be resolved. Do you have any idea how I could debug this?
The text was updated successfully, but these errors were encountered: