-
-
Notifications
You must be signed in to change notification settings - Fork 5.5k
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 Sys.isfreebsd() #22794
Comments
|
Doesn't that also include, e.g. macOS. |
I don't think it would hurt to add it but at the same time I'm not sure there are all that many situations where it's useful. In particular, it appears there's only one place in this repo where it would even be used, and that's in the terminal tests. The only other FreeBSD conditional code I've seen in the wild is new in BinDeps (I added it) but that's internal. Code that uses BinDeps but still conditions on Given that no one regularly tests Julia on OpenBSD, DragonFly, et al. (and last I tried I couldn't get Julia to build on OpenBSD, DragonFly, and even 32-bit FreeBSD), |
(@ararslan There is a patch not upsteamed for i386 FreeBSD: https://github.com/lwhsu/freebsd-ports-lang-julia/blob/master/files/extra-patch-ui_Makefile) |
Nice, it would be good to submit that as a PR. |
perhaps not worth it, closing |
Might be useful to add
Sys.freebsd()
now that it looks like there is more support for the platform.The text was updated successfully, but these errors were encountered: