Facepunch / garrysmod-requests

Feature requests for Garry's Mod
84 stars 24 forks source link

Restore jit.util.funck #2420

Open ryanoutcome20 opened 3 months ago

ryanoutcome20 commented 3 months ago

Details

Restore jit.util.funck, as its functionality is nearly identical to debug.getlocal, with a few minor differences. And it is very helpful for custom debuggers and error detection, and it only has access to Lua defined functions (so it poses zero security risk).

There is no reason to remove perfectly safe, functional, and useful functions as a "preemptive measure", especially when the function has no access to write and only to read.

Zaurzo commented 3 months ago

Yes please, bring back my homie jit.util.funck back from the dead