Merge branch 'araq-devel' of github.com:nim-lang/Nim into araq-devel

This commit is contained in:
Araq
2018-07-06 19:14:35 +02:00
2 changed files with 2 additions and 2 deletions

View File

@@ -5160,7 +5160,7 @@ template cannot be accessed in the instantiation context:
# so this works:
let e = "message"
raise newException(EIO, e)
raise newException(IoError, e)
Whether a symbol that is declared in a template is exposed to the instantiation

View File

@@ -1,5 +1,5 @@
discard """
file: "tmemfiles2.nim"
disabled: "Windows"
output: '''Full read size: 20
Half read size: 10 Data: Hello'''
"""