I notice mapdraw()
, the deprecated name for map()
got removed from jelpi.p8
at some point, but it's still being used in cast.p8
.
Also, I see band()
in jelpi.p8
when we want people using the &
operator instead.
Maybe set up a script to grep the demos for the known-deprecated functions and just add new patterns whenever something is deprecated, then run the script before the each publish?
[Please log in to post a comment]