Ecosyste.ms: Issues

An open API service for providing issue and pull request metadata for open source projects.

GitHub / google/CodeCity issues and pull requests

#100 - Change client-server protocol from XML to JSON

Pull Request - State: closed - Opened by NeilFraser over 7 years ago
Labels: core

#99 - Cleanup match and replace.

Pull Request - State: closed - Opened by NeilFraser over 7 years ago

#98 - Fix function constructor calls with comma-separated arguments.

Pull Request - State: closed - Opened by NeilFraser over 7 years ago

#97 - Rickroll

Pull Request - State: closed - Opened by NeilFraser over 7 years ago - 1 comment

#95 - Function() should take comma-separated argument lists

Issue - State: closed - Opened by cpcallen over 7 years ago - 1 comment
Labels: bug

#94 - Small fixes to .runner_ & .start()

Pull Request - State: closed - Opened by cpcallen over 7 years ago

#93 - Function source-saving fixes

Pull Request - State: closed - Opened by cpcallen over 7 years ago

#92 - New Acorn + always strict

Pull Request - State: closed - Opened by cpcallen over 7 years ago - 1 comment

#91 - Indirect calls to eval should not provide access to local scope.

Pull Request - State: closed - Opened by cpcallen over 7 years ago

#90 - ES6

Pull Request - State: closed - Opened by NeilFraser over 7 years ago

#89 - Editor improvments

Pull Request - State: closed - Opened by cpcallen over 7 years ago - 1 comment

#88 - Messages

Pull Request - State: closed - Opened by NeilFraser over 7 years ago

#87 - Call userland .onError() method on socket errors

Pull Request - State: closed - Opened by cpcallen over 7 years ago

#86 - Fix try/catch/finally vs. break / continue / return / throw

Pull Request - State: closed - Opened by cpcallen over 7 years ago

#85 - Add web server and editor

Pull Request - State: closed - Opened by cpcallen over 7 years ago

#84 - Don't crash on unhandled exceptions.

Pull Request - State: closed - Opened by cpcallen over 7 years ago

#83 - Create minimal database.

Pull Request - State: closed - Opened by NeilFraser over 7 years ago

#82 - Fix bugs in networking implementation

Pull Request - State: closed - Opened by cpcallen over 7 years ago

#81 - Running server

Pull Request - State: closed - Opened by NeilFraser over 7 years ago

#80 - Finish basic network API implementation

Pull Request - State: closed - Opened by cpcallen over 7 years ago

#79 - Add some additional tests.

Pull Request - State: closed - Opened by cpcallen over 7 years ago

#78 - Provide source code in output of Function.prototype.toString

Pull Request - State: closed - Opened by NeilFraser over 7 years ago

#77 - Move array length from an attribute to a property.

Pull Request - State: closed - Opened by NeilFraser over 7 years ago

#76 - Implement connectionListen()

Pull Request - State: closed - Opened by cpcallen over 7 years ago

#75 - Make most tests much faster by reusing a single Interpreter instance

Pull Request - State: closed - Opened by cpcallen over 7 years ago

#74 - Runtime changes in preparation for networking

Pull Request - State: closed - Opened by cpcallen over 7 years ago

#73 - Adding the 'new' hack.

Pull Request - State: closed - Opened by NeilFraser over 7 years ago

#72 - Implement suspend() and setTimeout()

Pull Request - State: closed - Opened by cpcallen over 7 years ago

#71 - Add command parser.

Pull Request - State: closed - Opened by NeilFraser over 7 years ago
Labels: core

#70 - Support string.replace with function argument.

Pull Request - State: closed - Opened by NeilFraser over 7 years ago

#69 - Better typing

Pull Request - State: closed - Opened by cpcallen over 7 years ago

#68 - Use proper constructor to create fake AST node for EvalExpression

Pull Request - State: closed - Opened by cpcallen over 7 years ago - 1 comment

#67 - Green connect, reload icon tooltip, save tab in cookie.

Pull Request - State: closed - Opened by NeilFraser over 7 years ago

#66 - Fix playground

Pull Request - State: closed - Opened by cpcallen over 7 years ago

#65 - Fix issue with CatchClause

Pull Request - State: closed - Opened by cpcallen over 7 years ago

#64 - JS Faster

Pull Request - State: closed - Opened by cpcallen over 7 years ago

#63 - Fix delete 'hello' and other bugs.

Pull Request - State: closed - Opened by NeilFraser over 7 years ago

#62 - Introduce threads

Pull Request - State: closed - Opened by cpcallen over 7 years ago

#61 - Remove getScope

Pull Request - State: closed - Opened by cpcallen over 7 years ago

#59 - Connect/disconnect

Pull Request - State: closed - Opened by NeilFraser over 7 years ago

#58 - Improve serialization

Pull Request - State: closed - Opened by cpcallen over 7 years ago - 1 comment

#57 - Monday

Pull Request - State: closed - Opened by NeilFraser over 7 years ago - 1 comment

#56 - Go faster

Pull Request - State: closed - Opened by cpcallen over 7 years ago - 1 comment

#55 - Fix Array.join

Pull Request - State: closed - Opened by cpcallen over 7 years ago

#54 - Remove Interpreter.prototype.createScope

Pull Request - State: closed - Opened by cpcallen over 7 years ago - 2 comments

#53 - Add array extra array length mutation tests

Pull Request - State: closed - Opened by cpcallen over 7 years ago

#52 - Remove final use of .isObject

Pull Request - State: closed - Opened by cpcallen over 7 years ago

#51 - Fix setProperty when overwriting a previously defined property.

Pull Request - State: closed - Opened by NeilFraser over 7 years ago

#49 - Bug hunt

Pull Request - State: closed - Opened by NeilFraser over 7 years ago

#48 - Move .populateRegExp to intrp.RegExp.prototype

Pull Request - State: closed - Opened by cpcallen over 7 years ago

#47 - Move .stripLocations to Interpreter

Pull Request - State: closed - Opened by cpcallen over 7 years ago - 1 comment

#46 - Create intrp.Object.prototype.addNativeMethod (and use it)

Pull Request - State: closed - Opened by cpcallen over 7 years ago - 1 comment

#45 - Move legalArrayIndex and legalArrayLength; add tests

Pull Request - State: closed - Opened by cpcallen over 7 years ago

#44 - Remove createObject et al; use instanceof instead of .isObject

Pull Request - State: closed - Opened by cpcallen over 7 years ago

#43 - Remove apparently redundant code from stepForInStatement

Pull Request - State: closed - Opened by cpcallen over 7 years ago

#42 - Make Function.prototype executable.

Pull Request - State: closed - Opened by NeilFraser over 7 years ago

#40 - Make Interpreter.Object and friends into non-static inner classes

Pull Request - State: closed - Opened by cpcallen over 7 years ago - 1 comment

#39 - Fix Number.prototype.toString

Pull Request - State: closed - Opened by NeilFraser over 7 years ago

#38 - Add scope_reference symbol. Clarify reference vs value variables.

Pull Request - State: closed - Opened by NeilFraser over 7 years ago

#36 - Fix bug in stepArrayExpression that ignored falsy values

Pull Request - State: closed - Opened by cpcallen over 7 years ago

#35 - Simplify operators.

Pull Request - State: closed - Opened by NeilFraser over 7 years ago

#34 - Restyle client options.

Pull Request - State: closed - Opened by NeilFraser over 7 years ago

#33 - Add benchmark

Pull Request - State: closed - Opened by cpcallen over 7 years ago

#32 - Modify .pushNode_() to take named parameters

Pull Request - State: closed - Opened by cpcallen over 7 years ago - 1 comment

#31 - Link the scope to every state object.

Pull Request - State: closed - Opened by NeilFraser over 7 years ago

#30 - Fix stepCallExpression broken by e434075c596a57aa6dd64e2d43d20ee28e9b3a30

Pull Request - State: closed - Opened by cpcallen over 7 years ago
Labels: bug

#29 - Internal improvements in advance of implementing threads

Pull Request - State: closed - Opened by cpcallen over 7 years ago - 3 comments

#28 - Fix split. Fix 'this' in call and apply. Fix eval.

Pull Request - State: closed - Opened by NeilFraser over 7 years ago

#27 - Tests: skip some broken, add section for tests of Function

Pull Request - State: closed - Opened by cpcallen over 7 years ago

#26 - Test maintenance

Pull Request - State: closed - Opened by cpcallen over 7 years ago

#25 - Backport cleanup from JS-Interpreter.

Pull Request - State: closed - Opened by NeilFraser over 7 years ago

#24 - Core: nondestructive updates; $(), $.vet, $.scene, etc.

Pull Request - State: closed - Opened by cpcallen over 7 years ago
Labels: core

#23 - Fix getPrototypeOf, and handle getters/setters in object literals.

Pull Request - State: closed - Opened by NeilFraser over 7 years ago

#22 - Improve tests for GetPrototypeOf

Pull Request - State: closed - Opened by cpcallen over 7 years ago

#21 - Test improvements

Pull Request - State: closed - Opened by cpcallen over 7 years ago

#20 - Refs should always be tuples.

Pull Request - State: closed - Opened by NeilFraser over 7 years ago

#19 - Beginnings of a core: $.physical

Pull Request - State: closed - Opened by cpcallen over 7 years ago - 2 comments
Labels: core

#18 - Improve test harness; keep count of pass/fail/crash/skip

Pull Request - State: closed - Opened by cpcallen over 7 years ago - 1 comment

#17 - Depseudo

Pull Request - State: closed - Opened by NeilFraser over 7 years ago

#16 - Port more tests from Go sources

Pull Request - State: closed - Opened by cpcallen over 7 years ago

#15 - Add tests

Pull Request - State: closed - Opened by cpcallen over 7 years ago

#13 - Move polyfills out of interpreter. Create playground.

Pull Request - State: closed - Opened by NeilFraser over 7 years ago

#12 - Check for accidentally quadratic (or worse) behaviour

Issue - State: open - Opened by cpcallen over 7 years ago
Labels: server

#11 - Create Scope object. Use Sets.

Pull Request - State: closed - Opened by NeilFraser over 7 years ago

#10 - Getset

Pull Request - State: closed - Opened by NeilFraser over 7 years ago

#9 - Box

Pull Request - State: closed - Opened by NeilFraser over 7 years ago

#8 - Remove non-strict mode.

Pull Request - State: closed - Opened by NeilFraser over 7 years ago

#7 - server/flatpack: Detect and handle cyclic data / share substructure involving all reference types

Issue - State: closed - Opened by cpcallen over 7 years ago - 1 comment
Labels: bug, wontfix

#6 - Create tool to auto-generate JSONified ASTs for interpreter_test.go testcases

Pull Request - State: closed - Opened by cpcallen almost 8 years ago - 1 comment

#5 - Replace ErrorMsg with NativeError; actually throw Errors

Pull Request - State: closed - Opened by cpcallen almost 8 years ago - 1 comment

#4 - Implement boxed primitives & autoboxing

Pull Request - State: closed - Opened by cpcallen almost 8 years ago - 4 comments

#3 - Common

Pull Request - State: closed - Opened by cpcallen almost 8 years ago

#2 - Introduce boxed primitives

Pull Request - State: closed - Opened by cpcallen almost 8 years ago - 1 comment

#1 - Modify interpreter to use completion values

Pull Request - State: closed - Opened by cpcallen almost 8 years ago - 1 comment