forked from svaarala/duktape
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathissue-184833accdc39c80240f29befa55ae8d70c08adc.yaml
42 lines (40 loc) · 1.34 KB
/
issue-184833accdc39c80240f29befa55ae8d70c08adc.yaml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
--- !ditz.rubyforge.org,2008-03-06/issue
title: implement proper number parsing
desc: |-
There are a few parsing placeholders now: ToNumber() coercion, parseInt(),
parseFloat(), etc. These need to be fixed so that the exactness requirements
of the specification are fulfilled.
If it's possible to do a compliant parser using ANSI C / C99, it is preferable
to do that by default. A fallback manually implemented parser still needs to
exist for environments with poor ANSI C compatibility.
type: :task
component: duk
release: v0.5
reporter: sva <[email protected]>
status: :closed
disposition: :fixed
creation_time: 2013-03-15 21:30:22.339406 Z
references: []
id: 184833accdc39c80240f29befa55ae8d70c08adc
log_events:
- - 2013-03-15 21:30:22.600354 Z
- sva <[email protected]>
- created
- ""
- - 2013-04-21 19:28:42.864816 Z
- sva <[email protected]>
- commented
- |-
Also eliminate the last sscanf() in duk_js_ops.c, for string-to-array-index
conversion.
- - 2013-04-21 19:30:18.390709 Z
- sva <[email protected]>
- commented
- |-
There are still a lot sprintf/snprintf/vsnprintf dependencies in the
implementation -- however, these are only for formatting strings and
integers, no floats or doubles now.
- - 2013-05-16 19:53:13.223885 Z
- sva <[email protected]>
- closed with disposition fixed
- ""