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
Thanks Stefan for your pointer; I think I got it mostly working with Scala 2.12 and 2.13. There are a few things still wrong, for example I'm getting some private[this] undefined appearing in the explorer, not sure where they come from: https://www.sciss.de/temp/extradoc/#t=de.sciss.osc.Channel%24
Also the arg links mostly don't work in the explorer, or go to wrong indices. I'm a bit confused about types versus templates in the model.
I think I solved the indices by resolving LinkToTpl. The private[this] thing in the explorer seems to be a bug due to missing page caching for base.members (in addition to base.linearization): Sciss@b419ba7
The text was updated successfully, but these errors were encountered:
Thanks Stefan for your pointer; I think I got it mostly working with Scala 2.12 and 2.13. There are a few things still wrong, for example I'm getting some
private[this] undefined
appearing in the explorer, not sure where they come from: https://www.sciss.de/temp/extradoc/#t=de.sciss.osc.Channel%24My version is here: https://github.com/Sciss/extradoc
Also the arg links mostly don't work in the explorer, or go to wrong indices. I'm a bit confused about types versus templates in the model.
I think I solved the indices by resolving
LinkToTpl
. Theprivate[this]
thing in the explorer seems to be a bug due to missing page caching forbase.members
(in addition tobase.linearization
): Sciss@b419ba7The text was updated successfully, but these errors were encountered: