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
.
pythonnet
/
pythonnet
Public
Notifications
You must be signed in to change notification settings
Fork
780
Star
5.5k
Code
Issues
153
Pull requests
11
Discussions
Actions
Projects
Wiki
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Discussions
Actions
Projects
Wiki
Security and quality
Insights
Constructor argument matching supports simple int to (float|double) types
- #239
#239
Closed
sigbjorn
wants to merge 16 commits into
pythonnet:master
pythonnet/pythonnet:master
from
sigbjorn:ct_arg_match_fix
Copy head branch name to clipboard
Conversation
Commits
16
(16)
Checks
Files changed
Closed
Constructor argument matching supports simple int to (float|double) types
#239
sigbjorn
wants to merge 16 commits into
pythonnet:master
pythonnet/pythonnet:master
from
sigbjorn:ct_arg_match_fix
Copy head branch name to clipboard
Commits
Commits on Jun 30, 2016
added intial test that illustrates how int->double conversion works in calling a constructor, prior to the change in the methodbinder.cs, this test failed, since the no-match in ct. was failing sil…
Show description for 2a2c9c7
sigbjorn
committed
2a2c9c7
View commit details
Copy full SHA for 2a2c9c7
Browse repository at this point
Commits on Jul 3, 2016
ease windows development, - default settings after checkout reflecting most recent python, so that build and test works without fiddling with settings in vs 2015
sigbjorn
committed
78dca29
View commit details
Copy full SHA for 78dca29
Browse repository at this point
added method tests for simple promotions int->float, int->double
sigbjorn
committed
af1b937
View commit details
Copy full SHA for af1b937
Browse repository at this point
extending test to cover negative outcome of bool->double|float
sigbjorn
committed
24baadf
View commit details
Copy full SHA for 24baadf
Browse repository at this point
adding default ct to challenge the matching mechanism
sigbjorn
committed
bde4258
View commit details
Copy full SHA for bde4258
Browse repository at this point
merged extra tests
sigbjorn
committed
c8c8d8c
View commit details
Copy full SHA for c8c8d8c
Browse repository at this point
adding test, and print-out warning for the not yet implemented feature
sigbjorn
committed
a65d793
View commit details
Copy full SHA for a65d793
Browse repository at this point
added more test for illustrating super/sub-class and argument passing problems, tests runs, but with warning printed out
sigbjorn
committed
e698b57
View commit details
Copy full SHA for e698b57
Browse repository at this point
Commits on Jul 4, 2016
fixed py 2.7 syntax for super, plus fixed typo
sigbjorn
committed
1fd75b3
View commit details
Copy full SHA for 1fd75b3
Browse repository at this point
reverted the .sln to unmodified state
sigbjorn
committed
fb9b21e
View commit details
Copy full SHA for fb9b21e
Browse repository at this point
reverting changes to runtime and clrmodule projects
sigbjorn
committed
9e1d72b
View commit details
Copy full SHA for 9e1d72b
Browse repository at this point
Reverting changes to Console, embed_tests and testing .csproj files
sigbjorn
committed
0e2cd12
View commit details
Copy full SHA for 0e2cd12
Browse repository at this point
Hopefully fixed py 2.6 issues
sigbjorn
committed
e58d5b2
View commit details
Copy full SHA for e58d5b2
Browse repository at this point
Merge branch 'ct_arg_match_fix' of https://github.com/sigbjorn/pythonnet into ct_arg_match_fix
sigbjorn
committed
8602823
View commit details
Copy full SHA for 8602823
Browse repository at this point
Commits on Jul 23, 2016
SimplePromotableType simplified, returns true if src is int-type and destination type is float or double, leaving overflow checking entirely to the conversion routine
sigbjorn
committed
bdbaa62
View commit details
Copy full SHA for bdbaa62
Browse repository at this point
Commits on Jul 30, 2016
Merge branch 'master' into ct_arg_match_fix
sigbjorn
authored
478b632
View commit details
Copy full SHA for 478b632
Browse repository at this point
You can’t perform that action at this time.