Custom Query (212 matches)

Filters
 


Status: new (207 matches)

Ticket Summary Owner Type Priority Component Version
#269 Rest Arguments Type Crashes RefImpl anonymous defect blocker RefImpl 4
#7 What is the type of C.prototype? lth feature major Spec 4
#11 An object used on the right of the in operator may fail to be compatible with ContainerType brendan feature major Spec 4
#14 Regex subtraction and intersection lth defect major RefImpl 4
#15 Undo optimizations in the RegExp compiler lth task major RefImpl 4
#26 The "arguments" object must alias formal positional parameters graydon defect major RefImpl 4
#37 RegExp: interaction of splitting large Unicode chars with quantifiers and charsets lth defect major Spec Harmony
#47 Close method for iterators brendan enhancement major RefImpl 4
#64 Function.prototype.toString is just a stub lth defect major RefImpl 4
#81 Problems with 'use default namespace public' graydon defect major RefImpl 4
#84 A standard "length" property on classes? lth defect major RefImpl 4
#93 Verifier doesn't check overrides -- defect major RefImpl 4
#99 Can't use "to" as parameter name jeffdyer defect major RefImpl 4
#102 "protected" is not implemented anonymous defect major RefImpl 4
#104 Dividing by -0 does not preserve sign anonymous defect major RefImpl 4
#105 Applying unary negation to 0 does not produce -0 anonymous defect major RefImpl 4
#106 Max and min do not handle -0 right lth defect major RefImpl 4
#112 The semantics of 'const' -- defect major Spec Harmony
#117 'this function' not supported by parser, evaluator jeffdyer defect major RefImpl 4
#118 'this generator' not supported by parser / evaluator anonymous defect major RefImpl 4
#124 verify error when assigning value of type Array to more specific array type cormac defect major RefImpl 4
#128 nested array patterns don't type check anonymous defect major RefImpl 4
#139 (Resolved) Syntax: require braces in method body for constructor jeffdyer defect major RefImpl 4
#140 Allow operator names as identifiers in namespace-qualified names jeffdyer defect major RefImpl 4
#144 Parser: Error when let is embedded inside other expression jeffdyer defect major RefImpl 4
#148 builtins: encodeURI/decodeURI must deal with Unicode outside 16-bit range lth defect major RefImpl 4
#150 "const" functions are not marked ReadOnly anonymous defect major RefImpl 4
#159 parser: syntax for array comprehensions not implemented jeffdyer defect major RefImpl 4
#173 Builtins: the meta::invoke method on "Function" should not be final lth defect major Spec 4
#179 Standard library support for Unicode lth feature major Proposals Harmony
#185 Builtins: missing body for double.toExponential and double.toPrecision lth defect major RefImpl 4
#188 Builtins: proper implementations of decimal.toFixed, toPrecision, toExponential lth defect major RefImpl 4
#193 Builtins: Default values in date/time setters and the subclassing protocol lth defect major Spec 4
#194 Builtins: Whitespace handling in \ sequences in regexps with the x flag needs to be specified more tightly lth defect major Spec 4
#197 Builtins: Should Vector's intrinsic::sort have a default "sane" comparator function? lth defect major Spec 4
#200 Builtins: The meta-objects proposal does not support parameterized types adequately lth defect major Spec 4
#201 (To do) Builtins: Implement JSON lth defect major RefImpl 3.1
#205 Builtins: Security problems with meta-objects proposal lth defect major RefImpl 4
#213 Unicode: we need to distinguish external and internal formats lth defect major Proposals 4
#215 (Resolved) Language: Minimum requirements for proper tail calls -- defect major Spec Harmony
#225 Qualified names not accepted in object literals or record types jeffdyer defect major RefImpl 4
#231 RegExp: y (sticky) flag not yet implemented lth defect major RefImpl 4
#234 The nature of byte lth defect major Spec 4
#242 Should 'use default namespace' reach into 'class' and 'interface' definitions -- defect major RefImpl 4
#243 scope of nested functions need to be captured before hoisting anonymous defect major RefImpl 4
#245 Generic functions: how implicit is nextMethod? lth defect major Spec 4
#249 The types [T], [T1,T2,...], and ArrayLike lth defect major Spec 4
#252 Syntax: Reformed with and switch type annotation after head looks weird jeffdyer defect major RefImpl 4
#253 let and const declarations shouldn't hoist anonymous defect major Proposals Harmony
#254 RegExp: Character classes should not be free-format even with the /x flag anonymous defect major Proposals 4
#255 RegExp: Syntax for referencing named backreference from within a replacement string? lth enhancement major Proposals Harmony
#261 RegExp: Allow leading, unescaped "]" in character classes anonymous enhancement major Proposals Harmony
#265 Final classes can be inherited from, and final functions can be overridden anonymous defect major RefImpl 4
#268 Interface Implementation Doesn't Inspect Method Arguments anonymous defect major RefImpl 4
#276 Precise semantics for 'this' propagation lth defect major Spec Harmony
#282 Cleanup: Remove top-of-block restriction on "use" pragmas lth defect major Spec 4
#284 Implement parseFloat lth defect major RefImpl 4
#285 void function allows return value anonymous defect major RefImpl 4
#286 RegExp: can String.prototype.replace, called with a substitution function, substitute for named submatches? anonymous defect major Proposals Harmony
#291 What's in __ES4__ vs. intrinsic lth defect major Spec 4
#292 builtins Array.sort: exception thrown when array contains null or void 0 lth defect major RefImpl 3.1
#295 Array.splice() deleteCount is leaving empty elements instead of removing items lth defect major RefImpl 3.1
#296 static Array.unshift() throws NotFound Exception lth defect major RefImpl 4
#299 toUpperCase() gives error anonymous defect major RefImpl 3.1
#301 Math.round on double rounds to even graydon defect major RefImpl 3.1
#306 eval scoping problem, variable value changes are not reflected outside eval anonymous defect major RefImpl 4
#308 Syntax: Are the parens necessary in union types? anonymous defect major Proposals 4
#309 Syntax: should limited expression types be allowed on the right-hand-side of "is" and similar operators? anonymous defect major Proposals 4
#313 Property names need to be EnumerableIds, not strings anonymous defect major RefImpl 4
#317 Number parsing helpers -- defect major Proposals 4
#320 Array methods producing new arrays should probably preserve structural array types when reasonable lth defect major Spec 4
#321 RI freezes on sample anonymous defect major RefImpl 4
#322 Grammar is not LR(k) jeffdyer defect major Spec 4
#326 enumerate over prototype skips properties -- defect major RefImpl 4
#330 Grammar: Improve readability of a few rules anonymous enhancement major Spec 4
#332 Grammar error anonymous defect major Spec 4
#334 Math.pow returns number values that do not equal equivalent numbers. anonymous defect major RefImpl 3.1
#335 Clarification: allow user namespaces on bindings in packages and interfaces anonymous defect major Spec 4
#336 ES3: Max array length is off by one -- defect major RefImpl 3.1
#338 :reboot does not clear memory anonymous defect major RefImpl 3.1
#341 ES3: Date millisecond methods return wrong values -- defect major RefImpl 3.1
#345 builtin conversions anonymous defect major Spec 4
#346 builtin initialization anonymous defect major Spec 4
#347 Allow "let" declarations in unbraced statement list of switch case -- defect major Proposals Harmony
#352 ES3: Math.PI is undefined anonymous defect major RefImpl 3.1
#353 ES3: Array assignment allows strings of numbers -- defect major RefImpl 3.1
#355 ES3: Unary operations on numeric strings not functioning anonymous defect major RefImpl 3.1
#356 RI evaluates 1.0/-0.0 to Infinity not -Infinity anonymous defect major RefImpl 3.1
#357 Add ... (splat) operator to complement rest params and support new/apply composition anonymous feature major Proposals Harmony
#361 Parser does not understand "meta function delete" jeffdyer defect major Spec 4
#364 Settings in a base class constructor not working properly anonymous defect major RefImpl 4
#366 Number parser creates incorrect values anonymous defect major RefImpl 4
#370 Nominal type annotation on array and object literals anonymous defect major Spec 4
#371 int and uint are removed from the language anonymous defect major Spec 4
#374 Type parameter names must be referencable as expressions inside parameterized class anonymous defect major RefImpl 4
#375 Should let expressions and let statements have nested scopes? anonymous enhancement major Proposals Harmony
#376 RegExp: Change behavior for backreferences to non-participating groups anonymous defect major Proposals Harmony
#379 resolution of type and namespace references anonymous defect major Spec 4
#380 Array comprehensions don't allow [... for ... if ... for ...] anonymous enhancement major Proposals Harmony
#381 Allow let clauses in array comprehensions anonymous enhancement major Proposals 4
#382 class statics need to be initialized before evaluation anonymous defect major Proposals 4
#383 own toString property ignored on functions graydon defect major RefImpl 3.1
#384 function constructors shouldn't return primitives graydon defect major RefImpl 3.1
#385 no static check for non-function return -- defect major RefImpl 3.1
#390 Map should treat NaN specially lth defect major Proposals 4
#392 Use generators for iterator methods of Vector and Map anonymous defect major Proposals 4
#396 Properties can be set on the wrong object anonymous defect major RefImpl 3.1
#397 Function call subexpressions can be evaluated in the wrong order anonymous defect major RefImpl 3.1
#398 Array.splice sets the array length incorrectly anonymous defect major RefImpl 3.1
#399 RI: "is" does not consider object-specific fixtures -- defect major RefImpl 4
#400 RI: Bug in "is" relation, class vs. structural type anonymous defect major RefImpl 4
#401 Implement "like" operator anonymous defect major RefImpl 4
#403 RI: Searching open namespaces anonymous defect major RefImpl 4
#404 const function anonymous defect major RefImpl Harmony
#405 Enumeration / Iteration broken for Arrays -- defect major RefImpl 3.1
#449 Need test suite for all specification changes and ES3 ambiguities anonymous task major Proposals 3.1
#452 PDF spec should have internal hyperlinks anonymous defect major Spec 3.1
#460 Expand Math API anonymous enhancement major Proposals Harmony
#468 Ambiguity about whether new properties on the enumerated object's prototype chain can be enumerated by for-in anonymous defect major Spec 3.1
#74 Definer: 'this' in static method not flagged as error jeffdyer defect minor RefImpl 4
#78 The 'this' constraint on functions is not being checked. anonymous defect minor RefImpl 4
#111 (Resolved) Shorthand object destructurings jeffdyer feature minor Proposals Harmony
#161 (Resolved) Builtins: isIntegral, copySign, sign -- enhancement minor Spec Harmony
#226 (Resolved) Versioning: how will "eval" handle versions? lth defect minor Spec Harmony
#229 (Resolved) Global and static vars can be non-nullable lth defect minor Proposals Harmony
#274 (Resolved) Builtins: parseInt and parseFloat should not grok number suffixes lth defect minor Spec Harmony
#275 (Resolved) Builtins: Number.parse lth defect minor Spec Harmony
#280 Clarification: "let" declarations are syntactically restricted and cannot appear except at the top level of a block/program lth defect minor Spec Harmony
#310 String.prototype.length is undefined -- defect minor RefImpl 3.1
#311 string.toLowerCase not working for Georgian characters (unicode x10A0 - x10C5) -- defect minor RefImpl 3.1
#312 String.toUpperCase not working for two unicode characters (x00B5, x0149) -- defect minor RefImpl 3.1
#314 String.prototype methods assigned to a custom object return incorrect values. anonymous defect minor RefImpl 4
#316 es3 compatibility: Boolean.prototype.valueOf() should return false anonymous defect minor RefImpl 3.1
#323 Explicit syntax for tail calls lth defect minor Proposals Harmony
#329 Several issues with test suite anonymous defect minor RefImpl 4
#342 ES3: Date.prototype.setMonth.length returns 1 instead of 2 -- defect minor RefImpl 3.1
#343 ES3: Date not adjusted for current timezone anonymous defect minor RefImpl 3.1
#344 ES3: Boolean object can't be incremented anonymous defect minor RefImpl 3.1
#391 Vector prototype method implementation bugs anonymous defect minor Spec 4
#393 Break in catch skips finally processing anonymous defect minor RefImpl 3.1
#394 Multiple incompatible declarations permitted anonymous defect minor RefImpl 4
#402 Incorrect object literals with type annotations: which error? anonymous defect minor Spec 4
#406 Unnamed rest args fails anonymous defect minor Proposals 4
#407 RI fails arg checkin in standard mode -- defect minor RefImpl 3.1
#408 Type help or help() at command prompt and you get an error anonymous defect minor Proposals 4
#433 Make typography consistent pratapl defect minor Spec 3.1
#472 15.5.4.10: String.prototype.match (regexp) is missing third argument to [[Put]] anonymous defect minor Spec 3.1
#35 boot.sml: Object.toString should be assigned "earlier" graydon defect trivial RefImpl 3.1
#113 (Resolved) int converts from everything brendan defect trivial Spec 4
#120 (Resolved) Should array structural type syntax require explicit repetition lth defect trivial Spec 4
#122 (Resolved) Compatibility and generics -- defect trivial Spec 4
#126 (Resolved) Syntax conflict: conditionals vs. type-annotated object literals jeffdyer defect trivial Spec 4
#127 (Resolved) * = Top -- defect trivial Spec 4
#141 (Resolved) Prototype-based delegation from function constructed object to class instance -- defect trivial Spec 4
#149 (Resolved) Namespaces __ES<nn>__ reserved for version control lth enhancement trivial Spec 4
#152 (Resolved) Move "global" from intrinsic to __ES4__; expose "hashcode" in __ES4__ -- defect trivial Spec 4
#153 (Resolved) New structural type "function" to mean "anything callable" lth defect trivial Spec 4
#154 (Resolved) Principles for method signatures lth defect trivial Spec 4
#160 (Resolved) Builtins: double.explode() and double.implode() -- enhancement trivial Spec 4
#163 (Resolved) Drop 'default' from 'switch type' jeffdyer defect trivial Spec 4
#165 (Resolved) Simple sugar for allocation of structurally typed record data -- defect trivial Spec 4
#166 (Resolved) Private constructors are useful, common, and need to be supported lth defect trivial Spec 4
#167 (Resolved) Clarification: When are redefinitions allowed? lth defect trivial Spec 4
#168 (Resolved) Should the new builtin types have prototype/intrinsic method pairs, or just public methods on instances lth defect trivial Spec 4
#169 (Resolved) Builtins: Can global bindings be shadowed? lth defect trivial Spec 4
#170 (Resolved) Builtins: encodeURI and decodeURI must be upgraded to Unicode 5 / 21-bit Unicode lth defect trivial Spec 4
#172 (Resolved) Builtins: Should the Function constructor handle type annotations and suchlike lth defect trivial Spec 4
#176 (To do) Builtins: Remove optimizations before publication lth defect trivial Spec 4
#177 (To do) Builtins: Presentation issues with string.prototype.replace lth defect trivial Spec 4
#178 (To do) Builtins: Presentation issues with string.prototype.split lth defect trivial Spec 4
#181 (Resolved) Builtins: The type Numeric should be called AnyNumber everywhere lth defect trivial Spec 4
#184 (To do) Builtins: double.toFixed "step 10" must be explicated lth defect trivial Spec 4
#186 (To do) Builtins: double.toExponential "step 19" must be explicated lth defect trivial Spec 4
#189 (To do) Builtins: do something coherent for numeric helper functions lth defect trivial Spec 4
#190 (To do) Builtins: The YearFromTime function could be defined normatively, probably lth defect trivial Spec 4
#192 (To do) Builtins: ISO date grammar should be a grammar, not a regexp lth defect trivial Spec 4
#196 (Resolved) Builtins: Does Vector need to be final, or is it enough for some of its methods to be final? lth defect trivial Spec 4
#199 (Resolved) Builtins: Are there public classes describing types? lth defect trivial Spec 4
#208 (Resolved) Builtins: type objects should implement the corresponding meta-object interfaces lth defect trivial Spec 4
#210 (Resolved) Language: Allow interface methods to have other namespaces than "public" -- defect trivial Spec 4
#211 (Resolved) Builtins: Remove ByteArray, introduce byte and use Vector.<byte> instead lth defect trivial Spec 4
#214 (Resolved) Catchall semantics lth defect trivial Spec 4
#216 (Resolved) Builtins: Adopt uint-specific arithmetic operators lth defect trivial Spec 4
#218 (Resolved) Language: Union types should be unordered and should require an exact match -- defect trivial Spec 4
#219 (Resolved) Must a record type exactly match the object literal it is annotating? lth defect trivial Spec 4
#220 (Resolved) Builtins: The global "Math" binding should be const lth defect trivial Spec 4
#222 (Resolved) Language: Controlling decimal rounding and precision lth defect trivial Spec 4
#223 (Resolved) Builtins: Names of predefined union types lth defect trivial Spec 4
#230 (Resolved) Builtins: What is the nature of "global"? lth defect trivial Spec 4
#232 (Resolved) Builtins: Meta-objects "construct" methods should accept something less heavyweight than an iterator lth defect trivial Spec 4
#233 (Resolved) Are DontDelete and fixture not the same? lth defect trivial Spec 4
#236 (To do) Enumerate all names introduced into prototypes by ES4 lth defect trivial Spec 4
#238 (To do) WP: Need section on loading, initialization lth defect trivial Spec 4
#246 (Resolved) Conversion to "boolean" or "AnyBoolean"? lth defect trivial Spec 4
#247 Scoping for "type" directive anonymous defect trivial Spec 4
#248 (Resolved) Namespace "reflect" for type meta-objects and their methods? lth defect trivial Spec 4
#258 (Resolved) "like" for primitively convertible types lth defect trivial Spec 4
#259 (To do) Strict mode analyses anonymous defect trivial Spec 4
#271 (Resolved) Make program unit locator optional jeffdyer defect trivial Spec 4
#272 (Resolved) Unit locator needs to be specified properly as opaque string lth enhancement trivial Spec 4
#281 (Resolved) Compatibility fix: Automatic wrapping of primitive values that would otherwise escape lth defect trivial Spec 4
#289 Clarification: scope of namespace defns in classes anonymous defect trivial Spec 4
#297 (Resolved) eval scope in es4 -- defect trivial Spec 4
#319 (Resolved) Simple sugar for allocation of structurally typed array data lth defect trivial Spec 4
#328 (Resolved) Removing contravariant subtyping for function domain types lth defect trivial Spec 4
#333 (Resolved) Interpretation of unit locators that look like URLs lth defect trivial Spec 4
#395 forStatement parsing bug anonymous defect trivial RefImpl 4

Status: reopened (5 matches)

Ticket Summary Owner Type Priority Component Version
#240 Do let blocks pay for themselves? anonymous defect major Proposals 4
#327 No Way to do Getters and Setters anonymous defect major RefImpl 3.1
#340 ES3: Date constructor doesn't parse date string anonymous defect major RefImpl 3.1
#411 References to IEEE754-1985 should be replaced with 754-2008 waldemar defect major Spec Harmony
#96 Resolved) Allowable types for the rest argument anonymous defect trivial Spec 4
Note: See TracQuery for help on using queries.