Browse Source

ditz issue update

pull/1/head
Sami Vaarala 11 years ago
parent
commit
9c170d6d9c
  1. 33
      bugs/issue-0e2175c77aeb960ab85e35eb6068df6d040e1cb6.yaml
  2. 18
      bugs/issue-3c0f15ae67d0d0b4124a49d3340036780327d736.yaml
  3. 18
      bugs/issue-4cf246fe3158c3e64b79885377d5f152ccbf95d5.yaml
  4. 18
      bugs/issue-6220133af808988ecd25781748a0cb11a34d1da7.yaml
  5. 18
      bugs/issue-83eff7f57e609359537bcb75ca4236261025f858.yaml
  6. 22
      bugs/issue-8a50a62be7c84438249453f8d0d14573756a87dc.yaml
  7. 8
      bugs/issue-b314280b15a58ce59043634f3693ab6aa53777fc.yaml
  8. 22
      bugs/issue-c934feec1c00373359cc5cea27cbbb0d83685df5.yaml
  9. 18
      bugs/issue-ca9dcfd1ec0ff04fc498b188052684e0f66566fe.yaml

33
bugs/issue-0e2175c77aeb960ab85e35eb6068df6d040e1cb6.yaml

@ -0,0 +1,33 @@
--- !ditz.rubyforge.org,2008-03-06/issue
title: fix 'stack' setter
desc: ""
type: :task
component: duk
release: v0.7
reporter: sva <sami.vaarala@iki.fi>
status: :closed
disposition: :fixed
creation_time: 2013-10-22 21:06:50.684822 Z
references: []
id: 0e2175c77aeb960ab85e35eb6068df6d040e1cb6
log_events:
- - 2013-10-22 21:06:50.860353 Z
- sva <sami.vaarala@iki.fi>
- created
- ""
- - 2013-10-22 21:10:21.427051 Z
- sva <sami.vaarala@iki.fi>
- commented
- |-
Perhaps having the 'stack' setter be a no-op is a good solution after all
(although it differs from V8 behavior). User can still override the setter
explicitly using Object.defineProperty().
The same logic could be applied to fileName and lineNumber getters. All
of these (stack, fileName, lineNumber) could share the same setter which
just silently returns.
- - 2013-10-22 21:18:03.295852 Z
- sva <sami.vaarala@iki.fi>
- closed with disposition fixed
- ""

18
bugs/issue-3c0f15ae67d0d0b4124a49d3340036780327d736.yaml

@ -0,0 +1,18 @@
--- !ditz.rubyforge.org,2008-03-06/issue
title: optimize compilation of concatenation (adding) multiple arguments
desc: ""
type: :task
component: duk
release: v0.8
reporter: sva <sami.vaarala@iki.fi>
status: :unstarted
disposition:
creation_time: 2013-10-22 08:52:53.353595 Z
references: []
id: 3c0f15ae67d0d0b4124a49d3340036780327d736
log_events:
- - 2013-10-22 08:52:53.510472 Z
- sva <sami.vaarala@iki.fi>
- created
- ""

18
bugs/issue-4cf246fe3158c3e64b79885377d5f152ccbf95d5.yaml

@ -0,0 +1,18 @@
--- !ditz.rubyforge.org,2008-03-06/issue
title: augment errors created with built-in constructors with a normal (non-constructor) function call
desc: ""
type: :task
component: duk
release: v0.7
reporter: sva <sami.vaarala@iki.fi>
status: :unstarted
disposition:
creation_time: 2013-10-22 08:43:19.522259 Z
references: []
id: 4cf246fe3158c3e64b79885377d5f152ccbf95d5
log_events:
- - 2013-10-22 08:43:19.687213 Z
- sva <sami.vaarala@iki.fi>
- created
- ""

18
bugs/issue-6220133af808988ecd25781748a0cb11a34d1da7.yaml

@ -0,0 +1,18 @@
--- !ditz.rubyforge.org,2008-03-06/issue
title: indicate yield/resume preventing calls in traceback
desc: ""
type: :task
component: duk
release: v0.7
reporter: sva <sami.vaarala@iki.fi>
status: :unstarted
disposition:
creation_time: 2013-10-22 09:19:19.889083 Z
references: []
id: 6220133af808988ecd25781748a0cb11a34d1da7
log_events:
- - 2013-10-22 09:19:20.300172 Z
- sva <sami.vaarala@iki.fi>
- created
- ""

18
bugs/issue-83eff7f57e609359537bcb75ca4236261025f858.yaml

@ -0,0 +1,18 @@
--- !ditz.rubyforge.org,2008-03-06/issue
title: remove error 'code' property except from minimal build?
desc: ""
type: :task
component: duk
release: v0.7
reporter: sva <sami.vaarala@iki.fi>
status: :unstarted
disposition:
creation_time: 2013-10-22 09:42:50.654010 Z
references: []
id: 83eff7f57e609359537bcb75ca4236261025f858
log_events:
- - 2013-10-22 09:42:50.835354 Z
- sva <sami.vaarala@iki.fi>
- created
- ""

22
bugs/issue-8a50a62be7c84438249453f8d0d14573756a87dc.yaml

@ -0,0 +1,22 @@
--- !ditz.rubyforge.org,2008-03-06/issue
title: name of anonymous function is now empty string, clean up?
desc: ""
type: :task
component: duk
release: v0.7
reporter: sva <sami.vaarala@iki.fi>
status: :closed
disposition: :fixed
creation_time: 2013-10-22 09:15:01.617623 Z
references: []
id: 8a50a62be7c84438249453f8d0d14573756a87dc
log_events:
- - 2013-10-22 09:15:01.814527 Z
- sva <sami.vaarala@iki.fi>
- created
- ""
- - 2013-10-22 09:34:25.112644 Z
- sva <sami.vaarala@iki.fi>
- closed with disposition fixed
- ""

8
bugs/issue-b314280b15a58ce59043634f3693ab6aa53777fc.yaml

@ -13,8 +13,8 @@ type: :task
component: duk
release: v0.7
reporter: sva <sami.vaarala@iki.fi>
status: :unstarted
disposition:
status: :closed
disposition: :fixed
creation_time: 2013-09-20 14:47:42.229294 Z
references: []
@ -34,3 +34,7 @@ log_events:
Perhaps Error.prototype should have a 'stack' getter property
which would construct the stacktrace on the fly?
- - 2013-10-22 21:22:00.582330 Z
- sva <sami.vaarala@iki.fi>
- closed with disposition fixed
- ""

22
bugs/issue-c934feec1c00373359cc5cea27cbbb0d83685df5.yaml

@ -0,0 +1,22 @@
--- !ditz.rubyforge.org,2008-03-06/issue
title: implement fileName and lineNumber accessors (refactoring with stack accessor perhaps)
desc: ""
type: :task
component: duk
release: v0.7
reporter: sva <sami.vaarala@iki.fi>
status: :closed
disposition: :fixed
creation_time: 2013-10-22 21:20:29.886918 Z
references: []
id: c934feec1c00373359cc5cea27cbbb0d83685df5
log_events:
- - 2013-10-22 21:20:30.054932 Z
- sva <sami.vaarala@iki.fi>
- created
- ""
- - 2013-10-23 22:08:30.073456 Z
- sva <sami.vaarala@iki.fi>
- closed with disposition fixed
- ""

18
bugs/issue-ca9dcfd1ec0ff04fc498b188052684e0f66566fe.yaml

@ -0,0 +1,18 @@
--- !ditz.rubyforge.org,2008-03-06/issue
title: indicate getter/setter call in traceback
desc: Constructor calls are currently flagged but getter/setter calls are not.
type: :task
component: duk
release: v0.7
reporter: sva <sami.vaarala@iki.fi>
status: :unstarted
disposition:
creation_time: 2013-10-22 09:19:05.339361 Z
references: []
id: ca9dcfd1ec0ff04fc498b188052684e0f66566fe
log_events:
- - 2013-10-22 09:19:05.576213 Z
- sva <sami.vaarala@iki.fi>
- created
- ""
Loading…
Cancel
Save