subtly opened Issue #2269:
Building for FreeBSD results in compile_error!("unsupported platform")
Feature
Support for FreeBSD
Benefit
FreeBSD as an OS that has long supported pthread, kqueue, flexibility for compiler preferences, sandboxing, VMs (QEMU) and multiple architectures (ARM). Recently I've found that its stable as a VM on macOS. I personally find it easy to use for testing and it gives me another platform to test against which has exposed otherwise-unseen bugs.
Implementation
Trap handlers need to be updated and there are tests involving return values that usually fail.
Last updated: Nov 22 2024 at 17:03 UTC