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

Fix t/spec/S02-magicals/KERNEL.t on OpenBSD #1103

Merged
merged 2 commits into from Jun 17, 2017
Merged

Fix t/spec/S02-magicals/KERNEL.t on OpenBSD #1103

merged 2 commits into from Jun 17, 2017

Conversation

stmuk
Copy link
Contributor

@stmuk stmuk commented Jun 17, 2017

No description provided.

@@ -115,7 +115,13 @@ class Kernel does Systemic {
# These are the ones libuv emulates on Windows.
@names = flat "", <INT BREAK HUP WINCH>;
} else {
@names = flat "", qx/kill -l/.words;
if $*KERNEL.name eq 'openbsd' {
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Could we change $*KERNEL.name to self.name (or even $!name) to avoid needless the dynvar lookup?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Done and I'm running tests now.

@zoffixznet zoffixznet merged commit 9435c14 into rakudo:nom Jun 17, 2017
@zoffixznet
Copy link
Contributor

Thanks.

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

Successfully merging this pull request may close these issues.

None yet

2 participants