Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Constructor argument matching supports simple int to (float|double) types#239

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to ourterms of service andprivacy statement. We’ll occasionally send you account related emails.

Already on GitHub?Sign in to your account

Closed
sigbjorn wants to merge16 commits intopythonnet:masterfromsigbjorn:ct_arg_match_fix
Closed
Show file tree
Hide file tree
Changes from1 commit
Commits
Show all changes
16 commits
Select commitHold shift + click to select a range
2a2c9c7
added intial test that illustrates how int->double conversion works i…
sigbjornJun 30, 2016
78dca29
ease windows development, - default settings after checkout reflectin…
sigbjornJul 3, 2016
af1b937
added method tests for simple promotions int->float, int->double
sigbjornJul 3, 2016
24baadf
extending test to cover negative outcome of bool->double|float
sigbjornJul 3, 2016
bde4258
adding default ct to challenge the matching mechanism
sigbjornJul 3, 2016
c8c8d8c
merged extra tests
sigbjornJul 3, 2016
a65d793
adding test, and print-out warning for the not yet implemented feature
sigbjornJul 3, 2016
e698b57
added more test for illustrating super/sub-class and argument passing…
sigbjornJul 3, 2016
1fd75b3
fixed py 2.7 syntax for super, plus fixed typo
sigbjornJul 4, 2016
fb9b21e
reverted the .sln to unmodified state
sigbjornJul 4, 2016
9e1d72b
reverting changes to runtime and clrmodule projects
sigbjornJul 4, 2016
0e2cd12
Reverting changes to Console, embed_tests and testing .csproj files
sigbjornJul 4, 2016
e58d5b2
Hopefully fixed py 2.6 issues
sigbjornJul 4, 2016
8602823
Merge branch 'ct_arg_match_fix' of https://github.com/sigbjorn/python…
sigbjornJul 4, 2016
bdbaa62
SimplePromotableType simplified, returns true if src is int-type and …
sigbjornJul 23, 2016
478b632
Merge branch 'master' into ct_arg_match_fix
sigbjornJul 30, 2016
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
PrevPrevious commit
NextNext commit
Reverting changes to Console, embed_tests and testing .csproj files
  • Loading branch information
@sigbjorn
sigbjorn committedJul 4, 2016
commit0e2cd12ccdd0dd0de7abfd2cfff990164965db5f
3 changes: 1 addition & 2 deletionssrc/console/Console.csproj
View file
Open in desktop
Original file line numberDiff line numberDiff line change
Expand Up@@ -144,7 +144,6 @@
<CodeAnalysisIgnoreBuiltInRules>true</CodeAnalysisIgnoreBuiltInRules>
<CodeAnalysisFailOnMissingRules>false</CodeAnalysisFailOnMissingRules>
<WarningLevel>4</WarningLevel>
<DefineConstants>TRACE;PYTHON34, UCS2</DefineConstants>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'EmbeddingTest|x64'">
<DebugSymbols>True</DebugSymbols>
Expand DownExpand Up@@ -197,7 +196,7 @@
<ItemGroup>
<Content Include="python-clear.ico" />
<EmbeddedResource Include="$(PythonBuildDir)\Python.Runtime.dll">
<LogicalName>Python.Runtime.dll</LogicalName>
<LogicalName>Python.Runtime.dll</LogicalName>
</EmbeddedResource>
</ItemGroup>
<ItemGroup>
Expand Down
1 change: 0 additions & 1 deletionsrc/embed_tests/Python.EmbeddingTest.csproj
View file
Open in desktop
Original file line numberDiff line numberDiff line change
Expand Up@@ -126,7 +126,6 @@
<CodeAnalysisIgnoreBuiltInRuleSets>true</CodeAnalysisIgnoreBuiltInRuleSets>
<CodeAnalysisIgnoreBuiltInRules>true</CodeAnalysisIgnoreBuiltInRules>
<CodeAnalysisFailOnMissingRules>false</CodeAnalysisFailOnMissingRules>
<DefineConstants>PYTHON34, UCS2</DefineConstants>
</PropertyGroup>
<ItemGroup>
<Reference Include="System" />
Expand Down
1 change: 0 additions & 1 deletionsrc/testing/Python.Test.csproj
View file
Open in desktop
Original file line numberDiff line numberDiff line change
Expand Up@@ -105,7 +105,6 @@
<CodeAnalysisIgnoreBuiltInRuleSets>true</CodeAnalysisIgnoreBuiltInRuleSets>
<CodeAnalysisIgnoreBuiltInRules>true</CodeAnalysisIgnoreBuiltInRules>
<CodeAnalysisFailOnMissingRules>false</CodeAnalysisFailOnMissingRules>
<DefineConstants>PYTHON34, UCS2</DefineConstants>
</PropertyGroup>
<ItemGroup>
<Compile Include="arraytest.cs" />
Expand Down

[8]ページ先頭

©2009-2025 Movatter.jp