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

Possible Bug (Windows Only) #685

Closed
p6rt opened this issue Feb 8, 2009 · 5 comments
Closed

Possible Bug (Windows Only) #685

p6rt opened this issue Feb 8, 2009 · 5 comments

Comments

@p6rt
Copy link

p6rt commented Feb 8, 2009

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

Searchable as RT63094$

@p6rt
Copy link
Author

p6rt commented Feb 8, 2009

From nom@standen.id.au

Hi,

I've just tried to write a simple perl program in Windows, before trying
it in Linux, and encountered the following problem​:

CODE

use v6;

say "WOOT";

class Foo {
method bar () {
say "bar";
}
}

my Foo $f .= new;
$f.bar();

say "WOOTY";

Testing on Windows (0.9.0 binary from parrot website)​:

C​:\...\Perl6Test>perl6 -c test.pl
syntax OK

C​:\...\Perl6Test>perl6 test.pl

C​:\...\Perl6Test>

Testing on Linux (0.9.0 source from parrot website)​:
# perl6 -c test.pl
syntax OK

# perl6 test.pl
WOOT
bar
WOOTY

It was suggested by the guys in #perl6 on freenode that I email this to
you guys as a possible bug.

Thanks!

@p6rt
Copy link
Author

p6rt commented Apr 25, 2009

From @ronaldxs

I retested the example with a current Bratislava rakudo built with
ActivePerl/Mingw gcc under Windows Vista and it ran fine. Could the
author update their Perl 6 to a current rakudo and retest? If the
persistence of the problem can't be confirmed, the problem seems
unlikely enough that closing it seems reasonable.

@p6rt
Copy link
Author

p6rt commented Apr 25, 2009

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

@p6rt
Copy link
Author

p6rt commented May 1, 2009

From @jnthn

On Sat Apr 25 06​:02​:16 2009, ronaldxs wrote​:

I retested the example with a current Bratislava rakudo built with
ActivePerl/Mingw gcc under Windows Vista and it ran fine. Could the
author update their Perl 6 to a current rakudo and retest? If the
persistence of the problem can't be confirmed, the problem seems
unlikely enough that closing it seems reasonable.

No response for several days, and I tested it on MS VC++ on Windows XP
and it ran fine there too. So think we can close this...can always be
re-opened with more details on the specific compiler/Windows version.

Thanks,

Jonathan

@p6rt
Copy link
Author

p6rt commented May 1, 2009

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

@p6rt p6rt closed this as completed May 1, 2009
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