Skip to content

ghci: show helpful error message when loading module with SIMD vector operations (#20214)

Alex D requested to merge wip/T20214 into master

Previously, when trying to load module with SIMD vector operations, ghci would panic in 'GHC.StgToByteCode.findPushSeq'. Now, a more helpful message is displayed.

fixes #20214 (closed)

Merge request reports