max-mapper / max-mapper/monocles
JS 1.8.1 compliance or document requirement JS >= 1.8.5 is needed.
Nobody has claimed this yet.
- Dominant language
- JavaScript
- Stars
- 178
- Forks
- 15
- PR merge metrics
- No merged PRs in 30d
Description
Some functions are using Object.keys() which is supported in ECMAScript 5 or JavaScript 1.8.5 CouchDB minimal Requirement is spidermonkey 1.8. Ubuntu 10.04 LTS brings Spidermonkey 1.8.1.16 which implements JS 1.8.1 and does not support Object.keys().
Either document this minimal requirement. Or avoid Object.keys()
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
Inspect the functions that use Object.keys() and determine whether the project should support SpiderMonkey 1.8.1. Resolve the issue by either documenting the JavaScript/SpiderMonkey minimum requirement or replacing those usages, then verify the chosen behavior against the stated compatibility target.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- javascript
- Domain
- web-dev
- Issue type
- Bug
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 25/100