Ecosyste.ms: Issues
An open API service for providing issue and pull request metadata for open source projects.
GitHub / y21/dash issues and pull requests
#91 - fix: usage of `node12` in `actions/checkout`
Pull Request -
State: closed - Opened by hamirmahal 5 months ago
- 1 comment
#90 - CI `uses: actions/checkout@v2` which `uses node12 which is deprecated`
Issue -
State: closed - Opened by hamirmahal 5 months ago
- 2 comments
#89 - Closure with default parameter value is parsed very wrong
Issue -
State: closed - Opened by y21 6 months ago
Labels: bug, A-parser
#88 - Implement try-finally blocks
Pull Request -
State: closed - Opened by y21 6 months ago
#87 - Nested try-catch is buggy
Issue -
State: open - Opened by y21 6 months ago
Labels: bug, A-vm
#86 - Support return in try-finally
Issue -
State: closed - Opened by y21 6 months ago
Labels: enhancement
#85 - AST pretty-printing is broken for nodes containing interned strings
Issue -
State: open - Opened by y21 7 months ago
Labels: AST
#84 - support node module file execution
Pull Request -
State: closed - Opened by Jacherr 8 months ago
#83 - Fix small issues in stdlib
Pull Request -
State: closed - Opened by Jacherr 8 months ago
#82 - add method `Function#apply`
Pull Request -
State: closed - Opened by Jacherr 8 months ago
#81 - Experimental support for holey arrays
Pull Request -
State: closed - Opened by y21 8 months ago
- 1 comment
Labels: A-vm
#80 - Type erased pointers don't take alignment of object types into account
Issue -
State: closed - Opened by y21 9 months ago
Labels: bug, soundness, A-gc
#79 - Preserve `this` in closures
Pull Request -
State: closed - Opened by y21 9 months ago
- 1 comment
Labels: A-vm
#78 - Implement `arguments`
Issue -
State: closed - Opened by y21 10 months ago
Labels: enhancement
#77 - Regex matching should backtrack
Issue -
State: open - Opened by y21 11 months ago
Labels: A-vm, V-regex
#76 - dynamically intern strings at runtime
Pull Request -
State: closed - Opened by y21 11 months ago
- 1 comment
Labels: A-vm
#75 - Improve error for "value is not a function"
Issue -
State: closed - Opened by y21 11 months ago
- 1 comment
Labels: A-compiler, A-vm
#74 - `this` in arrow functions is wrong
Issue -
State: closed - Opened by y21 about 1 year ago
Labels: bug, A-vm
#73 - initial node-compat mode
Pull Request -
State: closed - Opened by y21 about 1 year ago
Labels: enhancement, A-node-compat
#72 - Rework the AST
Pull Request -
State: closed - Opened by y21 over 1 year ago
Labels: enhancement, A-parser, A-compiler
#71 - `this` in get accessors is always undefined
Issue -
State: closed - Opened by y21 over 1 year ago
Labels: bug, A-vm
#70 - `net.TcpStream` always returns empty `ArrayBuffer` on disconnection
Issue -
State: open - Opened by y21 over 1 year ago
Labels: bug, A-rt
#69 - implement net module and consider external refs as roots
Pull Request -
State: closed - Opened by y21 over 1 year ago
Labels: A-gc, A-rt
#68 - Key `__proto__` in object literal is treated as an ordinary property
Issue -
State: open - Opened by y21 over 1 year ago
Labels: bug, A-vm
#67 - introduce `Unrooted` API
Pull Request -
State: closed - Opened by y21 over 1 year ago
#66 - consider using `SmallVec` in more places
Issue -
State: closed - Opened by y21 over 1 year ago
- 1 comment
Labels: A-vm, optimization
#65 - Stop using `Any` (where possible)
Issue -
State: closed - Opened by y21 over 1 year ago
- 1 comment
Labels: A-vm
#64 - Move most opts to runtime
Issue -
State: open - Opened by y21 over 1 year ago
- 1 comment
Labels: A-compiler, A-vm, optimization, soundness, P-medium, E-hard
#63 - CLI should use inspect function
Issue -
State: closed - Opened by y21 over 1 year ago
- 1 comment
Labels: enhancement, A-cli
#62 - Marking roots on the native stack
Issue -
State: open - Opened by y21 over 1 year ago
- 1 comment
Labels: A-vm, P-high, soundness, A-gc, E-hard
#61 - AST nodes should carry spans
Issue -
State: closed - Opened by y21 over 1 year ago
Labels: enhancement, A-parser
#60 - Resolves #58
Pull Request -
State: closed - Opened by trueharuu over 1 year ago
Labels: enhancement, A-parser
#59 - assertion failed in async http handler when mutating external
Issue -
State: closed - Opened by y21 over 1 year ago
- 1 comment
Labels: bug, A-vm, A-rt
#58 - semicolon treated as an expression
Issue -
State: closed - Opened by trueharuu over 1 year ago
- 1 comment
Labels: bug, A-parser
#57 - float literal and identifier parsed incorrectly
Issue -
State: open - Opened by trueharuu over 1 year ago
- 1 comment
Labels: bug, A-parser
#56 - implement `Map` and fix some `Set` tests
Pull Request -
State: closed - Opened by y21 over 1 year ago
Labels: enhancement, A-vm, A-std
#55 - don't use recursion for executing functions in VM land
Pull Request -
State: closed - Opened by y21 over 1 year ago
Labels: A-vm, optimization
#54 - rework gc to remove double indirection
Pull Request -
State: closed - Opened by y21 over 1 year ago
#53 - Return strings in quotes regardless of depth
Pull Request -
State: closed - Opened by p2js over 1 year ago
#52 - '\�' crashes lexer
Issue -
State: closed - Opened by y21 over 1 year ago
- 1 comment
Labels: bug, A-parser
#51 - add cfg pass to jit
Pull Request -
State: closed - Opened by y21 over 1 year ago
Labels: A-vm, A-jit, A-llvm-jit
#50 - run type inference as its own pass
Pull Request -
State: closed - Opened by y21 over 1 year ago
Labels: A-compiler, A-const-eval-type-inference
#49 - Early type inference leads to misoptimizations w/ const eval
Issue -
State: closed - Opened by y21 almost 2 years ago
Labels: bug, miscompilation, A-const-eval-type-inference
#48 - Late-bound external variables break specialized instructions
Issue -
State: closed - Opened by y21 almost 2 years ago
Labels: bug, A-compiler, miscompilation
#47 - Rework JIT
Pull Request -
State: closed - Opened by y21 almost 2 years ago
Labels: A-llvm-jit
#46 - Specialize builtins
Pull Request -
State: closed - Opened by y21 about 2 years ago
#45 - perf: fast path for builtins/instrinsic ops
Issue -
State: closed - Opened by y21 about 2 years ago
- 1 comment
Labels: enhancement, A-compiler, A-vm, optimization
#44 - computed property in object literal has key/value mixed
Issue -
State: closed - Opened by y21 about 2 years ago
- 1 comment
Labels: bug, A-compiler, A-vm
#43 - parser: support generic types
Pull Request -
State: closed - Opened by y21 about 2 years ago
Labels: enhancement, A-parser
#42 - Function constructor returns undefined in presence of unrelated function
Issue -
State: closed - Opened by y21 about 2 years ago
- 1 comment
Labels: bug
#41 - parser: support escape sequences
Pull Request -
State: closed - Opened by y21 about 2 years ago
Labels: A-parser
#40 - feature: function hoisting
Pull Request -
State: closed - Opened by y21 about 2 years ago
Labels: A-compiler
#39 - Proper variable/function hoisting
Issue -
State: closed - Opened by y21 about 2 years ago
Labels: bug, A-compiler
#38 - Parse escape sequence
Issue -
State: closed - Opened by y21 about 2 years ago
Labels: bug, A-parser
#37 - vm: more error types
Pull Request -
State: closed - Opened by y21 about 2 years ago
Labels: A-vm
#36 - fix: parse `new` exprs correctly wrt precedence
Pull Request -
State: closed - Opened by y21 about 2 years ago
Labels: bug, A-parser
#35 - Basic regex implementation
Pull Request -
State: closed - Opened by y21 about 2 years ago
#34 - Rework runtime to be more modular
Pull Request -
State: closed - Opened by y21 about 2 years ago
#33 - Implement ThreadSafeValue, Persistent<T>
Pull Request -
State: closed - Opened by y21 about 2 years ago
#32 - Implement property descriptors
Pull Request -
State: closed - Opened by y21 about 2 years ago
#31 - Implement async/await
Pull Request -
State: closed - Opened by y21 about 2 years ago
#31 - Implement async/await
Pull Request -
State: closed - Opened by y21 about 2 years ago
#30 - Async tasks
Pull Request -
State: closed - Opened by y21 over 2 years ago
#29 - Implement Function.prototype.{bind, call}
Pull Request -
State: closed - Opened by y21 over 2 years ago
#28 - Implement spread syntax for function parameter list
Pull Request -
State: closed - Opened by y21 over 2 years ago
#27 - Implement classes
Pull Request -
State: closed - Opened by y21 over 2 years ago
#26 - Implement getters
Pull Request -
State: closed - Opened by y21 over 2 years ago
#25 - Implement basic JIT compiler
Pull Request -
State: closed - Opened by y21 over 2 years ago
#24 - Parse switch statements
Pull Request -
State: closed - Opened by y21 over 2 years ago
#23 - Move stages to their own crates
Pull Request -
State: closed - Opened by y21 over 2 years ago
#22 - feat: exports
Pull Request -
State: closed - Opened by y21 over 2 years ago
#21 - Rework compiler and vm
Pull Request -
State: closed - Opened by y21 over 2 years ago
Labels: major change
#20 - Missing cyclic __proto__ value check
Issue -
State: open - Opened by y21 over 2 years ago
Labels: bug, A-vm
#19 - Assertion fail when exception in try-catch crosses native boundaries
Issue -
State: closed - Opened by y21 about 3 years ago
Labels: bug, A-vm
#18 - Generators
Pull Request -
State: closed - Opened by y21 about 3 years ago
Labels: enhancement
#17 - Constants should be Copy on Write
Issue -
State: closed - Opened by y21 about 3 years ago
- 2 comments
Labels: bug, A-vm, optimization, P-low
#16 - Initial bytecode serializer
Pull Request -
State: closed - Opened by y21 about 3 years ago
Labels: enhancement
#15 - Bytecode/Heap snapshot support
Issue -
State: closed - Opened by y21 about 3 years ago
Labels: enhancement, A-compiler, A-vm, E-hard
#14 - Move from Rc to tracing GC and rework native/user calls
Pull Request -
State: closed - Opened by y21 about 3 years ago
Labels: enhancement, major change
#13 - Constant folding
Issue -
State: closed - Opened by y21 over 3 years ago
Labels: enhancement, A-compiler, optimization
#12 - Prefix sub crates with `dash_`
Issue -
State: closed - Opened by y21 over 3 years ago
- 1 comment
Labels: meta
#11 - Add documentation
Issue -
State: closed - Opened by y21 over 3 years ago
Labels: documentation, meta
#10 - Improper stack unwinding in recursive calls
Issue -
State: closed - Opened by y21 over 3 years ago
Labels: A-vm
#9 - Miss compilation in `else` branch
Issue -
State: closed - Opened by y21 over 3 years ago
Labels: bug, A-compiler, A-vm, miscompilation
#8 - `Weak{Set, Map}` entries do not get removed even after GC
Issue -
State: closed - Opened by y21 over 3 years ago
- 1 comment
Labels: A-vm, stdlib, P-low
#7 - Expose `Value` enum to JS
Issue -
State: closed - Opened by y21 over 3 years ago
Labels: enhancement, A-wasm
#6 - Rewrite assignments
Issue -
State: closed - Opened by y21 over 3 years ago
Labels: bug, A-compiler, A-vm
#5 - Reduce size of instructions
Issue -
State: closed - Opened by y21 over 3 years ago
Labels: A-compiler, A-vm
#4 - Handle stack overflows
Issue -
State: closed - Opened by y21 over 3 years ago
Labels: bug, A-vm
#3 - Semicolon should not be an expression
Issue -
State: closed - Opened by y21 over 3 years ago
Labels: bug, A-parser
#2 - Rewrite property lookup and implement prototype chain
Issue -
State: closed - Opened by y21 over 3 years ago
#1 - Unbox primitives
Issue -
State: closed - Opened by y21 over 3 years ago
- 1 comment
Labels: A-vm, P-medium