Paul Schoenfelder
Paul Schoenfelder
I'd be open to accepting a PR that makes removing nodes in this strategy optional based on a flag, something like `prune: false` to disable pruning the node list. I...
I've been putting together a PR that adds support for intrusive plugins, in two main ways: - Allow plugins to intercept the command and arguments that asdf was invoked with,...
@mdshamoon I haven't had a chance to put together a precompiled toolchain package for macOS yet, but it is fairly straightforward to compile from source as mentioned by @hailelagi. I've...
Install the `nightly-2023-02-07` toolchain, the one you mentioned is too old for what's in develop currently, and make sure you use it when building the project, e.g. `cargo +nightly-2023-02-07 make`,...
This is failing because there is no support in the underlying standard library APIs for years with more than 4 digits, and this particular conversion lands in the year 10000....
Addressed in #34, didn't realize both PRs made the same change. I'll push a release soon.
Thanks @bobbinth! You're overall sketch of the process more or less aligns with what I was expecting in terms of roadmap, so I'm glad to see I haven't forgotten something...
> btw, what is the reason for using dyn ObjectStore type for the loader? Could we not use a generic type here? Primarily to avoid monomorphizing all of the `MastForest`...
> Also, one thing I just realized is that with the approach we've been discussing so far, it seems like we'd need to assign node IDs to all nodes loaded...
> At this point yet I'm not sure we should start with the 1st approach to build the registry iteratively or if we should go for the second approach right...