Ecosyste.ms: Issues

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

GitHub / tc39/ecma262 issues and pull requests

#3070 - Editorial: Fix some ?! misuses

Pull Request - State: open - Opened by jmdyck over 1 year ago
Labels: editorial change, spec bug

#3064 - Normative: make non-USV import strings a syntax error

Pull Request - State: open - Opened by guybedford over 1 year ago - 10 comments
Labels: normative change, needs consensus

#3057 - Normative: Add Import Attributes

Pull Request - State: open - Opened by nicolo-ribaudo over 1 year ago - 18 comments
Labels: normative change, has test262 tests, proposal, has stage 4

#3009 - Normative: Don't call @@method for `RegExp` on primitive values

Pull Request - State: open - Opened by petamoriken almost 2 years ago - 4 comments
Labels: normative change, needs consensus, needs test262 tests

#3000 - Add `using` and `await using` Declarations, SuppressedError, DisposableStack, and AsyncDisposableStack

Pull Request - State: open - Opened by rbuckton almost 2 years ago - 21 comments
Labels: normative change, needs test262 tests, pending stage 4, proposal

#2991 - Editorial: Tweak FunctionDeclarationInstantiation

Pull Request - State: open - Opened by gibson042 almost 2 years ago

#2975 - Editorial: Improve the explanation of split methods

Pull Request - State: open - Opened by gibson042 almost 2 years ago
Labels: editorial change

#2962 - Editorial: Various changes around execution contexts

Pull Request - State: open - Opened by jmdyck almost 2 years ago - 16 comments
Labels: editorial change

#2957 - Normative: Spec liveness constraint for template objects

Pull Request - State: open - Opened by syg about 2 years ago - 3 comments
Labels: normative change

#2952 - Editorial: Reduce Annex B's monkey-patching

Pull Request - State: open - Opened by jmdyck about 2 years ago - 33 comments
Labels: editorial change

#2942 - Editorial: support built-in async functions

Pull Request - State: open - Opened by michaelficarra about 2 years ago - 4 comments
Labels: editorial change

#2936 - Editorial: Improve integer index operations

Pull Request - State: open - Opened by gibson042 about 2 years ago - 2 comments
Labels: editorial change

#2924 - Fixed return types of algorithms returning ~empty~

Pull Request - State: open - Opened by jhnaldo about 2 years ago - 3 comments

#2917 - Editorial: Make better use of clamping

Pull Request - State: open - Opened by gibson042 about 2 years ago - 3 comments
Labels: editorial change

#2889 - Editorial: Minimize use of the term "callable"

Pull Request - State: open - Opened by jmdyck about 2 years ago - 11 comments
Labels: editorial change

#2886 - Editorial: Use the execution context created by InitializeEnvironment

Pull Request - State: open - Opened by jmdyck about 2 years ago
Labels: editorial change, spec bug

#2869 - Editorial: define thenable

Pull Request - State: open - Opened by ikravets about 2 years ago - 2 comments
Labels: editorial change

#2840 - Editorial: Set [[SourceText]] on classes before static blocks evaluate

Pull Request - State: open - Opened by devsnek over 2 years ago - 4 comments

#2835 - Editorial: Update ECMA-402 and -404 references

Pull Request - State: open - Opened by gibson042 over 2 years ago - 2 comments

#2833 - Editorial: Specify _prefix_ for non-specific uses of CreateBuiltinFunction

Pull Request - State: open - Opened by gibson042 over 2 years ago - 13 comments

#2828 - Editorial: Fix ambiguities and type mismatches in Function.prototype.toString

Pull Request - State: open - Opened by gibson042 over 2 years ago
Labels: editorial change

#2824 - Editorial: Remove incorrect setting of the AsyncEvaluation state to false

Pull Request - State: open - Opened by codehag over 2 years ago - 1 comment

#2815 - Editorial: Fix completion in GeneratorStart

Pull Request - State: open - Opened by h2oche over 2 years ago - 1 comment

#2800 - Editorial: Consistently capitalize List when refer to spec data structure

Pull Request - State: open - Opened by F3n67u over 2 years ago - 1 comment
Labels: editorial change

#2799 - Editorial: Add an optional type restriction to IterableToList

Pull Request - State: open - Opened by gibson042 over 2 years ago
Labels: editorial change

#2734 - Get rid of the notion of builtins "implemented as an ECMAScript function"

Issue - State: closed - Opened by bakkot over 2 years ago - 2 comments

#2721 - Normative: allow duplicate named capture groups

Pull Request - State: open - Opened by bakkot over 2 years ago - 1 comment
Labels: normative change, has test262 tests, proposal, has stage 4

#2551 - change iterator end sentinel in IteratorStep from false to a spec enum

Issue - State: closed - Opened by michaelficarra about 3 years ago - 3 comments
Labels: editorial change, good first issue

#2498 - Macros which affect control flow should be visible at callsite

Issue - State: open - Opened by bakkot about 3 years ago - 10 comments

#2445 - Editorial: Eliminate order-disambiguation from Annex B Pattern-grammar

Pull Request - State: open - Opened by jmdyck over 3 years ago - 7 comments
Labels: editorial change

#2417 - Add Class and Class Element Decorators and `accessor` Keyword

Pull Request - State: open - Opened by pzuraq over 3 years ago - 17 comments
Labels: normative change, needs test262 tests, pending stage 4, proposal

#2246 - Editorial: Model execution context as a record

Pull Request - State: open - Opened by jmdyck almost 4 years ago - 30 comments
Labels: editorial change

#2193 - Normative: new Annex B.3 clause to specify "AssignmentTargetType of LeftHandSideExpression : CallExpression" web reality.

Pull Request - State: open - Opened by rwaldron about 4 years ago - 11 comments
Labels: normative change, needs consensus, web reality

#1421 - Isn't `ToLength` equivalent to `max(0, min(Math.floor(x), 2 ^ 53 - 1))`?

Issue - State: closed - Opened by dead-claudia almost 6 years ago - 6 comments
Labels: question

#1420 - Allow hosts to reuse an existing Realm Intrinsics record

Pull Request - State: open - Opened by bmeck almost 6 years ago - 15 comments
Labels: normative change, needs consensus

#687 - Array spread throws on undefined/null but object spread doesn't

Issue - State: closed - Opened by olalonde about 8 years ago - 18 comments

#668 - document.all willful violation

Issue - State: closed - Opened by annevk about 8 years ago - 74 comments
Labels: web reality

#539 - Editorial: Remove function-specific text from object-specific section

Pull Request - State: open - Opened by gibson042 over 8 years ago - 9 comments
Labels: editorial change

#508 - Allow cross-realm tail calls to consume linear resources.

Pull Request - State: open - Opened by efaust over 8 years ago - 6 comments

#100 - Please allow CoverInitializedNames in non-Pattern ObjectLiterals

Issue - State: closed - Opened by caitp about 9 years ago - 8 comments
Labels: normative change, needs consensus

#99 - fix name of isFinite parameter

Pull Request - State: closed - Opened by michaelficarra about 9 years ago - 1 comment

#98 - Fix typo

Pull Request - State: closed - Opened by UltCombo about 9 years ago - 1 comment

#97 - Destructuring declarations that bind nothing should probably be an early error

Issue - State: closed - Opened by allenwb about 9 years ago - 66 comments
Labels: normative change, needs consensus, spec bug

#96 - add link to favicon; ref #95

Pull Request - State: closed - Opened by michaelficarra about 9 years ago - 1 comment

#95 - add a favicon

Issue - State: closed - Opened by michaelficarra about 9 years ago - 12 comments

#94 - ES2016 Draft 2015-10-19 mislabeled as ES2015 draft in release

Issue - State: closed - Opened by michaelficarra about 9 years ago - 1 comment

#93 - Update definition of TypeError to reflect its broader usage

Issue - State: closed - Opened by domenic about 9 years ago - 9 comments
Labels: editorial change

#92 - Revert RegExp.prototype[@@split] to ES5 semantics

Issue - State: closed - Opened by bterlson about 9 years ago
Labels: normative change

#91 - Factor out all ordinary object internal methods into OrdinaryXyz()?

Issue - State: closed - Opened by domenic about 9 years ago - 9 comments
Labels: question

#90 - JP22: maybe typo?

Pull Request - State: closed - Opened by YosAwed about 9 years ago - 10 comments

#89 - Simplification of ES2015 RegExp semantics

Pull Request - State: closed - Opened by littledan about 9 years ago - 21 comments
Labels: needs consensus

#88 - Fix simple typo

Pull Request - State: closed - Opened by littledan about 9 years ago - 1 comment

#87 - Date Time String Format: default time zone difference from ES5 not web-compatible

Issue - State: closed - Opened by ajklein about 9 years ago - 35 comments
Labels: normative change

#86 - Revert String.prototype.split's to ES5 behavior

Pull Request - State: closed - Opened by ajklein about 9 years ago - 5 comments
Labels: normative change

#85 - Arrow function declaration proposal

Pull Request - State: closed - Opened by gyzerok about 9 years ago - 4 comments
Labels: feature suggestion

#84 - B.3.3 bullets under wrong use cases

Issue - State: closed - Opened by allenwb about 9 years ago
Labels: spec bug

#83 - Number, Boolean and String prototypes revert to ES5 semantics

Pull Request - State: closed - Opened by littledan about 9 years ago - 10 comments
Labels: normative change

#82 - Show current (super) section title

Issue - State: closed - Opened by camillobruni about 9 years ago - 2 comments

#81 - ecma262 lexical grammar

Issue - State: closed - Opened by mahdi-shojaee about 9 years ago - 9 comments
Labels: question

#80 - Missing [Yield] in 14.2.1

Issue - State: closed - Opened by anba about 9 years ago - 2 comments
Labels: spec bug

#79 - Implement GDI semantics for web compatability

Pull Request - State: closed - Opened by bterlson about 9 years ago - 9 comments
Labels: normative change

#78 - I need a concept of "currently running script"

Issue - State: closed - Opened by domenic about 9 years ago - 13 comments

#77 - Fix 11 editorial bugzilla bugs

Pull Request - State: closed - Opened by ljharb about 9 years ago - 9 comments

#76 - Add HostPromiseRejectionTracker

Pull Request - State: closed - Opened by domenic about 9 years ago - 9 comments
Labels: editorial change, needs consensus

#75 - Minor improvements for developing the spec

Pull Request - State: closed - Opened by domenic about 9 years ago - 3 comments

#74 - Enumerate iterator shape somewhat ambiguous?

Issue - State: closed - Opened by bterlson about 9 years ago - 5 comments
Labels: normative change, question

#73 - Annex B 3.3 web compatibility concern

Issue - State: closed - Opened by littledan about 9 years ago - 38 comments
Labels: normative change

#72 - Move Shared Memory + Atomics to Stage 1

Pull Request - State: closed - Opened by lars-t-hansen about 9 years ago - 1 comment

#71 - Some proposal ideas

Issue - State: closed - Opened by gyzerok about 9 years ago - 2 comments

#70 - advance trailing commas to stage 2

Pull Request - State: closed - Opened by michaelficarra about 9 years ago

#69 - Object.{values,entries} to 2, String#{matchAll,padLeft,padRight} to 1

Pull Request - State: closed - Opened by ljharb about 9 years ago

#68 - Update README.md for SIMD.js stage 3

Pull Request - State: closed - Opened by littledan about 9 years ago

#67 - move class property declarations proposal to stage 1

Pull Request - State: closed - Opened by michaelficarra about 9 years ago - 1 comment

#66 - change Object.observe champion to Adam Klein

Pull Request - State: closed - Opened by michaelficarra about 9 years ago

#65 - SIMD.js to Stage 3

Pull Request - State: closed - Opened by littledan about 9 years ago - 3 comments

#64 - Keyword list does not have line breaks.

Issue - State: closed - Opened by mysticatea about 9 years ago - 6 comments
Labels: rendering bug

#63 - spec.html: <title> is undefined

Issue - State: closed - Opened by azu about 9 years ago - 2 comments
Labels: editorial change

#62 - add a colophon

Issue - State: closed - Opened by michaelficarra about 9 years ago - 3 comments
Labels: editorial change

#61 - Add contributing document

Pull Request - State: closed - Opened by bterlson about 9 years ago - 1 comment

#60 - Consolidate SameValueZero and Strict Equality Comparison steps to delegate to SameValue

Pull Request - State: closed - Opened by ljharb about 9 years ago - 16 comments

#59 - Update class property proposal link on stage0 doc

Pull Request - State: closed - Opened by jeffmo about 9 years ago

#58 - Advance Rest/Spread Properties to stage 2

Pull Request - State: closed - Opened by jamiebuilds about 9 years ago - 1 comment

#57 - Add link to shared memory + atomics spec

Pull Request - State: closed - Opened by lars-t-hansen about 9 years ago

#56 - Add link to proposal: Asynchronous JSON methods

Pull Request - State: closed - Opened by mohsen1 over 9 years ago - 12 comments

#55 - Proposal: Adjacent string literal concatenation

Issue - State: closed - Opened by kentor over 9 years ago - 8 comments

#54 - Link to the SIMD.js spec

Pull Request - State: closed - Opened by littledan over 9 years ago

#53 - Update String padding proposal link to rewritten spec

Pull Request - State: closed - Opened by ljharb over 9 years ago

#52 - Add String#trimLeft/String#trimRight

Pull Request - State: closed - Opened by ljharb over 9 years ago

#51 - Update to reflect advancement of `Array#includes` && `**`

Pull Request - State: closed - Opened by ljharb over 9 years ago

#50 - Propose Extensible Object Destructuring

Pull Request - State: closed - Opened by hleumas over 9 years ago - 1 comment

#49 - Do expressions absent from proposals

Issue - State: closed - Opened by matthewrobb over 9 years ago - 2 comments

#48 - Add the look-behind proposal

Pull Request - State: closed - Opened by ghost over 9 years ago - 4 comments

#47 - Add function bind and Observable proposals

Pull Request - State: closed - Opened by zenparsing over 9 years ago

#46 - Request: Basic lazy evaluation.

Issue - State: closed - Opened by thomasfoster96 over 9 years ago - 9 comments

#45 - Request: Optional Static Typing

Issue - State: closed - Opened by ghost over 9 years ago - 37 comments
Labels: feature suggestion

#44 - Add the RegExp.escape proposal

Pull Request - State: closed - Opened by benjamingr over 9 years ago - 11 comments

#43 - Link 404s

Issue - State: closed - Opened by Naddiseo over 9 years ago - 2 comments

#42 - Proposal: Array.prototype.feed

Issue - State: closed - Opened by Youmoo over 9 years ago - 6 comments

#41 - Proposal: Symbol.breakLoop for exit from forEach loops

Issue - State: closed - Opened by xlaywan over 9 years ago - 3 comments

#40 - add Function.prototype.toString revision stage 1 proposal

Pull Request - State: closed - Opened by michaelficarra over 9 years ago