enhancementhelp wanted
倉庫指標
- Star
- (2,156 star)
- PR 合併指標
- (平均合併 1天 15小時) (30 天內合併 1 個 PR)
描述
Right now the test fail when running on OS X since SystemInfo.type == "darwin" is supported by the File module.
I resolved this in #20 by doing a check for SystemInfo.type.endswith("bsd") or SystemInfo.type == "darwin". Hopefully it would be that easy to get OS X working in the other modules.