Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Readd .NET implementations of GC slots again #913

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 our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 2 commits into from
Aug 2, 2019

Conversation

filmor
Copy link
Member

@filmor filmor commented Jul 10, 2019

Since I failed to provide properly working implementations of Return0 and Return1 for ARM, I'll just add the old behaviour back for all platforms but x86 and amd64.

Does this close any currently open issues?

#898

Since I failed to provide properly working implementations of Return0
and Return1 for ARM, I'll just add the old behaviour back for all
platforms but x86 and amd64.
@filmor filmor mentioned this pull request Jul 10, 2019
@codecov-io
Copy link

codecov-io commented Jul 10, 2019

Codecov Report

Merging #913 into master will decrease coverage by 0.06%.
The diff coverage is 69.23%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #913      +/-   ##
==========================================
- Coverage   76.25%   76.18%   -0.07%     
==========================================
  Files          65       65              
  Lines        6030     6010      -20     
  Branches      990      991       +1     
==========================================
- Hits         4598     4579      -19     
+ Misses       1099     1098       -1     
  Partials      333      333
Flag Coverage Δ
#setup_linux 65.44% <ø> (ø) ⬆️
#setup_windows 75.42% <69.23%> (-0.07%) ⬇️
Impacted Files Coverage Δ
src/runtime/typemanager.cs 82.23% <69.23%> (-1.41%) ⬇️
src/runtime/interop.cs 96.68% <0%> (+0.94%) ⬆️

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 93968d2...9bb2def. Read the comment docs.

@Cronan
Copy link
Contributor

Cronan commented Aug 2, 2019

Looks like this would work except for codecov

@filmor filmor marked this pull request as ready for review August 2, 2019 10:22
@filmor
Copy link
Member Author

filmor commented Aug 2, 2019

Yes, I still think this is a good idea, but it sadly didn't fix #898 as a I hoped it would...

@filmor filmor merged commit c97a380 into pythonnet:master Aug 2, 2019
@filmor filmor deleted the use-dotnet-rets-as-fallback branch August 2, 2019 12:10
AlexCatarino pushed a commit to QuantConnect/pythonnet that referenced this pull request Jun 18, 2020
Since I failed to provide properly working implementations of Return0 and Return1 for ARM, I'll just add the old behaviour back for all platforms but x86 and amd64.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants