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

Fix Console config, Add pyproj, Add PY3 to configurationmanager#346

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

Merged
vmuriart merged 6 commits intopythonnet:masterfromvmuriart:project
Feb 2, 2017

Conversation

vmuriart
Copy link
Contributor

@vmuriartvmuriart commentedJan 31, 2017
edited
Loading

What does this implement/fix? Explain your changes.

Standardizes build configurations across the projects (Console.csproj had its own thing going on)
Adds @denfromufa 's *.pyproj with corrected configurations

@codecov-io
Copy link

codecov-io commentedJan 31, 2017
edited
Loading

Codecov Report

Merging#346 intomaster willincrease coverage by-0.7%.

@@            Coverage Diff            @@##           master     #346     +/-   ##=========================================- Coverage   61.55%   60.85%   -0.7%=========================================  Files          61       57      -4       Lines        5264     5089    -175       Branches      885      852     -33     =========================================- Hits         3240     3097    -143+ Misses       1805     1773     -32  Partials      219      219
Impacted FilesCoverage Δ
src/runtime/delegateobject.cs46.87% <ø> (-4.19%)
src/runtime/converter.cs74.86% <ø> (-1.25%)
src/runtime/assemblymanager.cs85.56% <ø> (-1.07%)
setup.py86.5% <ø> (-1%)
src/runtime/exceptions.cs71.81% <ø> (-0.99%)
src/runtime/typemanager.cs71.86% <ø> (-0.6%)
src/runtime/interop36.cs
src/runtime/interop35.cs
src/runtime/interop34.cs
src/runtime/interop33.cs
... and4 more

Continue to review full report at Codecov.

Legend -Click here to learn more
Δ = absolute <relative> (impact),ø = not affected,? = missing data
Powered byCodecov. Last update7cf4ba9...3f914ca. Read thecomment docs.

@vmuriartvmuriart changed the titleFix MissingMinimumRules, Add pyprojFix Console config, Add pyprojJan 31, 2017
@vmuriartvmuriart changed the titleFix Console config, Add pyprojFix Console config, Add pyproj, Add PY3 to configurationmanagerJan 31, 2017
@vmuriartvmuriart mentioned this pull requestJan 31, 2017
@vmuriartvmuriartforce-pushed theproject branch 2 times, most recently from1234e3a to8fe3f83CompareJanuary 31, 2017 22:19
@@ -31,7 +31,7 @@ install:
script:
- export PYTHONPATH=`pwd`:$PYTHONPATH
- python src/tests/runtests.py
# - nunit-console src/embed_tests/bin/x64/ReleaseMono/Python.EmbeddingTest.dll
# - nunit-console src/embed_tests/bin/Python.EmbeddingTest.dll
Copy link
Member

Choose a reason for hiding this comment

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

Why is this still commented out?

Copy link
ContributorAuthor

Choose a reason for hiding this comment

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

It runs the tests but all sayCant find python.runtime error. Didn't have a chance to debug it. I'm keeping the tests paths updated though

Copy link
Member

Choose a reason for hiding this comment

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

Okay, fine by me then, but I'll open an issue for this, we should really start running those tests.

Copy link
ContributorAuthor

Choose a reason for hiding this comment

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

On appveyor, when we run them on py3 they freeze and hang the testrunner until the build bot times out (30 minutes or so?).
I stress tested it on PY27 and its def fixed there. Ran 10 times no issues.

Copy link
ContributorAuthor

Choose a reason for hiding this comment

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

@filmor if we downgrade back to nunit2.6.2 we can start running the tests. They will still fail, but nunit will gracefully fail and give us the error instead of whatever nunit3 is doing now

Changed when consolidate output paths
@vmuriartvmuriart merged commit9d317bf intopythonnet:masterFeb 2, 2017
@vmuriartvmuriart deleted the project branchFebruary 2, 2017 20:05
Sign up for freeto join this conversation on GitHub. Already have an account?Sign in to comment
Reviewers

@filmorfilmorfilmor approved these changes

@tonyrobertstonyrobertsAwaiting requested review from tonyroberts

@den-run-aiden-run-aiAwaiting requested review from den-run-ai

Assignees
No one assigned
Labels
None yet
Projects
None yet
Milestone
No milestone
Development

Successfully merging this pull request may close these issues.

3 participants
@vmuriart@codecov-io@filmor

[8]ページ先頭

©2009-2025 Movatter.jp