Custom Query (261 matches)

Filters
 


Resolution: fixed (198 matches)

Ticket Summary Owner Type Priority Component Version
#24 Const fields can't be initialized correctly graydon defect blocker RefImpl 4
#270 Mis-matched brace causes never-ending loop anonymous defect blocker RefImpl 4
#461 RegularExpressionClassChar production is wrong (7.8.5) allen defect blocker Spec 3.1
#462 Add RegularExpressionLiteral as alternative for Literal (7.8) allen defect blocker Spec 3.1
#463 Correction to note about when to use InputElementDiv vs InputElementRegExp (section 7) allen defect blocker Spec 3.1
#464 No semantics given for empty FunctionBody (section 13) or Program (section 14) allen defect blocker Spec 3.1
#101 'super' is not implemented jeffdyer defect critical RefImpl 4
#209 nullability not enforced anonymous defect critical RefImpl 4
#429 typeof an uncallable host object can be "undefined", "boolean", "number", "string", or "function" (11.4.3) allen defect critical Spec 3.1
#1 Whether to have contexts where nullable annotations are not allowed -- feature major Proposals 4
#2 What’s the scope of default value initializer expressions in function headers? anonymous feature major Proposals 4
#3 Issues around Numeric and subtypes of Number lth defect major Spec 4
#4 Wrapping an int should raise exception lth defect major Spec 4
#5 Need to specify interaction between enumerability and for-in brendan feature major Spec 4
#6 Should all class objects be dynamic? anonymous feature major Proposals 4
#8 What, exactly, is Math? lth feature major Proposals 4
#9 How can Number.toString(radix) take an optional parameter if it is to override Object.toString()? brendan feature major Proposals 4
#12 Keywords after get or set anonymous feature major Proposals 4
#17 Eval'ing something that looks like UTF8 loops forever chrispi@… defect major RefImpl 4
#18 Dividing two integers performs integer division -- defect major RefImpl 4
#19 eval.sml: "switch type" not supported -- defect major RefImpl 4
#20 Type annotations on parameters don't force conversions anonymous defect major RefImpl 4
#21 eval.sml: The "to" operator is not implemented anonymous defect major RefImpl 4
#22 eval.sml: The "cast" operator is not implemented anonymous defect major RefImpl 4
#23 Type annotations on field are ineffective anonymous defect major RefImpl 4
#25 Global names need to be dontEnum graydon defect major RefImpl 4
#27 Can the "arguments" object really be a true Array? anonymous defect major Proposals 4
#28 Exceptions are not propagated out of 'eval' lhansen@… defect major RefImpl 4
#29 namespace-qualified property names in object initializers anonymous enhancement major Proposals 4
#30 constant forms of namespace-qualified identifiers anonymous enhancement major Proposals 4
#33 what is the "empty" namespace? anonymous defect major RefImpl 4
#36 Implement Name objects brendan defect major RefImpl 4
#38 ordered union type conversions graydon defect major RefImpl 4
#39 type definitions in class cannot be used during verification graydon defect major RefImpl 4
#40 Types: is the meaning of meta::convert invariant? anonymous defect major Proposals 4
#41 syntax of 'switch type' jeffdyer defect major Proposals 4
#43 Instance var initialization does not take type into account graydon defect major RefImpl 4
#44 Making a type "public" provokes an error. jeffdyer defect major RefImpl 4
#45 Implement Unicode character class matching lth defect major RefImpl 4
#46 Interfaces not implemented jeffdyer defect major RefImpl 4
#48 type of function definitions jeffdyer defect major RefImpl 4
#49 Unicode: uppercase/lowercase conversion and classification not implemented lth defect major RefImpl 4
#50 Types can't be nested inside classes or functions? dherman defect major RefImpl 4
#51 uint + uint should be uint (or double), never int graydon defect major RefImpl 4
#52 What is the interaction of intrinsic::hashcode with the overloaded === operator? anonymous defect major Proposals 4
#54 M0 criteria anonymous task major RefImpl 4
#55 Enumeration: for-in enumerates private class properties anonymous defect major RefImpl 4
#57 undefined has object-like behavior -- defect major RefImpl 4
#58 Lexer: unterminated comments are not caught chrispi defect major RefImpl 4
#59 Lexer: character sequence crashes the RI chrispi defect major RefImpl 4
#60 Evaluator: run-time type error in call to regexp literal anonymous defect major RefImpl 4
#62 Compatibility: what to do about (more) name clashes brendan defect major Proposals 4
#65 Regexp evaluator doesn't store named captures lth defect major RefImpl 4
#66 What is the nature of monotyped arrays? anonymous defect major Proposals 4
#67 New type names should not be in the "intrinsic" namespace graydon defect major RefImpl 4
#70 Typed expression syntax for 'with' and 'switch type' statements jeffdyer defect major RefImpl 4
#71 Structural object/array/function(?) types should be implicitly nullable in annotations anonymous defect major Proposals 4
#73 The meaning of null-testing for 'is', and syntax for its type expression jeffdyer defect major RefImpl 4
#75 A property declared "prototype" must be DontEnum jeffdyer defect major RefImpl 4
#76 The 'constructor' property of prototypes is not being set anonymous defect major RefImpl 4
#77 The "prototype" property must itself be DontEnum lth defect major RefImpl 4
#79 instanceof is not implemented graydon defect major RefImpl 4
#80 Nullable-typed var in class defaults to undefined lth defect major RefImpl 4
#82 Unimplemented: Imported classes can't be used as annotations jeffdyer defect major RefImpl 4
#83 Adaptation of the Math object to the various numeric types lth defect major RefImpl 4
#85 LetStatement should require a block jeffdyer defect major Proposals 4
#87 Implement bug fix: [OBJECT.TRAILING.COMMA] jeffdyer defect major RefImpl 4
#88 'var' and 'const' properties on an instance must be DontEnum lth defect major RefImpl 4
#89 Setting enumerability with propertyIsEnumerable does not work brendan defect major RefImpl 4
#90 Not possible to use built-in namespaces to construct Name objects? jeffdyer defect major RefImpl 4
#91 Instances of non-dynamic classes are not actually sealed graydon defect major RefImpl 4
#92 ||= and &&= not working yet jeffdyer defect major RefImpl 4
#94 Internal namespace not opened outside of a package jeffdyer defect major RefImpl 4
#97 var defs in switch don't get default init jeffdyer defect major RefImpl 4
#98 Namespaced type expressions are evaluated too soon? anonymous defect major RefImpl 4
#100 Unary '-' applied to unsigned numbers does unexpected things graydon defect major RefImpl 4
#107 as3 tests that use 'include' cpeyer defect major RefImpl 4
#108 as3 tests that use 'as' cpeyer defect major RefImpl 4
#109 as3 tests that use '..' and '.( )' cpeyer defect major RefImpl 4
#110 for-in loop uses property-name order, not property-creation order brendan defect major RefImpl 4
#114 parser: 'let' expressions can't be used as arguments to function call (several problems) jeffdyer defect major RefImpl 4
#115 Should the 'Date' class be final? lth defect major RefImpl 4
#119 Support for arguments object should be removed from the reference implementation graydon defect major RefImpl 4
#121 dynamic object types anonymous defect major Proposals 4
#125 Ensure array extras/generics deal with holes properly lth defect major RefImpl 4
#132 evaluator: Slice expressions not implemented anonymous defect major RefImpl 4
#133 builtins: Incompatible return type specified for new Date.parse lth defect major RefImpl 4
#134 builtins: Require Date.parse to give preferential treatment to ISO date strings lth defect major Proposals 4
#135 builtins: Date.parse is required to throw an error if too many arguments are provided lth defect major Proposals 4
#136 builtins: Date.parse is required to throw a SyntaxError lth defect major Proposals 4
#137 builtins: Class.es uses "String" but should use "string" anonymous defect major RefImpl 4
#142 Class method called via prototype-based delegation from function-constructed object -- defect major RefImpl 4
#143 Can't initialize a structural typed variable anonymous defect major RefImpl 4
#146 builtins: Rename "Dict" as "Map" lth defect major Proposals 4
#155 Array objects are not subtypes of Object? anonymous defect major RefImpl 4
#174 Builtins: Function.toString() can't yield a FunctionDeclaration anonymous defect major Spec 4
#175 Primitives: String, Boolean, Number should not be magic except in that they convert to primitive types lth defect major RefImpl 4
#180 Builtins: default arguments to 'boolean' constructors are 'null', not 'false' lth defect major Spec 4
#182 Builtins: Is it OK for int.MIN_VALUE to be not symmetric with double.MIN_VALUE lth defect major Spec 4
#183 Builtins: uint.MIN_VALUE is a silly property lth defect major Spec 4
#187 Builtins: Higher-precision constants for decimal values of E, PI, etc lth defect major Spec 4
#195 Builtins: What is the nature of the 'lastIndex' property on RegExp objects? graydon defect major Proposals 4
#198 Builtins: Refactor Array.sort and Vector.sort so that they share a core description lth defect major Spec 4
#202 Builtins: JSON decoding should throw EncodingError, not SyntaxError lth defect major Spec 4
#203 Builtins: Should the new types have a static "length" property? lth defect major Spec 4
#204 Builtins: Does Namespace have a "length" property? lth defect major Spec 4
#207 Builtins: Meta-object methods can't be intrinsic lth defect major Spec 4
#221 Abandon "use numbertype" lth defect major Proposals 4
#224 expression-level type annotations anonymous enhancement major Proposals 4
#235 "eval" should not be able to change DontDelete-ness of a binding brendan defect major Spec 3.1
#239 WP: Need section on units lth defect major Spec 4
#257 WP: Describe the MIME type better lth defect major Spec 4
#262 Introducing a bottom type -- defect major Spec 4
#264 Type system doesn't throw errors and returns incorrect results anonymous defect major RefImpl 4
#266 Simple Way to Load Files in the RefImpl anonymous enhancement major RefImpl 4
#267 Argument overwritten by named function anonymous defect major RefImpl 4
#277 trying to create Vector instance causes ReferenceError anonymous defect major RefImpl 4
#278 trying to create Map instance causes ReferenceError anonymous defect major RefImpl 4
#279 toISOString() result not properly parsed by Date.parse and new Date() lth defect major RefImpl 4
#287 typeof null is wrong in reference implementation anonymous defect major RefImpl 4
#288 || and && need to accept falsy and truthy operands graydon defect major RefImpl 4
#290 Array concat gives exception anonymous defect major RefImpl 4
#293 large array creation causes overflow exception: new Array(Math.pow(2,30)) lth defect major RefImpl 4
#298 typeof intrinsic::hashcode is undefined although the overview document claims such a function exists anonymous defect major RefImpl 4
#302 Scoped overriding of variable names doesn't work -- defect major RefImpl 4
#304 Dynamic classes don't act as such anonymous defect major RefImpl 4
#324 can't get either "like" or "wrap" to work at all w latest version on 11/22/07 -- defect major RefImpl 4
#350 NaN should be ReadOnly -- defect major RefImpl 4
#351 ES3: Initializing boolean values with null or void returns null anonymous defect major RefImpl 4
#354 ES3: NaN.toString() does not return 'NaN' anonymous defect major RefImpl 4
#359 Add Way to Read in Files URLs dherman feature major RefImpl 4
#362 Line terminator normalization -- should LS and PS be normalized, or removed from ES4? anonymous defect major Spec 4
#363 Line continuations in strings: include regexp literals too anonymous defect major Proposals 4
#365 "is" operator not working correctly on the type "undefined" anonymous defect major RefImpl 4
#367 Incorrect handling of integer types anonymous defect major RefImpl 4
#369 Function.prototype is not visible anonymous defect major RefImpl 4
#372 const property initialiser makes a property that can be deleted anonymous defect major RefImpl 4
#373 String/array slice syntax not implemented anonymous defect major RefImpl 4
#378 Should not strip BOMs but treat them as text in string/regexp and as whitespace in program text anonymous defect major Spec 4
#387 parser does not understand namespace-qualified id in structural type jeffdyer defect major Proposals 4
#388 can't set a function's prototype field graydon defect major Proposals 4
#389 Object.prototype.constructor should be DontEnum? graydon defect major Proposals 4
#410 Brief History needs to be updated -- defect major Spec 3.1
#412 Adding <CR><LF> to LineTerminator impacts other parts of spec. crock defect major Spec 3.1
#413 should const, let, and yield be added to the list of future reserved words? pratapl enhancement major Spec 3.1
#416 Inconsistent definition of "Internal Function" in section 4.3.25 allen defect major Spec 3.1
#419 RegExp syntactic grammar in section 7.8.5 must recognize /[/]/ pratapl defect major Spec 3.1
#420 Need to add [[ThrowablePut]] to list of internal methods, in section 8.6.2, every object must implement allen defect major Spec 3.1
#421 Clarify behaviour of inherited named data properties for put access, in section 8.6.2 allen defect major Spec 3.1
#423 Should Object.defineProperty allow "no-op" changes to non-configurable poperties allen task major Proposals 3.1
#425 Cleanup of section 8 for nomenclature and forward references allen enhancement major Spec 3.1
#426 Section 7.5 - Token :: ReservedWord | Identifier | IdentifierName doesn't make sense pratapl defect major Spec 3.1
#427 What should be the value of the global environment's outer environment allen defect major Spec 3.1
#437 Do we need to specify the values of any more properties of the RegExp prototype object (section 15.10.6) anonymous defect major Spec 3.1
#438 List of runtime Errors that an implementation may be treat as syntax errors needs to be updated (section 16) anonymous defect major Spec 3.1
#439 What should be the value of the name properties for getter/setter functions defined in object literals? allen feature major Spec 3.1
#440 Why is the new name property of function instances enumerable? allen defect major Spec 3.1
#442 Clarify semantics of sorting an array with numerically indexed accessor properties (15.4.4.11) anonymous defect major Spec 3.1
#443 Own properties on Array must be defined using [[DefineOwnProperty]] (11.1.4) anonymous defect major Spec 3.1
#444 "If this object does not have a property named" is ambiguous (15.4.4.8 and 15.4.4.11) anonymous defect major Spec 3.1
#448 What should the semantics of the arguments object be for strict functions? allen defect major Spec 3.1
#450 method calls on primitives shouldn't wrap anonymous defect major Spec 3.1
#451 How to specify non-strict arguments? -- defect major Spec 3.1
#454 should the indexed properties of string objects be enumerable? allen defect major Proposals 3.1
#455 Change Function.prototype.apply to allow array-like arguments, and specify apply/call using algorithm notation (15.3.4.3/4) anonymous defect major Spec 3.1
#456 Ensure that eval(re.toString()), eval("/"+re.source+"/"+flags(re)), and new RegExp(re.source, flags(re)) are equivalent to the RegExp re (15.10.4.1, 15.10.6.4) anonymous enhancement major Spec 3.1
#457 Changes to RegularExpressionBody are unnecessarily complicated; BackslashExpression does not exist (7.8.5) anonymous defect major Spec 3.1
#466 Inconsistency in whether any Date prototype functions are generic (15.9.5, 15.9.5.44) anonymous defect major Spec 3.1
#467 Use of "arguments" as a LeftHandSideExpression in strict code should be a syntax error, same as "eval" (11.3.1, 11.3.2, 11.4.4, 11.4.5, 11.13.1, 11.13.2, Annex C) allen defect major Spec 3.1
#469 kPresent should be tested against true in Array.prototype.indexOf, lastIndexOf (15.4.4.14, 15.4.4.15) allen defect major Spec 3.1
#470 ECMAScript 5 introduces incompatible change to arguments object creation anonymous defect major Proposals 3.1
#16 for-in enumeration order must be creation order (array initializers) brendan defect minor RefImpl 4
#56 RegExp: Exposing properties "match" and "nCapturingParens" anonymous feature minor Proposals 4
#68 Intuitive syntax for the creation of monotyped arrays anonymous enhancement minor Proposals 4
#86 Ctrl-D without readline causes infinite loop graydon defect minor RefImpl 4
#130 builtins: Why is the 'Z' prefix disallowed for the Date.prototype.toISOString method? lth defect minor RefImpl 4
#131 builtins: Check compatibility of ISO date proposal with other standards anonymous task minor Proposals 4
#145 Get rid of "joined" function objects lth defect minor Spec 3.1
#147 (Resolved) More ISO date syntax lth defect minor Proposals 3.1
#157 Algorithm for Array.prototype.reverse has redundant [[Delete]]s (15.4.4.8) lth defect minor Spec 3.1
#164 Check that all references to global constructors reference the built-in bindings lth task minor Spec 3.1
#307 Object.constructor property is not defined. anonymous defect minor RefImpl 4
#415 Need to remove the "fast" parameter on the Object.keys function pratapl task minor Spec 3.1
#417 Need to revise definition of "Built-in Method" in section 4.3.31 allen defect minor Spec 3.1
#418 Introduce the JSON grammar under Syntactic and Lexical Grammars in section 5.1 crock enhancement minor Spec 3.1
#422 Clarify the value domain for [[Get]] in section 8.6.2 allen defect minor Spec 3.1
#424 Rename [[ThrowablePut]] to [[ThrowingPut]] allen enhancement minor Spec 3.1
#434 Repack the FutureReservedWord table in 7.5.3 to get rid of holes pratapl defect minor Spec 3.1
#445 "Abstract operator" should be "abstract operation" pratapl defect minor Spec 3.1
#446 Unicode terminology pratapl defect minor Spec 3.1
#453 RegExp look-ahead should be Assertion, not Atom. anonymous defect minor Proposals 3.1
#458 Clarify that new regexp flags are an allowed extension (section 16) anonymous defect minor Spec 3.1
#156 (Resolved) Spec reduce and reduceRight -- defect trivial Spec 3.1
#250 (Resolved) "typeof null" lth defect trivial Spec 4
#294 (Resolved) Array.reverse() throws exception when array has empty slots lth defect trivial RefImpl 3.1
#300 (Resolved) Syntax: union types should be written (A | B | C) not (A, B, C) jeffdyer defect trivial Spec 4
#315 Enable up / down history in es4 shell dherman enhancement trivial RefImpl 4
#331 lexer.ulex is obsolete anonymous defect trivial RefImpl 4

Resolution: invalid (16 matches)

Ticket Summary Owner Type Priority Component Version
#61 Lexer: octal escapes not supported in strings chrispi defect major RefImpl 4
#123 Should Number be re-bindable? anonymous defect major Proposals 4
#151 intrinsic bindings are not ReadOnly anonymous defect major RefImpl 4
#171 Builtins: one Math object or two? lth defect major Spec 4
#212 Builtins: Remove JSON anonymous defect major Proposals 4
#227 Versioning: how will HTML event handlers and javascript: URIs deal with versioning? lth defect major Spec 4
#303 The 'name' property on functions should be ReadOnly anonymous defect major RefImpl 4
#348 Recommend undoing changes to "this" propagation anonymous defect major Proposals 4
#358 Add Way to Read in Text Files dherman feature major RefImpl 4
#360 toJSONString problems -- defect major RefImpl 4
#377 BUGFIX: NaN relop x and x relop NaN should never return undefined anonymous defect major Spec 3.1
#386 uninitialized property with structural type graydon defect major Proposals 4
#428 isArray(arguments) should return true crock defect major Spec 3.1
#441 Do we need two ways to specify getter/setters (in 11.1.5 and 15.2.3.5) anonymous enhancement major Proposals 3.1
#473 Array [[DefineOwnProperty]] algorithm tries to make length semi-configurable, but fails anonymous defect major Spec 3.1
#251 (Resolved) "typeof" on various callable things lth defect trivial Spec 4

Resolution: wontfix (15 matches)

Ticket Summary Owner Type Priority Component Version
#10 Where does C.prototype.constructor.name get set? brendan feature major Proposals 4
#34 unary prefix namespace-resolution operator anonymous enhancement major Proposals 4
#53 Should we clean up the grammar to make string and regexp literals more similar? chrispi feature major Proposals 4
#69 Bounds on Array length and Array indexing lth enhancement major Proposals 4
#103 RHS of 'is', 'to', and 'cast' as a general expression anonymous defect major Proposals 4
#138 Expression-scoped pragmas jeffdyer enhancement major Proposals 4
#217 Abandon nullability annotations on class definitions; restyle nullability as directed toward variable annotations anonymous defect major Proposals 4
#237 Shared prototype as an in-the-language facility anonymous defect major Proposals 4
#244 'like' as an operator jeffdyer defect major RefImpl 4
#263 "return": to syntax-fix or not to syntax-fix lth defect major Spec 4
#305 Indexing operation on strings should wrap around (str[-i] === str[str.length - i] for negative i) -- defect major Proposals 4
#435 Clarify that MakeTime returns a time value (15.9.1.11) anonymous defect major Spec 3.1
#430 Clarify mysterious return in the production VariableDeclaration : Identifier in section 12.2 anonymous enhancement minor Spec 3.1
#459 Compatibility note for change to parseInt to parse strings with leading zeros as decimal (15.1.2.2) anonymous defect minor Spec 3.1
#432 test anonymous defect trivial Proposals 3.1

Resolution: duplicate (13 matches)

Ticket Summary Owner Type Priority Component Version
#42 const class fields can't be assigned by the constructor anonymous defect major RefImpl 4
#63 Global assignment and 'var' introduce bindings in different namespaces graydon defect major RefImpl 4
#72 Discussion item: 'is' operator on non-nullable types anonymous defect major Proposals 4
#95 Super expressions not implemented [AS3 compat] anonymous defect major RefImpl 4
#158 'let function' does not work anonymous defect major RefImpl 4
#191 Builtins: The definitions of LocalTZA and DaylightSavingsTA are not as simple as ES3 would like lth defect major Spec 4
#206 Builtins: Security problems with meta-objects proposal lth defect major Spec 4
#256 RegExp: Follow Perl/.NET on RegExp capture syntax? lth defect major Proposals Harmony
#260 Strict mode analyzes anonymous defect major Spec 4
#325 Non-Boolean Short Circuiting Throws an Exception anonymous defect major RefImpl 4
#337 let function not defined in block scope anonymous defect major RefImpl 4
#31 (To do) Clean up appendix on octal numbers -- defect minor Spec 3.1
#409 The ES3 specification defines a linkage between integer indexed properties of argument objects and the formal parameter properties of the variable object, but implies that this linkage is open-ended. An open-ended linkage is not useful and has never been universally implemented. New specification (that are to include an arguments object) should specify the intended lifespan of this linkage. -- defect minor Spec 3.1

Resolution: worksforme (9 matches)

Ticket Summary Owner Type Priority Component Version
#162 No longer need {*} anonymous defect major Proposals 4
#228 Function.call( fn, thisobj ) fails anonymous defect major RefImpl 4
#241 Relax "in" RHS to allow null/undefined/boolean/number/string, to match de-facto "for/in" standard (11.8.7) anonymous enhancement major Proposals 3.1
#368 "private" should be open inside "prototype" methods anonymous defect major RefImpl 4
#414 Multi-line comments impact semicolon insertion crock defect major Spec 3.1
#431 Does Object Env Rec HasBind(N)'s use of [[HasProperty]] cause problems allen defect major Spec 3.1
#436 Date.now specification in 15.9.4.4 needs more clarity anonymous defect major Spec 3.1
#447 Should arguments object/formal parameter sharing continue after return? allen defect major Spec 3.1
#471 Try out Test262 tickets allen task trivial Test262 Test262

Resolution: deferred (10 matches)

Ticket Summary Owner Type Priority Component Version
#129 Current spec mandates incorrect daylight savings time conversion (15.9.1.7/8) lth defect critical Spec 3.1
#13 Shared getter or setter function values anonymous feature major Proposals 4
#32 default namespace prefix for object literals anonymous feature major Proposals 4
#318 Syntax for extending structural types anonymous defect major Proposals 4
#339 packages don't work anonymous defect major RefImpl 4
#349 only imported packages should be used to match qualified names jeffdyer defect major RefImpl 4
#273 open unnamed unit by default anonymous enhancement minor Proposals 4
#465 Inconsistency in notes for Date.prototype.toJSON (15.9.5.44) anonymous defect minor Spec 3.1
#116 (Resolved) Packages should not be required to be first in a compilation unit jeffdyer defect trivial Spec 4
#283 (Resolved) Kill aliasing import lth defect trivial Spec 4
Note: See TracQuery for help on using queries.