Skip to content
Discussion options

You must be logged in to vote

Hi @gvolpe, I've cloned your project and library locally and this is a bit of an unconventional workflow (you'd be one of the first to try it 🙏), but should get you most of the way there.

lib.install your cache library into your forex project:

@gvolpe/forex/main> lib.install @gvolpe cache

Then move your Cache type into the lib namespace with this structure:

@gvolpe/forex/main> move Cache lib.oldCache.Cache

Issue the upgrade command and then upgrade to the oldCache to your new version.

@gvolpe/forex/main> upgrade oldCache gvolpe_cache_0_0_1 

The upgrade will create a temporary branch for you to resolve the difference between the old version of your cache to the new version. There's no m…

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@gvolpe
Comment options

Answer selected by gvolpe
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants