| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
Sorry, something went wrong.
|
What's left to do here? |
Sorry, something went wrong.
Codecov Report
@@ Coverage Diff @@
## master #698 +/- ##
==========================================
+ Coverage 77.12% 77.15% +0.02%
==========================================
Files 62 63 +1
Lines 5688 5695 +7
Branches 903 904 +1
==========================================
+ Hits 4387 4394 +7
Misses 1004 1004
Partials 297 297
Continue to review full report at Codecov.
|
Sorry, something went wrong.
|
There was one error in Travis CI and I was waiting for python 3.7 in appveyor. Also few changed to VS .sln/.proj files required. |
Sorry, something went wrong.
|
I'm traveling extensively and plan to be looking at this again end of next week. |
Sorry, something went wrong.
|
also official python 3.7 support in travis ci now requires xenial, not trusty. Hence this may create some unexpected issues with Mono: |
Sorry, something went wrong.
|
so which of appveyor/pr or appveyor/branch is the one to take ? |
Sorry, something went wrong.
|
@stonebig both branches should be identical. |
Sorry, something went wrong.
|
Upgrading from Python 3.7-dev to official Python 3.7 on Travis CI is throwing a new error: /opt/python/3.7.0/include/python3.7m/pythread.h:122:5: error: "Require native
threads. See https://bugs.python.org/issue31370"
# error "Require native threads. See https://bugs.python.org/issue31370"
https://travis-ci.org/pythonnet/pythonnet/jobs/415741697#L1999 Plus something in the Mono toolchain broke over the last 6 days, which is causing msbuild issues: |
Sorry, something went wrong.
still need to look at windows case
|
+1 on removing Python-3.4 support. |
Sorry, something went wrong.
|
@stonebig py34 is supported until March 2019: |
Sorry, something went wrong.
|
@stonebig py34 is supported until March 2019: Personally I find 3.7 support much more compelling, if it's a one or the other type of thing. Also, anyone can still use the older version pythonnet for 3.4. There are many such cases where older libs QT etc. are not compatible in different ways, which is one of the reasons for virtual envs. |
Sorry, something went wrong.
|
I don't know where this py34 discussion is coming from, it's no either/or wrt py37 support. |
Sorry, something went wrong.
|
@filmor I suggested droping py34 because it was the one failing at the time https://ci.appveyor.com/project/pythonnet/pythonnet/build/master-1271 |
Sorry, something went wrong.
|
Py34 is failing just because I temporarily enabled super detailed build
logging and CI is going crazy - read the commit message.
…On Wed, Aug 22, 2018, 4:13 AM stonebig ***@***.***> wrote:
@filmor <https://github.com/filmor> I suggested droping py34 because was
the one failing at the time
https://ci.appveyor.com/project/pythonnet/pythonnet/build/master-1271
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
<#698 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AHgZ5exgFvQ0TZZ6w3Ftx-TiXkMwAJk7ks5uTSCjgaJpZM4VDKln>
.
|
Sorry, something went wrong.
|
Ok, I'm really puzzled why travis ci is failing with mono/nuget/msbuild/xbuild toolchain. I just tried to reproduce the issue in Virtualbox with no luck: https://gist.github.com/denfromufa/23557331aba2ad548eba2fbff84f2307 |
Sorry, something went wrong.
Sorry, something went wrong.
|
Ok, I'm going to try previous versions of nuget and msbuild, like suggested in stackoverflow: nuget 4.6, msbuild 15 And maybe then previous version of Mono (hopefully not!) |
Sorry, something went wrong.
|
@denfromufa Is there anything left to do here? |
Sorry, something went wrong.
|
@filmor justing waiting for appveyor builds 🕐 |
Sorry, something went wrong.
|
time for an official release ? |
Sorry, something went wrong.
|
We're working on it, 6 merges in the last week, 7 PRs marked as 2.4.0 still to go. |
Sorry, something went wrong.
| Back | FazBrowse Home | New Git URL |
What does this implement/fix? Explain your changes.
add py37 support
Does this close any currently open issues?
#609
Any other comments?
TODO:
Checklist
Check all those that are applicable and complete.