mirror of
https://github.com/outbackdingo/firezone.git
synced 2026-03-22 08:41:57 +00:00
The only semantic changes are: - Add context to Windows errors - Refactor some `bail!`'s that could be `context`'s The rest is updating comments: - Add `SAFETY: TODO` for unmarked unsafe blocks - Elaborate on existing SAFETY comments - Close completed TODOs - Link in Github issues for open TODOs - Mark invariants or inter-dependencies between files that aren't captured by tests or types yet --------- Signed-off-by: Reactor Scram <ReactorScram@users.noreply.github.com>