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.

28 lines
830 B

11 years ago
--- !ditz.rubyforge.org,2008-03-06/issue
title: change default API strictness to 'strict' instead of 'non-strict'; would unify API usage in empty vs. nonempty stack case
desc: ""
type: :task
component: duk
release: v0.10
reporter: sva <sami.vaarala@iki.fi>
status: :unstarted
disposition:
creation_time: 2014-03-07 13:03:49.151025 Z
references: []
id: 9c6be1993e30ff5348bcf4ddde1177343f2d5a2c
log_events:
- - 2014-03-07 13:03:49.306756 Z
- sva <sami.vaarala@iki.fi>
- created
- ""
- - 2014-03-08 01:18:04.555165 Z
- sva <sami.vaarala@iki.fi>
- commented
- |-
Work branch is api-default-strictness.
The trivial approach has the drawback that C code can no longer eval or compile
anything non-strict. This could be mitigated with additional flags, but this is
less trivial than seems at first.