max-mapper / max-mapper/monocles

JS 1.8.1 compliance or document requirement JS >= 1.8.5 is needed.

Open
#31 0 comments 0 reactions 0 assignees View on GitHub

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

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. 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

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.