saw-remote-api
: Unintentional uses of undefined
#1390
Labels
subsystem: saw-remote-api
Issues related to the SAW server and its RPC bindings
type: bug
Issues reporting bugs or unexpected/unwanted behavior
I recently spotted the following code in
saw-remote-api
:saw-script/saw-remote-api/src/SAWServer/SetOption.hs
Lines 36 to 39 in d2b99ca
Notice the uses of the
undefined
function. I haven't tested, but I'm fairly certain that these lines of code would error at runtime if invoked. Most likely, these uses ofundefined
are placeholders that were never removed.The text was updated successfully, but these errors were encountered: