Skip to content
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

What branch/version and which of the contributing guides to use? #183

Closed
geek opened this issue Dec 19, 2014 · 3 comments
Closed

What branch/version and which of the contributing guides to use? #183

geek opened this issue Dec 19, 2014 · 3 comments

Comments

@geek
Copy link
Member

geek commented Dec 19, 2014

Is io.js working towards a 1.0.0 release? If so, can we do away with the v0.10/v0.12 branches and work from master, merge whatever's needed back into master?

The contributing guides are out of sync between the branches as well.

@brendanashworth
Copy link
Contributor

If I recall correctly, first on the roadmap is to make a v0.12 release, which we will then work towards a v1.0. I'm not sure what the v0.10 branch is doing, as we have neither v0.9 nor v0.11. I'm not sure about the master branch either, since it doesn't seem we use that anyways.

edit: ooh, just missed the new and fancy v1.x branch.

@vkurchatkin
Copy link
Contributor

Now that io.js is released we probably need to establish 1.0.x branch for fixes and 2.x branch (or just use master) for breaking changes

@piscisaureus
Copy link
Contributor

Stick to v1.x for the time being.

@cjihrig cjihrig closed this as completed Jan 16, 2015
eti-p-doray pushed a commit to eti-p-doray/node that referenced this issue May 28, 2024
…odejs#183)

Previously is was defined via soon-to-be-deprecated
`v8::ObjectTemplate::SetAccessor(..)` which used to call setter even
for property stores via stream object.

The replacement V8 Api `v8::ObjectTemplate::SetNativeDataProperty(..)`
defines a properly behaving data property and thus a store to a stream
object will not trigger the "onread" setter callback.

In order to preserve the desired behavior of storing the value in the
receiver's internal field the "onread" property should be defined as
a proper JavaScript accessor.
syg pushed a commit to syg/node that referenced this issue Jun 20, 2024
…odejs#183)

Previously is was defined via soon-to-be-deprecated
`v8::ObjectTemplate::SetAccessor(..)` which used to call setter even
for property stores via stream object.

The replacement V8 Api `v8::ObjectTemplate::SetNativeDataProperty(..)`
defines a properly behaving data property and thus a store to a stream
object will not trigger the "onread" setter callback.

In order to preserve the desired behavior of storing the value in the
receiver's internal field the "onread" property should be defined as
a proper JavaScript accessor.
# Conflicts:
#	src/base_object-inl.h
eti-p-doray pushed a commit to eti-p-doray/node that referenced this issue Aug 28, 2024
…odejs#183)

Previously is was defined via soon-to-be-deprecated
`v8::ObjectTemplate::SetAccessor(..)` which used to call setter even
for property stores via stream object.

The replacement V8 Api `v8::ObjectTemplate::SetNativeDataProperty(..)`
defines a properly behaving data property and thus a store to a stream
object will not trigger the "onread" setter callback.

In order to preserve the desired behavior of storing the value in the
receiver's internal field the "onread" property should be defined as
a proper JavaScript accessor.
# Conflicts:
#	src/base_object-inl.h
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

5 participants