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
Accelerator
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
Type
/
to 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
.
sofa-framework
/
SofaPython3
Public
Notifications
You must be signed in to change notification settings
Fork
54
Star
65
Code
Issues
39
Pull requests
31
Actions
Projects
Wiki
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Projects
Wiki
Security and quality
Insights
Component is the new controller
- #606
#606
Merged
hugtalbot
merged 9 commits into
sofa-framework:master
sofa-framework/SofaPython3:master
from
bakpaul:26_04_introduce_component_binding
bakpaul/SofaPython3:26_04_introduce_component_binding
Copy head branch name to clipboard
May 19, 2026
Conversation
Commits
9
(9)
Checks
Files changed
Merged
Component is the new controller
#606
hugtalbot
merged 9 commits into
sofa-framework:master
sofa-framework/SofaPython3:master
from
bakpaul:26_04_introduce_component_binding
bakpaul/SofaPython3:26_04_introduce_component_binding
Copy head branch name to clipboard
Commits
Commits on Apr 28, 2026
Modified the controller binding to make it the Component binding
bakpaul
committed
1a5601c
View commit details
Copy full SHA for 1a5601c
Browse repository at this point
Factorize implementation
bakpaul
committed
2543cc0
View commit details
Copy full SHA for 2543cc0
Browse repository at this point
try to factorize at best using CRTP
bakpaul
committed
39ee787
View commit details
Copy full SHA for 39ee787
Browse repository at this point
Add log
bakpaul
committed
711d93d
View commit details
Copy full SHA for 711d93d
Browse repository at this point
Use static cast instead
bakpaul
committed
b4e4b4d
View commit details
Copy full SHA for b4e4b4d
Browse repository at this point
Try adding polymorphism to the CRTP trampoline class
bakpaul
committed
8418e3e
View commit details
Copy full SHA for 8418e3e
Browse repository at this point
Remove CRTP and uses less error casting prone pattern
bakpaul
committed
8f2b4d0
View commit details
Copy full SHA for 8f2b4d0
Browse repository at this point
Remove polymorphic inheritance for the trampoline class to avoid pointer shift when casting into a SOFA base class in MSVC
bakpaul
committed
0719834
View commit details
Copy full SHA for 0719834
Browse repository at this point
Take comments into account
bakpaul
committed
8b4b20b
View commit details
Copy full SHA for 8b4b20b
Browse repository at this point
You can’t perform that action at this time.