This repository has been archived by the owner on Jul 24, 2024. It is now read-only.
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Build: Uses modules version instead of v8.
- Loading branch information
c5b4fa6
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Very good! Thanks! Theoretically we should distinguish between
iojs
andnode
numbers, but right now node is at 14 and iojs jumped straight to 42 to follow with 43. Hopefully node will not catch up that quick :)c5b4fa6
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@saper, you mean like this: rvagg/archived-pangyp#1? Number approach in my opinion is the most ugly way of distinguishing runtime (which pangyp uses all over the place).
The ultimate solution will come from nodejs/node#493.
c5b4fa6
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
process.release
looks very messy. Why can't we haveprocess.config.variabes.node_name
or something like this....What is the number approach you dislike? (didn't understand)
c5b4fa6
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
You can propose them with this approach, but it looks lengthy
process.config.variabes.node_name
(too nested IMO).When node.js will move to v1, it will break all the packages relying on version number.
c5b4fa6
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Ah, you are right of course. I need to learn a bit more a bit
gyp
/node-gyp
/pangyp
to contribute.Do I understand it correctly: when https://github.com/TooTallNate/node-gyp accepts nodejs/node-gyp#564 there is no longer need for https://github.com/rvagg/pangyp ?
c5b4fa6
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Yes pangyp is just a transient package. You can actually propose any idea to io.js even without learning that stuff. There are many enthusiasts who might be willing to implement it. :)