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

BUG: Unhandled kind 3 with int32 argument #6664

Closed
p6rt opened this issue Jan 13, 2018 · 7 comments
Closed

BUG: Unhandled kind 3 with int32 argument #6664

p6rt opened this issue Jan 13, 2018 · 7 comments

Comments

@p6rt
Copy link

p6rt commented Jan 13, 2018

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

Searchable as RT132718$

@p6rt
Copy link
Author

p6rt commented Jan 13, 2018

From curt@tilmes.org

<ctilmes> m​: sub foo(int32 $x) { say "ok" if $x }; foo(12);
<camelia> rakudo-moar f25fdbdf0​: OUTPUT​: «===SORRY!===␤Unhandled kind 3␤»

@p6rt
Copy link
Author

p6rt commented Jan 13, 2018

From @lizmat

On 13 Jan 2018, at 22​:38, Curt Tilmes (via RT) <perl6-bugs-followup@​perl.org> wrote​:

# New Ticket Created by Curt Tilmes
# Please include the string​: [perl #​132718]
# in the subject line of all future correspondence about this issue.
# <URL​: https://rt-archive.perl.org/perl6/Ticket/Display.html?id=132718 >

<ctilmes> m​: sub foo(int32 $x) { say "ok" if $x }; foo(12);
<camelia> rakudo-moar f25fdbdf0​: OUTPUT​: «===SORRY!===␤Unhandled kind 3␤»

FWIW, this also happens for int8 and int16 with different Unhandled kind values (1 and 2 respectively).

Casual introspection shows that apparently no support for int8, int16 or int32 has been added at this level.

@p6rt
Copy link
Author

p6rt commented Jan 13, 2018

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

@p6rt
Copy link
Author

p6rt commented Jan 13, 2018

From @AlexDaniel

FWIW it was “working” before this commit​: rakudo/rakudo@ec18f24

But that's probably irrelevant because I'm pretty sure it was cheating with something.
On 2018-01-13 13​:56​:54, elizabeth wrote​:

On 13 Jan 2018, at 22​:38, Curt Tilmes (via RT) <perl6-bugs-
followup@​perl.org> wrote​:

# New Ticket Created by Curt Tilmes
# Please include the string​: [perl #​132718]
# in the subject line of all future correspondence about this issue.
# <URL​: https://rt-archive.perl.org/perl6/Ticket/Display.html?id=132718 >

<ctilmes> m​: sub foo(int32 $x) { say "ok" if $x }; foo(12);
<camelia> rakudo-moar f25fdbdf0​: OUTPUT​: «===SORRY!===␤Unhandled kind
3␤»

FWIW, this also happens for int8 and int16 with different Unhandled
kind values (1 and 2 respectively).

Casual introspection shows that apparently no support for int8, int16
or int32 has been added at this level.

1 similar comment
@p6rt
Copy link
Author

p6rt commented Jan 13, 2018

From @AlexDaniel

FWIW it was “working” before this commit​: rakudo/rakudo@ec18f24

But that's probably irrelevant because I'm pretty sure it was cheating with something.
On 2018-01-13 13​:56​:54, elizabeth wrote​:

On 13 Jan 2018, at 22​:38, Curt Tilmes (via RT) <perl6-bugs-
followup@​perl.org> wrote​:

# New Ticket Created by Curt Tilmes
# Please include the string​: [perl #​132718]
# in the subject line of all future correspondence about this issue.
# <URL​: https://rt-archive.perl.org/perl6/Ticket/Display.html?id=132718 >

<ctilmes> m​: sub foo(int32 $x) { say "ok" if $x }; foo(12);
<camelia> rakudo-moar f25fdbdf0​: OUTPUT​: «===SORRY!===␤Unhandled kind
3␤»

FWIW, this also happens for int8 and int16 with different Unhandled
kind values (1 and 2 respectively).

Casual introspection shows that apparently no support for int8, int16
or int32 has been added at this level.

@p6rt
Copy link
Author

p6rt commented Jan 20, 2018

From @zoffixznet

On Sat, 13 Jan 2018 14​:56​:30 -0800, alex.jakimenko@​gmail.com wrote​:

FWIW it was “working” before this commit​:
rakudo/rakudo@ec18f24

But that's probably irrelevant because I'm pretty sure it was cheating
with
something.
On 2018-01-13 13​:56​:54, elizabeth wrote​:

On 13 Jan 2018, at 22​:38, Curt Tilmes (via RT) <perl6-bugs-
followup@​perl.org> wrote​:

# New Ticket Created by Curt Tilmes
# Please include the string​: [perl #​132718]
# in the subject line of all future correspondence about this
issue.
# <URL​: https://rt-archive.perl.org/perl6/Ticket/Display.html?id=132718 >

<ctilmes> m​: sub foo(int32 $x) { say "ok" if $x }; foo(12);
<camelia> rakudo-moar f25fdbdf0​: OUTPUT​: «===SORRY!===␤Unhandled
kind
3␤»

FWIW, this also happens for int8 and int16 with different Unhandled
kind values (1 and 2 respectively).

Casual introspection shows that apparently no support for int8, int16
or int32 has been added at this level.

Thank you for the report. This is now fixed in branch `post-release`.

Fix​: Raku/nqp@df45cb8ce9
Test​: Raku/roast@63fb5d3a954de9064

@p6rt p6rt closed this as completed Jan 20, 2018
@p6rt
Copy link
Author

p6rt commented Jan 20, 2018

@zoffixznet - 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