ice icon indicating copy to clipboard operation
ice copied to clipboard

Support 'deprecated' as an Alias for 'deprecate'

Open InsertCreativityHere opened this issue 1 year ago • 2 comments

This PR implements #2093. After I centralized all the deprecation checking to the Parser, only these 2 functions need to be changed.

Let me know if the logic for isDeprecated is too hacky. Honestly, I'm pretty sure it is...

InsertCreativityHere avatar May 13 '24 19:05 InsertCreativityHere

Definitely a bit hacky (the original lookup). Should we fix this code to be a bit better?

externl avatar May 14 '24 13:05 externl

It was on the edge of being too hacky for me, so I'll unhackify it, even if it's a little redundant.

If we ever add proper metadata validation in the future, it'd probably break this code as-written.

InsertCreativityHere avatar May 14 '24 20:05 InsertCreativityHere