-
Notifications
You must be signed in to change notification settings - Fork 13
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: bad name on shared types (#955)
Since types can be shared, prefixing the name with the first function/path encountered would be confusing for the other types that also refers to it. This patch disables prefixing for types with more than one referrer. #### Migration notes None - [ ] The change comes with new or modified tests - [ ] Hard-to-understand functions have explanatory comments - [ ] End-user documentation is updated to reflect the change <!-- This is an auto-generated comment: release notes by coderabbit.ai --> ## Summary by CodeRabbit Based on the comprehensive summary of changes across multiple files, here are the updated release notes: - **Type System Refinement** - Standardized type naming conventions across multiple languages. - Replaced specific type aliases with more generic scalar types. - Updated function signatures to use simplified type definitions. - **Version Updates** - Incremented metatype version from "0.5.0-rc.8" to "0.5.0-rc.9". - **Upload Functionality** - Modified file upload method return types to return boolean instead of complex output. - Updated argument types for upload-related functions. - **Performance and Naming Improvements** - Enhanced reference counting for type naming processor. - Refined type generation logic with more consistent naming strategies. These changes primarily focus on improving type system consistency and simplifying type definitions across different runtime environments. <!-- end of auto-generated comment: release notes by coderabbit.ai -->
- Loading branch information
1 parent
445bb5d
commit 324dffa
Showing
20 changed files
with
471 additions
and
381 deletions.
There are no files selected for viewing
This file contains 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
This file contains 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
This file contains 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
This file contains 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
Oops, something went wrong.