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

Implement 'subset' declaration without where clause #1088

Closed
p6rt opened this issue Jun 22, 2009 · 5 comments
Closed

Implement 'subset' declaration without where clause #1088

p6rt opened this issue Jun 22, 2009 · 5 comments
Labels

Comments

@p6rt
Copy link

p6rt commented Jun 22, 2009

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

Searchable as RT66854$

@p6rt
Copy link
Author

p6rt commented Jun 22, 2009

From @masak

<masak> std​: subset A of Int;
<p6eval> std 27169​: OUTPUT«ok 00​:02 35m␤»
<masak> rakudo​: subset A of Int;
<p6eval> rakudo 1b06df​: OUTPUT«Statement not terminated properly at line 2 [...]
* masak submits rakudobug

@p6rt
Copy link
Author

p6rt commented Jun 23, 2009

From @kyleha

I've added a test for this in r27180 at the end of S12-subset/subtypes.t

It looks like this​:

#?rakudo todo 'bug #​66854'
eval_lives_ok 'subset A of Int;', 'subset declaration without where clause';

Kyle.

On Mon, Jun 22, 2009 at 8​:38 AM, Carl Mäsak<perl6-bugs-followup@​perl.org> wrote​:

# New Ticket Created by  "Carl Mäsak"
# Please include the string​:  [perl #​66854]
# in the subject line of all future correspondence about this issue.
# <URL​: http://rt.perl.org/rt3/Ticket/Display.html?id=66854 >

<masak> std​: subset A of Int;
<p6eval> std 27169​: OUTPUT«ok 00​:02 35m␤»
<masak> rakudo​: subset A of Int;
<p6eval> rakudo 1b06df​: OUTPUT«Statement not terminated properly at line 2 [...]
* masak submits rakudobug

@p6rt
Copy link
Author

p6rt commented Jun 23, 2009

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

@p6rt
Copy link
Author

p6rt commented Jun 30, 2009

From @jnthn

On Mon Jun 22 06​:38​:06 2009, masak wrote​:

<masak> std​: subset A of Int;
<p6eval> std 27169​: OUTPUT«ok 00​:02 35m␤»
<masak> rakudo​: subset A of Int;
<p6eval> rakudo 1b06df​: OUTPUT«Statement not terminated properly at
line 2 [...]
* masak submits rakudobug

Now works in git 1831bd1. Unfudged the test from kyle++ that checks it
parses, and added a few others to ensure that it not only parses, but
also works. So, resolving this one now.

Thanks,

Jonathan

@p6rt
Copy link
Author

p6rt commented Jun 30, 2009

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

@p6rt p6rt closed this as completed Jun 30, 2009
@p6rt p6rt added the Todo 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