harshasiddartha

Results 26 comments of harshasiddartha

can i take up this issue i want to contribute its looks interesting

@erenkarakal i have fixed the issue . can you review and merge

@EquipableMC yeah sure you guys can review and test and close the issue

Thanks for the feedback! I've updated the PR to target `dev/feature` instead of `master` as requested.

Hi! I see the CI checks are failing. Could you please provide more details about what's causing the build failures? The checkstyle check passed, so the code style is correct....

Updated the version from "2.13" to "2.13-pre1" as requested. The change has been pushed to the branch.

Updated the version to "INSERT VERSION" as suggested. This will be filled in with the correct version during the release process.

Fixed the build failure! The issue was that `Namespace.addSignature()` doesn't support function overloads (it uses only the function name as the key, not parameter types). I've updated `Functions.register()` to check...