Nick
Nick
Could you try adding `resolvers += Resolver.bintrayRepo("stanch", "reftree")`? The project is published for both 2.11 and 2.12, but the jCenter repo (which sbt uses by default) somehow only shows one...
Sorry, I actually meant `Resolver.bintrayRepo("stanch", "maven")`, but I wrongly copied it from #17. I’ll try to publish to Maven Central, but it might take a few days. Just opened a...
Update: the first step is done, https://github.com/stanch/zipper (which is a dependency) is making its way to Maven Central. Tomorrow I should be able to publish this one as well.
Done! https://oss.sonatype.org/#nexus-search;quick~stanch. Should take a few hours to appear on search.maven.com. Meanwhile, I still need to update the website, but `npm`/`gitbook` is acting up...
Hi @rajcspsg and sorry for the late response. First of all, thanks for your interest in this library. I have not been actively working with Scala or following the developments...
Nice animation! In theory, GraphViz supports pointing from fields to other fields, but reftree doesn’t expose that. I’m not sure what would be the best way to do it without...
How would you specify the ids of fields? In terms of public API, currently only `RefTree.Ref` has an id, and its fields have indices, although even this information is kind...
One concern I forgot to mention is that right now the arrows mean object references. Adding arrows to fields of a primitive array might be misleading because it might suggest...
While the semantics appeal to me, I am not convinced, because this symbol is somewhat hard to read in comparison to `∅`...
Looks like a bug/limitation of shapeless (reftree doesn’t have any macros of its own). But I am wondering how a diagram can be automatically derived for `NameChanger`. It’s a sealed...