-
-
Notifications
You must be signed in to change notification settings - Fork 246
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
Add FreeBSD support #435
Add FreeBSD support #435
Conversation
if we can't rely on our PATH, we're hosed anyway.
n.b.: I want to add tests to this… for all supported OSes… but OpenBSD & FreeBSD aren't supported right now anyway, so… |
since i don't know much about Windows, I'm leaving that as is for now. But in terms of escaping / testing, and consolidating! our testing, it would make sense to extend it to Windows as well.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
let's just directly access the facts object
thanks to @bastelfreak for pointing this out
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
this line must go to pass rubocop
this needs a better changelog entry, so we should at least change the title here: we now actually support FreeBSD, and it's metadata.json and as such it now has tests |
Pull Request (PR) description
if we can't rely on our PATH, we're hosed anyway.
This Pull Request (PR) fixes the following issues
Fixes #434