Function error fixes 9c16c#137
Open
Yuki-1224-nazz wants to merge 9 commits into
Open
Conversation
- Added complete Hydroxide framework structure with LICENSE and README.md - Implemented core methods for environment, string, table, and userdata operations - Created module scanner, closure spy, remote spy, and explorer tools - Established object system with Closure, Constant, LocalScript, ModuleScript, Remote, and Upvalue classes - Integrated UI components with main control modules - Updated .gitignore with comprehensive file exclusion patterns for development environments The framework provides a foundation for Roblox script analysis and exploration tools with organized module architecture and proper development environment configuration.
Update from task 74ca28c8-e0e6-4685-882b-68bace456e51
Update from task 74ca28c8-e0e6-4685-882b-68bace456e51
Update from task 74ca28c8-e0e6-4685-882b-68bace456e51
- Modified .gitignore to add comprehensive ignore patterns for compiled files, dependencies, build artifacts, editor files, system files, and logs - Updated Constant.lua to change setConstant/getConstant calls to oh.Methods.setConstant/oh.Methods.getConstant - Updated LocalScript.lua to change getConstants call to oh.Methods.getConstants - Updated ModuleScript.lua to change getConstants call to oh.Methods.getConstants - Updated Upvalue.lua to change setUpvalue/getUpvalue calls to oh.Methods.setUpvalue/oh.Methods.getUpvalue These changes standardize method access through the oh.Methods namespace while adding proper git ignore configuration for common development artifacts.
Upbolt
requested changes
May 15, 2026
| local table_find = table.find | ||
| local typeof = typeof | ||
| local getInfo = debug.getinfo or getinfo | ||
|
|
Owner
There was a problem hiding this comment.
why are we still localizing globals in 2026
Owner
There was a problem hiding this comment.
i do not understand the point of this file
Owner
There was a problem hiding this comment.
redundant file, caching is already done here
Lines 190 to 286 in 91327d0
Owner
There was a problem hiding this comment.
i don't understand why these images are in directly in the repository
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
No description provided.