You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I don't pretend to understand this, but GHC 9.8.2 reports for vector-0.13.1.0 with -Wmissed-specialisations
src/HordeAd/Core/AstSimplify.hs: warning: [-Wmissed-specialisations]
Could not specialise imported function ‘Data.Vector.Storable.Mutable.$fMVectorMVectora’
when specialising ‘Data.Vector.Generic.New.unstream’
Probable fix: add INLINABLE pragma on ‘Data.Vector.Storable.Mutable.$fMVectorMVectora’
Hah, actually, -fspecialise-aggressively fixes this (I had to set -fno-specialise-aggressively on github CI because it OOMs otherwise). Sorry about that noise. Closing.
I don't pretend to understand this, but GHC 9.8.2 reports for vector-0.13.1.0 with
-Wmissed-specialisations
(taken from https://github.com/Mikolaj/horde-ad/actions/runs/8156144306/job/22293128686#step:18:633)
I think I had no warnings like that half a year ago.
The text was updated successfully, but these errors were encountered: