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

Assigning result of "WHAT" to Perl6Scalar makes wrong result. #304

Closed
p6rt opened this issue Sep 9, 2008 · 6 comments
Closed

Assigning result of "WHAT" to Perl6Scalar makes wrong result. #304

p6rt opened this issue Sep 9, 2008 · 6 comments
Labels

Comments

@p6rt
Copy link

p6rt commented Sep 9, 2008

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

Searchable as RT58718$

@p6rt
Copy link
Author

p6rt commented Sep 9, 2008

From @bacek

Hello.

During investigating bug from #​58276 I found very nasty bug with
assigning to Perl6Scalar.

.sub "main"
.include "interpinfo.pasm"
  load_bytecode "perl6.pbc"
  $P0 = get_hll_global "List"
  $P1 = $P0."new"()
  $P2 = $P1."WHAT"()
  print "first "
  say $P2
  $P3 = new "Perl6Scalar"
  $P3."infix​:="($P2)
  print "second "
  say $P3
  say "done"
.end

$ ../../parrot t4.pir
first List
second
done

--
Bacek.

@p6rt
Copy link
Author

p6rt commented Sep 9, 2008

From @bacek

perl6 via RT wrote​:

During investigating bug from #​58276 I found very nasty bug with
assigning to Perl6Scalar.

Actually bug #​58278.

--
Bacek

@p6rt
Copy link
Author

p6rt commented Sep 11, 2008

From @jnthn

On Tue Sep 09 07​:34​:40 2008, bacek wrote​:

perl6 via RT wrote​:

During investigating bug from #​58276 I found very nasty bug with
assigning to Perl6Scalar.

Actually bug #​58278.

Actually wasn't Perl6Scalar itself, but rather what a proto did in item
context. Fixed that in r31004, so this should work properly.

Thanks for reporting,

Jonathan

@p6rt
Copy link
Author

p6rt commented Sep 11, 2008

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

@p6rt
Copy link
Author

p6rt commented Sep 11, 2008

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

@p6rt p6rt closed this as completed Sep 11, 2008
@p6rt
Copy link
Author

p6rt commented Sep 11, 2008

From @jnthn

On Tue Sep 09 07​:34​:40 2008, bacek wrote​:

perl6 via RT wrote​:

During investigating bug from #​58276 I found very nasty bug with
assigning to Perl6Scalar.

Actually bug #​58278.

Actually wasn't Perl6Scalar itself, but rather what a proto did in item
context. Fixed that in r31004, so this should work properly.

Thanks for reporting,

Jonathan

@p6rt p6rt added the Bug label Jan 5, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant