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.
29 lines
890 B
29 lines
890 B
--- !ditz.rubyforge.org,2008-03-06/issue
|
|
title: implement first version of Number built-in
|
|
desc: ""
|
|
type: :task
|
|
component: duk
|
|
release: v0.4
|
|
reporter: sva <sami.vaarala@poplatek.fi>
|
|
status: :closed
|
|
disposition: :fixed
|
|
creation_time: 2013-02-20 02:26:25.665248 Z
|
|
references: []
|
|
|
|
id: 3e1ee87fcc3abb5110cd4d1afd71229f2dbb145e
|
|
log_events:
|
|
- - 2013-02-20 02:26:25.878167 Z
|
|
- sva <sami.vaarala@poplatek.fi>
|
|
- created
|
|
- ""
|
|
- - 2013-02-27 14:51:53.600856 Z
|
|
- sva <sami.vaarala@poplatek.fi>
|
|
- assigned to release v0.4 from unassigned
|
|
- ""
|
|
- - 2013-03-30 21:51:26.052136 Z
|
|
- sva <sami.vaarala@poplatek.fi>
|
|
- closed with disposition fixed
|
|
- |-
|
|
Coercion and parameter handling behavior should be OK now, but the implementation
|
|
does not e.g. respect radix or precision arguments exactly, because there is no
|
|
support for compliant parsing or string conversion of numbers.
|
|
|