Timeline


and .

11/08/07:

18:36 Ticket #296 (static Array.unshift() throws NotFound Exception) created by dschaffe
static Array.unshift() throws NotFound Exception
18:30 Ticket #295 (Array.splice() deleteCount is leaving empty elements instead of removing ...) created by dschaffe
Array.splice() deleteCount is leaving empty elements instead of removing items
18:24 Ticket #294 ((Resolved) Array.reverse() throws exception when array has empty slots) created by dschaffe
(Resolved) Array.reverse() throws exception when array has empty slots
17:07 Ticket #293 (large array creation causes overflow exception: new Array(Math.pow(2,30))) created by dschaffe
large array creation causes overflow exception: new Array(Math.pow(2,30))
17:00 Ticket #292 (builtins Array.sort: exception thrown when array contains null or void 0) created by dschaffe
builtins Array.sort: exception thrown when array contains null or void 0
02:02 Ticket #240 (Do let blocks pay for themselves?) reopened by waldemar
I'm not convinced that the grammar for let-statements is self-consistent, …
01:41 Ticket #240 (Do let blocks pay for themselves?) closed by lth
fixed: The discussion in #253 made it clear that there is agreement among core …
01:33 Ticket #240 (Do let blocks pay for themselves?) reopened by waldemar
I don't see anything in #253 that leads to the conclusion that let blocks …

11/07/07:

23:10 Ticket #291 (What's in __ES4__ vs. intrinsic) created by brendan
What's in __ES4__ vs. intrinsic
22:35 Ticket #290 (Array concat gives exception) created by Chris Rathman
Array concat gives exception
20:52 Ticket #289 (Clarification: scope of namespace defns in classes) created by jeffdyer
Clarification: scope of namespace defns in classes
19:29 Ticket #288 (|| and && need to accept falsy and truthy operands) created by brendan
|| and && need to accept falsy and truthy operands
16:57 Ticket #287 (typeof null is wrong in reference implementation) created by hallvord
typeof null is wrong in reference implementation
15:01 Ticket #286 (RegExp: can String.prototype.replace, called with a substitution function, ...) created by lth
RegExp: can String.prototype.replace, called with a substitution function, substitute for named submatches?
13:15 Ticket #285 (void function allows return value) created by lth
void function allows return value
02:20 Ticket #143 (Can't initialize a structural typed variable) closed by graydon
fixed: Fixed in revision bc2eed…
01:29 Ticket #284 (Implement parseFloat) created by lth
Implement parseFloat
00:19 Ticket #283 ((Resolved) Kill aliasing import) created by lth
(Resolved) Kill aliasing import

11/06/07:

23:48 Ticket #282 (Cleanup: Remove top-of-block restriction on "use" pragmas) created by lth
Cleanup: Remove top-of-block restriction on "use" pragmas
22:33 Ticket #281 ((Resolved) Compatibility fix: Automatic wrapping of primitive values that ...) created by lth
(Resolved) Compatibility fix: Automatic wrapping of primitive values that would otherwise escape
20:02 Ticket #280 (Clarification: "let" declarations are syntactically restricted and cannot ...) created by lth
Clarification: "let" declarations are syntactically restricted and cannot appear except at the top level of a block/program
15:08 Ticket #204 (Builtins: Does Namespace have a "length" property?) closed by lth
fixed: By the resolution of #84, the answer depends only on whether the class has …
14:23 Ticket #4 (Wrapping an int should raise exception) closed by lth
fixed: I think this has been resolved. Having removed "use int" and "use uint" …
13:57 Ticket #207 (Builtins: Meta-object methods can't be intrinsic) closed by lth
fixed: Most likely these methods will move into the "reflect" namespace. #210
01:05 Ticket #240 (Do let blocks pay for themselves?) closed by lth
fixed: Resolved by some of the agreements on #253: let blocks do pay for …

11/05/07:

22:45 Ticket #273 (open unnamed unit by default) closed by lth
deferred: In the same manner that we've avoided talking about specific other …

11/04/07:

17:24 Ticket #279 (toISOString() result not properly parsed by Date.parse and new Date()) created by Martin Honnen
toISOString() result not properly parsed by Date.parse and new Date()

11/03/07:

15:52 Ticket #278 (trying to create Map instance causes ReferenceError) created by Martin Honnen
trying to create Map instance causes ReferenceError
15:41 Ticket #277 (trying to create Vector instance causes ReferenceError) created by Martin Honnen
trying to create Vector instance causes ReferenceError
02:12 Ticket #100 (Unary '-' applied to unsigned numbers does unexpected things) closed by graydon
fixed: fixed in RI

11/02/07:

23:59 Ticket #266 (Simple Way to Load Files in the RefImpl) closed by graydon
fixed: You want intrinsic::load("test.es"), it's in there. part of Shell.es.
23:54 Ticket #67 (New type names should not be in the "intrinsic" namespace) closed by graydon
fixed: fixed a couple weeks ago. version numbers on command line, types moved to …
23:53 Ticket #51 (uint + uint should be uint (or double), never int) closed by graydon
fixed: fixed in RI

11/01/07:

11:19 Ticket #276 (Precise semantics for 'this' propagation) created by lth
Precise semantics for 'this' propagation

10/31/07:

15:04 Ticket #275 ((Resolved) Builtins: Number.parse) created by lth
(Resolved) Builtins: Number.parse
15:00 Ticket #274 ((Resolved) Builtins: parseInt and parseFloat should not grok number ...) created by lth
(Resolved) Builtins: parseInt and parseFloat should not grok number suffixes

10/30/07:

23:00 Ticket #273 (open unnamed unit by default) created by jeffdyer
open unnamed unit by default
22:58 Ticket #272 ((Resolved) Unit locator needs to be specified properly as opaque string) created by jeffdyer
(Resolved) Unit locator needs to be specified properly as opaque string
22:52 Ticket #271 ((Resolved) Make program unit locator optional) created by jeffdyer
(Resolved) Make program unit locator optional
16:56 Ticket #241 (Relax "in" RHS to allow null/undefined/boolean/number/string, to match ...) closed by lth
wontfix: Not worth the bother.
05:51 Ticket #270 (Mis-matched brace causes never-ending loop) created by jresig
Mis-matched brace causes never-ending loop
05:37 Ticket #269 (Rest Arguments Type Crashes RefImpl) created by jresig
Rest Arguments Type Crashes RefImpl
04:49 Ticket #268 (Interface Implementation Doesn't Inspect Method Arguments) created by jresig
Interface Implementation Doesn't Inspect Method Arguments
01:28 Ticket #267 (Argument overwritten by named function) created by jresig
Argument overwritten by named function
01:12 Ticket #266 (Simple Way to Load Files in the RefImpl) created by jresig
Simple Way to Load Files in the RefImpl

10/29/07:

18:55 Ticket #265 (Final classes can be inherited from, and final functions can be overridden) created by wycats
Final classes can be inherited from, and final functions can be overridden
18:51 Ticket #264 (Type system doesn't throw errors and returns incorrect results) created by wycats
Type system doesn't throw errors and returns incorrect results
18:50 Ticket #263 ("return": to syntax-fix or not to syntax-fix) closed by brendan
wontfix: Agreed, this kind of …
15:24 Ticket #237 (Shared prototype as an in-the-language facility) closed by lth
invalid: Withdrawn -- no comments, proposal period closed.
15:19 Ticket #263 ("return": to syntax-fix or not to syntax-fix) created by lth
"return": to syntax-fix or not to syntax-fix

10/25/07:

23:54 Ticket #262 (Introducing a bottom type) created by pascallouis
Introducing a bottom type
00:44 Ticket #261 (RegExp: Allow leading, unescaped "]" in character classes) created by StevenLevithan
RegExp: Allow leading, unescaped "]" in character classes

10/24/07:

22:18 Ticket #260 (Strict mode analyzes) closed by pascallouis
duplicate
22:17 Ticket #260 (Strict mode analyzes) created by pascallouis
Strict mode analyzes
22:17 Ticket #259 ((To do) Strict mode analyses) created by pascallouis
(To do) Strict mode analyses
13:49 Ticket #258 ((Resolved) "like" for primitively convertible types) created by lth
(Resolved) "like" for primitively convertible types
10:29 Ticket #257 (WP: Describe the MIME type better) closed by lth
fixed: Written up; will show up in the next release.
09:58 Ticket #257 (WP: Describe the MIME type better) created by lth
WP: Describe the MIME type better
08:18 Ticket #256 (RegExp: Follow Perl/.NET on RegExp capture syntax?) created by lth
RegExp: Follow Perl/.NET on RegExp capture syntax?
08:05 Ticket #255 (RegExp: Syntax for referencing named backreference from within a ...) created by lth
RegExp: Syntax for referencing named backreference from within a replacement string?
02:45 Ticket #254 (RegExp: Character classes should not be free-format even with the /x flag) created by StevenLevithan
RegExp: Character classes should not be free-format even with the /x flag
01:34 Ticket #253 (let and const declarations shouldn't hoist) created by waldemar
let and const declarations shouldn't hoist

10/23/07:

23:53 Ticket #244 ('like' as an operator) closed by jeffdyer
wontfix: It seems better to treat 'like' as a type constructor only. So I agree, …
01:43 Ticket #252 (Syntax: Reformed with and switch type annotation after head looks weird) created by brendan
Syntax: Reformed with and switch type annotation after head looks weird

10/22/07:

10:22 Ticket #251 ((Resolved) "typeof" on various callable things) created by lth
(Resolved) "typeof" on various callable things
10:06 Ticket #250 ((Resolved) "typeof null") created by lth
(Resolved) "typeof null"
09:49 Ticket #249 (The types [T], [T1,T2,...], and ArrayLike) created by lth
The types [T], [T1,T2,...], and ArrayLike
09:03 Ticket #248 ((Resolved) Namespace "reflect" for type meta-objects and their methods?) created by lth
(Resolved) Namespace "reflect" for type meta-objects and their methods?
08:56 Ticket #247 (Scoping for "type" directive) created by lth
Scoping for "type" directive
08:43 Ticket #83 (Adaptation of the Math object to the various numeric types) closed by lth
fixed: Fixed recently; the Math methods are smart about it, and properties are …
08:35 Ticket #239 (WP: Need section on units) closed by lth
fixed
08:08 Ticket #246 ((Resolved) Conversion to "boolean" or "AnyBoolean"?) created by lth
(Resolved) Conversion to "boolean" or "AnyBoolean"?
08:00 Ticket #245 (Generic functions: how implicit is nextMethod?) created by lth
Generic functions: how implicit is nextMethod?
07:35 Ticket #244 ('like' as an operator) reopened by lth
I did say I was in favor, but that was before I discovered I could say "is …

10/21/07:

22:34 Ticket #244 ('like' as an operator) closed by jeffdyer
fixed: That good enough for me. Lars seemed to agree in a private conversation. …
19:38 Ticket #244 ('like' as an operator) created by jeffdyer
'like' as an operator
18:36 Ticket #243 (scope of nested functions need to be captured before hoisting) created by jeffdyer
scope of nested functions need to be captured before hoisting
18:20 Ticket #242 (Should 'use default namespace' reach into 'class' and 'interface' ...) created by jeffdyer
Should 'use default namespace' reach into 'class' and 'interface' definitions

10/20/07:

21:54 Ticket #241 (Relax "in" RHS to allow null/undefined/boolean/number/string, to match ...) created by brendan
Relax "in" RHS to allow null/undefined/boolean/number/string, to match de-facto "for/in" standard (11.8.7)

10/19/07:

23:44 Ticket #240 (Do let blocks pay for themselves?) created by jeffdyer
Do let blocks pay for themselves?

10/18/07:

15:34 Ticket #239 (WP: Need section on units) created by lth
WP: Need section on units
15:33 Ticket #238 ((To do) WP: Need section on loading, initialization) created by lth
(To do) WP: Need section on loading, initialization
14:37 Ticket #237 (Shared prototype as an in-the-language facility) created by lth
Shared prototype as an in-the-language facility
07:36 Ticket #236 ((To do) Enumerate all names introduced into prototypes by ES4) created by lth
(To do) Enumerate all names introduced into prototypes by ES4

10/16/07:

11:34 Ticket #137 (builtins: Class.es uses "String" but should use "string") closed by lth
fixed: Fixed a long time ago.
11:11 Ticket #227 (Versioning: how will HTML event handlers and javascript: URIs deal with ...) closed by lth
invalid: OK then.
06:46 Ticket #235 ("eval" should not be able to change DontDelete-ness of a binding) created by lth
"eval" should not be able to change DontDelete-ness of a binding

10/15/07:

13:30 Ticket #234 (The nature of byte) created by lth
The nature of byte
13:09 Ticket #233 ((Resolved) Are DontDelete and fixture not the same?) created by lth
(Resolved) Are DontDelete and fixture not the same?
12:55 Ticket #232 ((Resolved) Builtins: Meta-objects "construct" methods should accept ...) created by lth
(Resolved) Builtins: Meta-objects "construct" methods should accept something less heavyweight than an iterator
12:43 Ticket #228 (Function.call( fn, thisobj ) fails) closed by lth
worksforme

10/14/07:

22:47 Ticket #231 (RegExp: y (sticky) flag not yet implemented) created by brendan
RegExp: y (sticky) flag not yet implemented

10/12/07:

16:32 Ticket #230 ((Resolved) Builtins: What is the nature of "global"?) created by lth
(Resolved) Builtins: What is the nature of "global"?
15:44 Ticket #229 ((Resolved) Global and static vars can be non-nullable) created by lth
(Resolved) Global and static vars can be non-nullable

10/11/07:

16:03 Ticket #228 (Function.call( fn, thisobj ) fails) created by jresig
Function.call( fn, thisobj ) fails
09:27 Ticket #227 (Versioning: how will HTML event handlers and javascript: URIs deal with ...) created by lth
Versioning: how will HTML event handlers and javascript: URIs deal with versioning?
09:19 Ticket #226 ((Resolved) Versioning: how will "eval" handle versions?) created by lth
(Resolved) Versioning: how will "eval" handle versions?
Note: See TracTimeline for information about the timeline view.