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

Add section explaining conformance with Promises/A+ spec #13

Open
madarche opened this issue Jul 18, 2013 · 3 comments
Open

Add section explaining conformance with Promises/A+ spec #13

madarche opened this issue Jul 18, 2013 · 3 comments
Assignees
Milestone

Comments

@madarche
Copy link
Contributor

madarche commented Jul 18, 2013

Could deferred be listed in CommonJS promises article or is deferred missing some accepted "contracts" wrt to promises ?

@medikoo
Copy link
Owner

medikoo commented Jul 18, 2013

As far as I know this article is dead, and work is now continued in Promises/A+ repository, and they maintain list of conformant implementations.

Deferred is not listed there, as for a reason it doesn't adhere to one rule forced by a spec, it's forced next-tick resolution. See #6 for explained reasoning.

With release of v0.7 I plan to add section to documentation about conformance with Promises/A+ spec.

@medikoo medikoo closed this as completed Jul 18, 2013
@madarche
Copy link
Contributor Author

Thanks a lot for the clarification!

@medikoo
Copy link
Owner

medikoo commented Jul 18, 2013

I'll reopen it, with tweaked title. Indeed having clear statement about conformance with Promise/A+ is quite important. Most newcomers look in first place for this.

@medikoo medikoo reopened this Jul 18, 2013
@ghost ghost assigned medikoo Jul 18, 2013
@medikoo medikoo modified the milestones: v1, v0.7 Sep 10, 2015
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

2 participants