truffleruby icon indicating copy to clipboard operation
truffleruby copied to clipboard

Implement missing standard tags

Open chrisseaton opened this issue 4 years ago • 1 comments

We're missing a few standard tags, like RootBodyTag, CallTag, TryBlockTag, and so on. Should we implement all of them?

No particular need in mind though.

chrisseaton avatar Feb 09 '21 00:02 chrisseaton

I think it would be fine, but we should avoid making footprint worse for that (e.g., no extra nodes if possible). I'd rather we do it based on some use case though, there are always more things to do and if nothing uses then it seems low priority.

eregon avatar Feb 09 '21 15:02 eregon

We need a use case for those, they seem optional

eregon avatar Mar 17 '23 17:03 eregon