Peng Cheng
Peng Cheng
Thanks a lot, made it temporarily working in IDEA by the following monkey patch: ``` def base = Option(System.getProperty("splain.tests")) .getOrElse(userDir + "/" + "tests") val plugin = Option(System.getProperty("splain.jar")).getOrElse { userDir...
OK fixed without tree-visualizing capability https://github.com/tek/splain/pull/46 I saw a lot of idiosyncratic black magic for type symbol manipulation. I'm afraid some of them needs a more generalisable overhaul. Some of...
I have to add some type annotation to avoid the 2.13 compiler from inferring singleton type automatically Regardless, the only significant change I made is to use type.toString and type.prefixString...
If you think all the changes make sense then let's merge it, always easier to have many decoupled commits instead of a big one. I'll need some time to figure...
Sorry almost forgot this PR :< will merge after test pass
@joprice I saw this PR: https://github.com/tek/splain/pull/49 Has significant improvements on ZIO type parsing. Could you test your case again after 2 years? It may be fixed by now
Oooh, nice. So the second issue is gone But a lot of our test will become obsolete. I haven't find a reliable way to remove those: ``` __wrapper$1$879dac52089e4f9bbdc32fbf51951152.XXX ``` package...
#### Features That sounds like a good idea, but those features are dropped by @dwijnand for a reason (which I never bothered to ask). If you can get him or...
+1 also affects me
same bug encountered on v3.6.12