Skip to content
This repository has been archived by the owner on May 18, 2021. It is now read-only.

翻譯 io.js 3/20 週報 #75

Merged
merged 1 commit into from
Mar 27, 2015
Merged

Conversation

siygle
Copy link
Contributor

@siygle siygle commented Mar 27, 2015

先丟一個版本出來,還有一些不太確定怎麼翻的部分
需要其他大大們幫忙 XD #74

appleboy added a commit that referenced this pull request Mar 27, 2015
@appleboy appleboy merged commit 427ca8a into nodejs:master Mar 27, 2015

### 1.6.1

path: New type-checking on path.resolve() #1153 uncovered some edge-cases being relied upon in the wild, most notably path.dirname(undefined). Type-checking has been loosened for path.dirname(), path.basename(), and path.extname() (Colin Ihrig) #1216.
querystring: Internal optimizations in querystring.parse() and querystring.stringify() #847 prevented Number literals from being properly converted via querystring.escape() #1208, exposing a blind-spot in the test suite. The bug and the tests have now been fixed (Jeremiah Senkpiel) #1213.
* **path:** New type-checking on path.resolve() #1153 uncovered some edge-cases being relied upon in the wild, most notably path.dirname(undefined). Type-checking has been loosened for path.dirname(), path.basename(), and path.extname() (Colin Ihrig) #1216.
Copy link
Contributor

Choose a reason for hiding this comment

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

path: path.resolve()新增型別檢查 #1153,不包含某些特殊案例,特別是 path.dirname(undefined)。已經放鬆 path.dirname()path.basename() 以及 path.extname() 的型別檢查(Colin Ihrig)#1216.

@siygle
Copy link
Contributor Author

siygle commented Apr 15, 2015

@jihchi Thanks!!

@siygle siygle mentioned this pull request 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.

3 participants