TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

The Meteor Packaging System – Understanding Versioning

12 pointsby arunodaover 10 years ago

1 comment

otterleyover 10 years ago
Any packaging system worth using will have support for semver extensions; it pains me that too many systems (including this one) don&#x27;t appear to.<p>For example, &quot;1.2.3+myfix1&quot; should be valid, and &quot;1.2.3+myfix2&quot; should be considered a later version than &quot;1.2.3&quot; -- and both should pass any dependency declaration against which version 1.2.3 would pass.<p>If anyone can think of other workable solutions that lessen the pain of parallel development and local branching, I&#x27;d love to hear them.