mirror of https://github.com/svaarala/duktape.git
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.
26 lines
817 B
26 lines
817 B
--- !ditz.rubyforge.org,2008-03-06/issue
|
|
title: "API: remove return value of duk_del_prop() and duk_put_prop()"
|
|
desc: |-
|
|
They are now irrelevant for user code at least. Not for Duktape internally,
|
|
so perhaps an API macro could cast the unnecessary return value to void?
|
|
type: :task
|
|
component: duk
|
|
release: v1.0
|
|
reporter: Sami Vaarala <sami.vaarala@iki.fi>
|
|
status: :closed
|
|
disposition: :fixed
|
|
creation_time: 2014-08-18 21:33:49.873541 Z
|
|
references: []
|
|
|
|
id: a819edf50f4975d5e8c5638863a3540e308e094d
|
|
log_events:
|
|
- - 2014-08-18 21:33:50.038599 Z
|
|
- Sami Vaarala <sami.vaarala@iki.fi>
|
|
- created
|
|
- ""
|
|
- - 2014-10-07 21:38:22.736612 Z
|
|
- Sami Vaarala <sami.vaarala@iki.fi>
|
|
- closed with disposition fixed
|
|
- |-
|
|
Keep the return code: it might be possible to have lenient user functions at
|
|
some point.
|
|
|