Sleitnick / AeroGameFramework

AeroGameFramework is a Roblox game framework that makes development easy and fun. The framework is designed to simplify the communication between modules and seamlessly bridge the gap between the server and client.
https://sleitnick.github.io/AeroGameFramework/
MIT License
215 stars 57 forks source link

Deprecate TableUtil.Print() #183

Closed ThoughtSpinnr closed 4 years ago

ThoughtSpinnr commented 4 years ago

With the overhaul and complete revamp of Roblox Studio's output window, passing a table to the global print() function will print an expandable version of the table to the output with all contents visible. Accordingly, TableUtil.Print() no longer has any real reason to exist.

OverHash commented 4 years ago

please dont, i dont like the new output, and you cant do things like label tables as easy.

Sleitnick commented 4 years ago

I'll evaluate this once it is out of beta

Sleitnick commented 4 years ago

For the time being, I'm going to close this. We can revisit later. The current feature in Studio is terrible. If they improve it, let's reopen this.

OverHash commented 4 years ago

Additionally, it doesn't work in games, so that's a big downside to deprecating this custom table print

ThoughtSpinnr commented 4 years ago

I agree, I opened this issue too hastily before I knew how terrible the new output's performance was.