hulk
hulk
@zimmski the root cause is that `revive` loaded the type info by each package, so it can't load the model object since there are in different packages. I will try...
> Type information of each package is calculated lazily. The calculation relies on the GO's `type` package (`go/types.Config.Check`) My understanding of @git-hulk proposition: to make the type calculation _greedy_ (instead...
This issue should can be fixed after #716 since it'll load all packages.
Cool, can do many checks after this PR since we have enough type infos. I'm wondering if we can introduce go/packages when try to fix this issue because this will...
@dmathieu Can you review this PR, thanks~
@dmathieu Done, thanks for the review
@dmathieu Can you merge this pr?
@dmathieu Do you know if there's anything that would stop this being merged?
@sjpcg Thanks for your feedback. We need to find a new way to let users customize RocksDB options since it's impossible to integrate those options at once, and too trivial...
I have an idea for this issue that we can recognize SHA or literal name with the name length. * For creating, when the name length was equal to 40...