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

natively typed lexicals blow up the REPL #2536

Closed
p6rt opened this issue Oct 26, 2011 · 5 comments
Closed

natively typed lexicals blow up the REPL #2536

p6rt opened this issue Oct 26, 2011 · 5 comments

Comments

@p6rt
Copy link

p6rt commented Oct 26, 2011

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

Searchable as RT102254$

@p6rt
Copy link
Author

p6rt commented Oct 26, 2011

From @moritz

Noticed by que++ on #perl6​:

./perl6

my int $x = 5
Use of uninitialized value in string context
Use of uninitialized value in string context
Use of uninitialized value in string context
Use of uninitialized value in string context
===SORRY!===
Lexical '$x' is of wrong register type in lexical lookup
(REPL exits here)

Cheers,
Moritz

@p6rt
Copy link
Author

p6rt commented Nov 17, 2012

From @coke

No change in behavior.

--
Will "Coke" Coleda

@p6rt
Copy link
Author

p6rt commented Nov 17, 2012

@coke - Status changed from 'new' to 'open'

@p6rt
Copy link
Author

p6rt commented Mar 8, 2013

From @jnthn

On Wed Oct 26 05​:16​:55 2011, moritz wrote​:

Noticed by que++ on #perl6​:

./perl6

my int $x = 5
Use of uninitialized value in string context
Use of uninitialized value in string context
Use of uninitialized value in string context
Use of uninitialized value in string context
===SORRY!===
Lexical '$x' is of wrong register type in lexical lookup
(REPL exits here)

Works properly now​:

my int $x = 5;
5
say $x
5

Thanks,

/jnthn

@p6rt
Copy link
Author

p6rt commented Mar 8, 2013

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

@p6rt p6rt closed this as completed Mar 8, 2013
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