kovidgoyal / kovidgoyal/rapydscript-ng
Missing element from rapydscript.js?
Nobody has claimed this yet.
- Dominant language
- C
- Stars
- 206
- Forks
- 45
- PR merge metrics
- No merged PRs in 30d
Description
I found that I had to insert the following code at the start of rapydscript.js, code I inherited from some time ago:
var ρσ_iterator_symbol = (typeof Symbol === "function" && typeof Symbol.iterator === "symbol") ? Symbol.iterator : "iterator-Symbol-5d0927e5554349048cf0e3762a228256";
var ρσ_kwargs_symbol = (typeof Symbol === "function") ? Symbol("kwargs-object") : "kwargs-object-Symbol-5d0927e5554349048cf0e3762a228256";
var ρσ_cond_temp, ρσ_expr_temp, ρσ_last_exception;
var ρσ_object_counter = 0;
Should the building of rapydscript.js include such a preamble?
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 with rapydscript.js and trace the build or generation step that produces it. Check whether the listed preamble is expected in the generated file, then verify the resulting build output includes the required declarations without manual insertion.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- javascript
- Domain
- compilers
- Issue type
- Bug
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100