Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Must initialize num/num32/num64 ? #3739

Closed
p6rt opened this issue Mar 16, 2015 · 4 comments
Closed

Must initialize num/num32/num64 ? #3739

p6rt opened this issue Mar 16, 2015 · 4 comments

Comments

@p6rt
Copy link

p6rt commented Mar 16, 2015

Migrated from rt.perl.org#124084 (status was 'resolved')

Searchable as RT124084$

@p6rt
Copy link
Author

p6rt commented Mar 16, 2015

From @lizmat

my num $a; say $a
NaN
my num32 $a; say $a
0
my num64 $a; say $a
NaN

@p6rt
Copy link
Author

p6rt commented Dec 17, 2015

From @jnthn

On Mon Mar 16 05​:09​:58 2015, elizabeth wrote​:

my num $a; say $a
NaN
my num32 $a; say $a
0
my num64 $a; say $a
NaN

Fixed, and test in S02-types/native.t unfudged. Also added a load of related tests.

@p6rt
Copy link
Author

p6rt commented Dec 17, 2015

The RT System itself - Status changed from 'new' to 'open'

@p6rt p6rt closed this as completed Dec 17, 2015
@p6rt
Copy link
Author

p6rt commented Dec 17, 2015

@jnthn - Status changed from 'open' to 'resolved'

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant