Skip to content
Navigation Menu
Sign in
Appearance settings
Platform
AI CODE CREATION
GitHub Copilot
Write better code with AI
GitHub Copilot app
Direct agents from issue to merge
MCP Registry
Integrate external tools
DEVELOPER WORKFLOWS
Actions
Automate any workflow
Codespaces
Instant dev environments
Issues
Plan and track work
Code Review
Manage code changes
Code Quality
Enforce quality at merge
APPLICATION SECURITY
GitHub Advanced Security
Find and fix vulnerabilities
Code security
Secure your code as you build
Secret protection
Stop leaks before they start
EXPLORE
Why GitHub
Documentation
Blog
Changelog
Marketplace
View all features
Solutions
BY COMPANY SIZE
Enterprises
Small and medium teams
Startups
Nonprofits
BY USE CASE
App Modernization
DevSecOps
DevOps
CI/CD
View all use cases
BY INDUSTRY
Healthcare
Financial services
Manufacturing
Government
View all industries
View all solutions
Resources
EXPLORE BY TOPIC
AI
Software Development
DevOps
Security
View all topics
EXPLORE BY TYPE
Customer stories
Events & webinars
Ebooks & reports
Business insights
GitHub Skills
SUPPORT & SERVICES
Documentation
Customer support
Community forum
Trust center
Partners
View all resources
Open Source
COMMUNITY
GitHub Sponsors
Fund open source developers
PROGRAMS
Security Lab
Maintainer Community
GitHub Stars
Archive Program
REPOSITORIES
Topics
Trending
Collections
Enterprise
ENTERPRISE SOLUTIONS
Enterprise platform
AI-powered developer platform
AVAILABLE ADD-ONS
GitHub Advanced Security
Enterprise-grade security features
Copilot for Business
Enterprise-grade AI features
Premium Support
Enterprise-grade 24/7 support
Pricing
Search
/
Sign in
Sign up
Appearance settings
You signed in with another tab or window.
Reload
to refresh your session.
You signed out in another tab or window.
Reload
to refresh your session.
You switched accounts on another tab or window.
Reload
to refresh your session.
Dismiss alert
{{ message }}
Uh oh!
There was an error while loading.
Please reload this page
.
metacall
/
core
Public
Notifications
You must be signed in to change notification settings
Fork
261
Star
1.8k
Code
Issues
68
Pull requests
41
Discussions
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Discussions
Actions
Projects
Security and quality
Insights
Fix/wshadow warnings
- #733
#733
Draft
Sajeev-D
wants to merge 11 commits into
metacall:develop
metacall/core:develop
from
Sajeev-D:fix/wshadow-warnings
Sajeev-D/core:fix/wshadow-warnings
Copy head branch name to clipboard
Conversation
Commits
11
(11)
Checks
Files changed
Draft
Fix/wshadow warnings
#733
Sajeev-D
wants to merge 11 commits into
metacall:develop
metacall/core:develop
from
Sajeev-D:fix/wshadow-warnings
Sajeev-D/core:fix/wshadow-warnings
Copy head branch name to clipboard
Commits
Commits on Mar 26, 2026
rename 'scope' parameter to 'scope_name' in configuration_create
Sajeev-D
committed
07f0f27
View commit details
Copy full SHA for 07f0f27
Browse repository at this point
Commits on Mar 27, 2026
rename 'loader' to 'loader_ptr' in metacall_handle_initialize, metacall_register_loaderv and metacall_link_register_loader
Sajeev-D
committed
77e019d
View commit details
Copy full SHA for 77e019d
Browse repository at this point
rename 'context' parameter to 'ctx' to avoid shadowing context typedef
Sajeev-D
committed
5248a4d
View commit details
Copy full SHA for 5248a4d
Browse repository at this point
rename local 'str' variable to avoid shadowing 'str' parameter in value_from_string
Sajeev-D
committed
6f81ecb
View commit details
Copy full SHA for 6f81ecb
Browse repository at this point
rename struct 'attribute_type' to 'attribute_s' to prevent function 'attribute_type' from shadowing the struct tag name
Sajeev-D
committed
264fe77
View commit details
Copy full SHA for 264fe77
Browse repository at this point
rename struct 'loader_handle_impl_type' to 'loader_handle_impl_s' to prevent function 'loader_impl_type' from shadowing the struct tag name
Sajeev-D
committed
7c62c78
View commit details
Copy full SHA for 7c62c78
Browse repository at this point
Merge remote-tracking branch 'upstream/develop' into fix/wshadow-warnings
Sajeev-D
committed
2d8dc34
View commit details
Copy full SHA for 2d8dc34
Browse repository at this point
Commits on Mar 31, 2026
Merge remote-tracking branch 'upstream/develop' into fix/wshadow-warnings
Sajeev-D
committed
0c03774
View commit details
Copy full SHA for 0c03774
Browse repository at this point
Commits on Apr 1, 2026
uncommented -Wshadow compile option in Warnings.cmake
Sajeev-D
committed
dfa5d95
View commit details
Copy full SHA for dfa5d95
Browse repository at this point
Commits on Apr 2, 2026
rename loader_impl_type function name to loader_impl_get_type and reverted loader_impl_s struct name back to loader_impl_type
Sajeev-D
committed
d1b8d28
View commit details
Copy full SHA for d1b8d28
Browse repository at this point
Commits on Apr 6, 2026
fixed formatting in configuration.c
Sajeev-D
committed
992caed
View commit details
Copy full SHA for 992caed
Browse repository at this point
You can’t perform that action at this time.