Skip to content
This repository has been archived by the owner on Jan 20, 2022. It is now read-only.

Traduction de iojs Week of April 3rd #52

Merged
merged 2 commits into from
Apr 15, 2015
Merged

Traduction de iojs Week of April 3rd #52

merged 2 commits into from
Apr 15, 2015

Conversation

podefr
Copy link
Contributor

@podefr podefr commented Apr 12, 2015

Voici ma traduction pour iojs Week of April 3rd, je posterai sur les réseaux sociaux une fois approuvée. Merci!

* **iojs**: une API "modules internes" a été introduite afin de permettre au code noyau de partager des modules JavaScript de façon interne uniquement sans avoir à les exposer comme API publique, cette fonctionnalité est uniquement pour le noyau [#848](https://github.com/iojs/io.js/pull/848) (Vladimir Kurchatkin)
* **timers**: deux problèmes mineurs avec les timers ont été corrigés:
* Timer.close() est à présent idempotent [#1288](https://github.com/iojs/io.js/issues/1288) (Petka Antonov).
setTimeout() n'éxécutera la callback qu'une seule fois après un unref() lors du callback [#1231](https://github.com/iojs/io.js/pull/1231) (Roman Reiss). NOTE: il y a toujours d'autres soucis non résolus avec le code des timers, tel que [#1152](https://github.com/iojs/io.js/pull/1152)
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

exécutera

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

le callback

@yoannmoinet
Copy link
Contributor

Super cool,
merci pour ta traduction @podefr. 👍

@podefr
Copy link
Contributor Author

podefr commented Apr 13, 2015

Merci pour la relecture, je pense avoir tout couvert, une fois mergé et le ticket associé fermé je publierai sur les réseaux sociaux.

@yoannmoinet
Copy link
Contributor

C'est beau pour moi 👍 .

podefr added a commit that referenced this pull request Apr 15, 2015
Traduction de iojs Week of April 3rd
@podefr podefr merged commit d72524b into master Apr 15, 2015
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants