- The
?
operator can now also be used onOption<T>
in functions that return aResult<T>
- Example:
pub fn main_flight(vessel: Vessel) -> Result<Unit> = { const target = vessel.target? // <-- Will fail with error if vessel has no target }
- Example:
- VSCode extension now tries to read
reference.json
from the currently installed version ofKontrolSystem2
- It will no longer be necessary to update the extension with every release to make a (small) API change visible in
VSCode
- It will no longer be necessary to update the extension with every release to make a (small) API change visible in
- Add
.is_empty
and.is_not_empty
to arrays - Basic bindings for waypoints
- Add
body.waypoints
- Add
ksp::orbit::find_waypoint(name: string)
- Add