--- !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 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 - created - "" - - 2014-10-07 21:38:22.736612 Z - Sami Vaarala - closed with disposition fixed - |- Keep the return code: it might be possible to have lenient user functions at some point.