max-mapper / max-mapper/plummet
i can haz tests pass?
Open
Nobody has claimed this yet.
- Dominant language
- JavaScript
- Stars
- 26
- Forks
- 2
- PR merge metrics
- No merged PRs in 30d
Description
/Users/tyler/node_modules/plummet> npm test
> plummet@0.0.3 test /Users/tyler/node_modules/plummet
> node test.js
/Users/tyler/node_modules/plummet/node_modules/plumbdb/node_modules/microtime/node_modules/bindings/bindings.js:85
throw err
^
Error: Could not load the bindings file. Tried:
-> /Users/tyler/node_modules/plummet/node_modules/plumbdb/node_modules/microtime/build/Debug/microtime.node
-> /Users/tyler/node_modules/plummet/node_modules/plumbdb/node_modules/microtime/build/Release/microtime.node
-> /Users/tyler/node_modules/plummet/node_modules/plumbdb/node_modules/microtime/out/Debug/microtime.node
-> /Users/tyler/node_modules/plummet/node_modules/plumbdb/node_modules/microtime/Debug/microtime.node
-> /Users/tyler/node_modules/plummet/node_modules/plumbdb/node_modules/microtime/out/Release/microtime.node
-> /Users/tyler/node_modules/plummet/node_modules/plumbdb/node_modules/microtime/Release/microtime.node
-> /Users/tyler/node_modules/plummet/node_modules/plumbdb/node_modules/microtime/build/default/microtime.node
-> /Users/tyler/node_modules/plummet/node_modules/plumbdb/node_modules/microtime/compiled/0.8/darwin/x64/microtime.node
at bindings (/Users/tyler/node_modules/plummet/node_modules/plumbdb/node_modules/microtime/node_modules/bindings/bindings.js:82:13)
at Object.<anonymous> (/Users/tyler/node_modules/plummet/node_modules/plumbdb/node_modules/microtime/index.js:1:96)
at Module._compile (module.js:449:26)
at Object.Module._extensions..js (module.js:467:10)
at Module.load (module.js:356:32)
at Function.Module._load (module.js:312:12)
at Module.require (module.js:362:17)
at require (module.js:378:17)
at Object.<anonymous> (/Users/tyler/node_modules/plummet/node_modules/plumbdb/index.js:4:17)
at Module._compile (module.js:449:26)
npm ERR! Test failed. See above for more details.
npm ERR! not ok code 0
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start by running npm test, which invokes test.js, and inspect the reported microtime bindings.js failure through plumbdb/index.js. Determine why the native microtime binding is unavailable in this project and establish a reproducible test path; done means npm test completes successfully, but the issue does not specify the intended fix.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- javascript, node.js
- Domain
- testing
- Issue type
- Bug
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 25/100