-
Notifications
You must be signed in to change notification settings - Fork 81
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
Comments
@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 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. |
@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! |
Thanks, Please do! https://github.com/metacurrency/holochain |
Nice project! I added a link to the readme. Thanks! |
As of this morning my app which uses zygo no longer complies because the
github.com/glycerine/zygomys/repl
directory, which is what I usedgo get
off of is gone, and it looks like theGlisp
object is also gone. Could you please post a developer upgrade guide?The text was updated successfully, but these errors were encountered: