Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

request 5.0 update guide #21

Open
zippy opened this issue Jan 3, 2018 · 4 comments
Open

request 5.0 update guide #21

zippy opened this issue Jan 3, 2018 · 4 comments
Labels

Comments

@zippy
Copy link

zippy commented Jan 3, 2018

As of this morning my app which uses zygo no longer complies because the github.com/glycerine/zygomys/repl directory, which is what I used go get off of is gone, and it looks like the Glisp object is also gone. Could you please post a developer upgrade guide?

@glycerine
Copy link
Owner

@zippy Hi Eric!

Thanks for using zygo and for filing this.

Sorry for the breaking changes. I know Go doesn't handle versioning very well.

First the quick fix: I incremented the major version to 5 to indicate breaking changes. If you want to use the last in the 4 series, simply git checkout v4.8.3 and you should be good to go.

Now for the update guide. The 5.0 release refactors in two simple ways:

a) github.com/glycerine/zygomys/repl is renamed to github.com/glycerine/zygomys/zygo to match the convention that the directory and the package name are the same;

b) The Glisp object is renamed to Zlisp, because its no longer keeping vestigial baggage from its parent project.

That should be it. Let me know if that doesn't suffice to get you going! I'll leave this open in case there's anything else.

@glycerine
Copy link
Owner

@zippy Out of curiosity, is your project open source (if so could I put a pointer to it in the readme)? What do you use zygo for? Thanks!

@zippy
Copy link
Author

zippy commented Jan 3, 2018

Thanks,

Please do! https://github.com/metacurrency/holochain

@glycerine
Copy link
Owner

Nice project! I added a link to the readme. Thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants