Remove Maybe wrapper from CSSPayload
We should never attempt to dereference a null pointer, any null pointers should be captured at the point of creation.
Showing
- client/src/GHC/Debug/Client/Query.hs 1 addition, 1 deletionclient/src/GHC/Debug/Client/Query.hs
- client/src/GHC/Debug/Client/RequestCache.hs 2 additions, 13 deletionsclient/src/GHC/Debug/Client/RequestCache.hs
- client/src/GHC/Debug/ParTrace.hs 3 additions, 3 deletionsclient/src/GHC/Debug/ParTrace.hs
- common/src/GHC/Debug/Types.hs 3 additions, 4 deletionscommon/src/GHC/Debug/Types.hs
- ghc-debug-brick/src/Lib.hs 8 additions, 12 deletionsghc-debug-brick/src/Lib.hs
Loading
Please register or sign in to comment