Peter Johnson
|
a04d1b4f97
|
[wpilibc] DriverStation: Remove ReportError and ReportWarning
Change use cases to directly call FRC_ReportError.
|
2021-05-25 10:04:32 -07:00 |
|
Peter Johnson
|
831c10bdfc
|
[wpilibc] Errors: Use fmtlib
|
2021-05-25 10:04:32 -07:00 |
|
Thad House
|
5127380727
|
[hal] Add HAL_GetLastError to enable better error messages from HAL calls (#3320)
This uses thread local storage so a full error string can be provided, not just an error code.
|
2021-04-29 09:56:54 -07:00 |
|
Peter Johnson
|
8d961dfd25
|
[wpilibc] Remove ErrorBase (#3306)
Replace with new exception-based error reporting, consistent with Java.
This also builds stacktraces into the reporting/exceptions.
|
2021-04-18 20:35:29 -07:00 |
|