Skip to content

Remove Mono.Unix dependency #360

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 3 commits into from
Feb 6, 2017

Conversation

vmuriart
Copy link
Contributor

@vmuriart vmuriart commented Feb 5, 2017

What does this implement/fix? Explain your changes.

Remove dependency on Mono.Unix

Any other comments?

Work in progress

Currently failing but almost there. Something is screwy with encoding still.

AssertionError: u'SystemQ\x00\Ue83a0778\u7f7e\Ue83a0778\u7f7e\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00' != 'System'

@vmuriart
Copy link
Contributor Author

vmuriart commented Feb 5, 2017

@dmitriyse I've cherry picked your commit 0b988d2, but I can't get it to work (though it's almost there 👍).

Do you see anything that may be missing?

@vmuriart vmuriart force-pushed the remove_mono_unix_dep branch from ae4d704 to d2ba88a Compare February 6, 2017 18:34
@codecov-io
Copy link

codecov-io commented Feb 6, 2017

Codecov Report

Merging #360 into master will not impact coverage.

@@           Coverage Diff           @@
##           master     #360   +/-   ##
=======================================
  Coverage   62.74%   62.74%           
=======================================
  Files          61       61           
  Lines        5251     5251           
  Branches      876      876           
=======================================
  Hits         3295     3295           
  Misses       1738     1738           
  Partials      218      218
Impacted Files Coverage Δ
src/runtime/runtime.cs 84.67% <ø> (ø)

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 4f71a94...d2ba88a. Read the comment docs.

@vmuriart
Copy link
Contributor Author

vmuriart commented Feb 6, 2017

Fixed it! We were passing the wrong size into the API call. It's ready for review/merge.

@vmuriart vmuriart changed the title [WIP] Remove mono unix dep Remove mono unix dep Feb 6, 2017
@vmuriart vmuriart changed the title Remove mono unix dep Remove Mono.Unix dependency Feb 6, 2017
Copy link
Contributor

@tonyroberts tonyroberts left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

👍

@vmuriart vmuriart merged commit 359e541 into pythonnet:master Feb 6, 2017
@vmuriart vmuriart deleted the remove_mono_unix_dep branch February 6, 2017 19:10
vmuriart referenced this pull request in dmitriyse/pythonnet Feb 7, 2017
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.

4 participants