Merge pull request #4546 from cheatfate/coroutinesback

Enable coroutines again
This commit is contained in:
Andreas Rumpf
2016-07-30 23:22:25 +02:00
committed by GitHub
2 changed files with 4 additions and 2 deletions

View File

@@ -10,12 +10,14 @@ addons:
- libgc-dev
before_script:
- set -e
- wget http://nim-lang.org/download/fasm-1.71.39.tgz
- tar xvf fasm-1.71.39.tgz
- git clone --depth 1 https://github.com/nim-lang/csources.git
- cd csources
- sh build.sh
- cd ..
- sed -i -e 's,cc = gcc,cc = clang,' config/nim.cfg
- export PATH=$(pwd)/bin:$PATH
- export PATH=$(pwd)/bin:$(pwd)/fasm:$PATH
script:
- nim c koch
- ./koch boot

View File

@@ -390,7 +390,7 @@ proc makeTest(test, options: string, cat: Category, action = actionCompile,
const
# array of modules disabled from compilation test of stdlib.
disabledFiles = ["lib/pure/coro.nim"]
disabledFiles = ["-"]
include categories