v0.10 comes after v0.8(0)? That's like launching Chrome v3 after Chrome v25.
It's major.minor.revision, not decimal.
What’s new in Node v0.10?
41–50 of 52 posts
Re: What’s new in Node v0.10?
#42v0.10 comes after v0.8(0)? That's like launching Chrome v3 after Chrome v25.
Not sure if trolling…
> A version number is a sequence of natural numbers ordered lexicographically.
I need a new rage face for expressing this.
Re: What’s new in Node v0.10?
#43Earlier quoted context omitted.
It's not meant to be a decimal number. A version number is a sequence of natural numbers ordered lexicographically.
Do you have _any_ standard to back up that claim or you're pulling that out of nowhere like the rest of the down-voter crowd? Besides, in the node.js community the semantic versioning is accepted as standard. npm is the default tool for managing packages. For reference: http://semver.org/
In general, I would argue version numbers are sequences of natural numbers ordered lexicographically. That means they're not the same as decimal expansions of real numbers.
Re: What’s new in Node v0.10?
#44huh so these strongloop guys are the new node maintainers?
No. StrongLoop employs 2 node core committers, Ben Noordhuis and Bert Belder, who are also two of the most active libuv committers. (They have other folks that work there, of course, but those two also work on Node itself quite a lot.) Joyent still is the custodian and IP owner of the Node.js project. They pay me to work on node, and also provide the project with marketing, legal, hosting, and other resources. Joyent…
Definitely appreciate that they pay you to work on it. Appreciate that there are new companies in the ecosystem too.
And finally someone who looks like they are going to support Node on Windows and Linux!
Re: What’s new in Node v0.10?
#45Earlier quoted context omitted.
Could you explain that?, because if you're right I been wrong my whole life.
here, the dot is not used to separate integers from decimals, just to separate two integer numbers. This is common practice in software projects ( http://en.wikipedia.org/wiki/Software_versioning#Incrementin... )
Re: What’s new in Node v0.10?
#46Earlier quoted context omitted.
Not sure if trolling…
By reading some of the gems around here, apparently not. Example: > A version number is a sequence of natural numbers ordered lexicographically. I need a new rage face for expressing this.
Re: What’s new in Node v0.10?
#47After 9 months all we get is a new streams interface?
Re: What’s new in Node v0.10?
#48Earlier quoted context omitted.
It probably would have been better to say v0.10 != v0.1, since obviously "0.10 != 0.1" is a misleading statement.
Thank you all for your explanations, but this was exactly what I meant.
Re: What’s new in Node v0.10?
#49Earlier quoted context omitted.
Do you have _any_ standard to back up that claim or you're pulling that out of nowhere like the rest of the down-voter crowd? Besides, in the node.js community the semantic versioning is accepted as standard. npm is the default tool for managing packages. For reference: http://semver.org/
The claim that version numbers aren't the same as decimal expansions of real numbers? Yes, well, the link you just provided gives evidence for that. I'm not familiar with semantic versioning, but as far as I can tell, one element of it is version numbers being triples of natural numbers. Well then, at least in the case you're talking about, version numbers aren't the same as decimal expansions of real numbers. In gen…
Re: What’s new in Node v0.10?
#50Earlier quoted context omitted.
By reading some of the gems around here, apparently not. Example: > A version number is a sequence of natural numbers ordered lexicographically. I need a new rage face for expressing this.
I'm sorry I made you angry. But leaving out versioning schemes in which 0.1 and 0.10 are in fact considered the same, and leaving out letters and stuff (which are trivially encoded in scheme you quote anyway), this is what a version number is, in its general sense.