Coder Social home page Coder Social logo

Versioning about zpm HOT 7 CLOSED

zpm-zsh avatar zpm-zsh commented on May 29, 2024
Versioning

from zpm.

Comments (7)

grigorii-horos avatar grigorii-horos commented on May 29, 2024 1

@jjangga0214 Ok. I will release a stable release soon and will support stable zpm syntax. After that, I will make git tags.

from zpm.

grigorii-horos avatar grigorii-horos commented on May 29, 2024

@jjangga0214 What do you mean? I think that versioning isn't needed.

from zpm.

changwuf31 avatar changwuf31 commented on May 29, 2024

It's needed, gotta rollback to commit on Nov 12 to get it working again

from zpm.

grigorii-horos avatar grigorii-horos commented on May 29, 2024

@changwuf31 Maybe, will you create an issue? What problem do you have?

from zpm.

jjangga0214 avatar jjangga0214 commented on May 29, 2024

@horosgrisa Hi!
Why do you think versioning is not needed?

from zpm.

grigorii-horos avatar grigorii-horos commented on May 29, 2024

@jjangga0214 I don't have time for multiple versions.

from zpm.

jjangga0214 avatar jjangga0214 commented on May 29, 2024

@horosgrisa

Then I think you still can do versioning while not maintaining multiple versions.
Let you just make version tags, and people use it for clone.
In this example below, the tag v1.2.3 is used.

if [[ ! -f ~/.zpm/zpm.zsh ]]; then
  git clone --recursive -b v1.2.3 https://github.com/zpm-zsh/zpm ~/.zpm
fi

Without versioning, people would lose reproducibility on their dotfiles. For example, let's say you make a breaking change of only allowing zpm loads, not zpm load. People's configuration will be broken, once they install zpm on new machine.

To prevent this, you have to maintain both zpm loads and zpm load (theoretically forever).

If you provide SemVer for example, it would be especially useful on this. You can drop support for obsolete syntax and features once you release a new major version.

Though people can use git sha instead of version tag, version provides more info than plain sha. Like if an upgrade to certain commit would probably break something or not.

If you provide changelog with version, it'd be much easier to trace which bug is fixed on which version. This can save people's time as they don't need to search issues as well.

from zpm.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.