Skip to content

Commit

Permalink
moved some to git issues
Browse files Browse the repository at this point in the history
  • Loading branch information
ktrzeciaknubisa committed Mar 25, 2015
1 parent 00a42d3 commit 38765a8
Showing 1 changed file with 2 additions and 20 deletions.
22 changes: 2 additions & 20 deletions known_issues.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,23 +18,5 @@ REPL issues with SpiderMonkey build (see. tools/test.py simple)
MT new interface consistency
FS extension edge cases

##6
packages: name conflicting, when calling `require("xxx")` - (node_modules/xxx) from inside xxx.js
```bash
./jx test/run.js -file test/jxcore/test-require-name-conflict.js -p
```

##7
native packages: `require.main` !== `module`
```bash
./jx test/run.js -file test/jxcore/test-others-module.js -n
```

##8
callback for addTask (as object) is not invoked when waitLogic: true

This is probably not a bug. See: [#198](https://github.com/jxcore/jxcore/issues/198)

```bash
./jx test/jxcore/test-tasks-waitLogic.js
```


0 comments on commit 38765a8

Please sign in to comment.