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.

30 lines
870 B

--- !ditz.rubyforge.org,2008-03-06/issue
title: implement first version of Number built-in
desc: ""
type: :task
component: duk
12 years ago
release: v0.4
11 years ago
reporter: sva <sami.vaarala@iki.fi>
12 years ago
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
11 years ago
- sva <sami.vaarala@iki.fi>
- created
- ""
12 years ago
- - 2013-02-27 14:51:53.600856 Z
11 years ago
- sva <sami.vaarala@iki.fi>
12 years ago
- assigned to release v0.4 from unassigned
- ""
12 years ago
- - 2013-03-30 21:51:26.052136 Z
11 years ago
- sva <sami.vaarala@iki.fi>
12 years ago
- 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.