You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

27 lines
772 B

11 years ago
--- !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
11 years ago
release: v0.8
11 years ago
reporter: sva <sami.vaarala@iki.fi>
11 years ago
status: :closed
disposition: :wontfix
11 years ago
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
- ""
11 years ago
- - 2013-10-25 13:48:41.272893 Z
- sva <sami.vaarala@iki.fi>
- assigned to release v0.8 from v0.7
- ""
11 years ago
- - 2013-11-08 21:40:51.688462 Z
- sva <sami.vaarala@iki.fi>
- closed with disposition wontfix
- Probably not worth it, as getters are called using normal method call APIs.