Merge pull request #19727 from dipinhora/ponyc-0.6.0

ponyc: 0.5.1 -> 0.6.0
This commit is contained in:
Tim Steinbach 2016-10-23 09:13:52 -04:00 committed by GitHub
commit cfc4a0d7ae
3 changed files with 5 additions and 7 deletions

View file

@ -3,13 +3,13 @@
stdenv.mkDerivation ( rec {
name = "ponyc-${version}";
version = "0.5.1";
version = "0.6.0";
src = fetchFromGitHub {
owner = "ponylang";
repo = "ponyc";
rev = version;
sha256 = "14c6qs3cqn9hk2hrq2d5rd4cmwzzz2fcb02dg5q1blq17pj7mcxa";
sha256 = "10miwsyxl589b0n1h3dbbc2qckq8z8a58s0d53asq88w2gpc339q";
};
buildInputs = [ llvm makeWrapper which ];

View file

@ -2,15 +2,13 @@ diff --git a/packages/net/_test.pony b/packages/net/_test.pony
index ce26bd7..9a98cc7 100644
--- a/packages/net/_test.pony
+++ b/packages/net/_test.pony
@@ -5,11 +5,7 @@ actor Main is TestList
@@ -5,9 +5,7 @@ actor Main is TestList
new make() => None
fun tag tests(test: PonyTest) =>
- test(_TestBroadcast)
- test(_TestTCPWritev)
- ifdef not windows then
- test(_TestTCPExpect)
- end
- test(_TestTCPExpect)
+ None
class _TestPing is UDPNotify

View file

@ -5116,7 +5116,7 @@ in
};
ponyc = callPackage ../development/compilers/ponyc {
llvm = llvm_38;
llvm = llvm_39;
};
pony-stable = callPackage ../development/compilers/ponyc/pony-stable.nix { };