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

[WIP] Flapping test t/spec/S02-types/subset-6e.t #3141

Closed
vrurg opened this issue Aug 24, 2019 · 1 comment
Closed

[WIP] Flapping test t/spec/S02-types/subset-6e.t #3141

vrurg opened this issue Aug 24, 2019 · 1 comment
Assignees
Labels
WIP Work In Progress, do not merge (yet)

Comments

@vrurg
Copy link
Member

vrurg commented Aug 24, 2019

The test fails irregularly with make spectest. Never fails otherwise. No other diagnostics is provided besides of the numbers of failed tests.

This ticket is an anchor for WIP.

@vrurg vrurg self-assigned this Aug 24, 2019
@vrurg vrurg added the WIP Work In Progress, do not merge (yet) label Aug 24, 2019
vrurg added a commit to vrurg/rakudo that referenced this issue Aug 25, 2019
For unknown reason `nqp::getcomp('perl6').language_version` sometimes
returns `6.d` at compile time even though `use v6.e.PREVIEW` pragma is
used. To get around this problem `getcomp` is now last-resort path.
First `nqp::p6clientcorever` is used to work for type objects created
dynamically at run time; then `World` object is used to find
`CORE-SETTING-REV` symbol to work at compile-time.

rakudo#3141
vrurg added a commit that referenced this issue Aug 25, 2019
Fix detection of current language version

For unknown reason `nqp::getcomp('perl6').language_version` sometimes
returns `6.d` at compile time even though `use v6.e.PREVIEW` pragma is
used. To get around this problem `getcomp` is now last-resort path.
First `nqp::p6clientcorever` is used to work for type objects created
dynamically at run time; then `World` object is used to find
`CORE-SETTING-REV` symbol to work at compile-time.

#3141
@vrurg
Copy link
Member Author

vrurg commented Aug 25, 2019

Closing via #3146

@vrurg vrurg closed this as completed Aug 25, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
WIP Work In Progress, do not merge (yet)
Projects
None yet
Development

No branches or pull requests

1 participant