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
All arguments are by default assumed to be Mixed. Once the type inference is better this code should work OK since the first call the assq would update song-data to be an array.
I have an experimental branch at home which should fix this. I can push it later today and you can have a look.
Thanks for all the feedback by the way, much appreciated. It's nice to see some of the real issues people run into. These should be priorities when fixing stuff so it's as usable as possible as fast as possible.
DamienCassou
changed the title
Problem with type inference: detecting Mixed but requiring Mixed
Problem with type inference: detecting Mixed but requiring [Mixed]
Nov 1, 2018
This code (part of libmpdel.el) doesn't pass Elsa analysis but works great in practice:
Elsa detects a problem at each line where
assq
is used:For some reason,
song-data
is consideredMixed
and not[Mixed]
.The text was updated successfully, but these errors were encountered: