mirror of
https://github.com/nim-lang/Nim.git
synced 2025-12-30 18:02:05 +00:00
Merge branch 'araq-devel' of github.com:nim-lang/Nim into araq-devel
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
discard """
|
||||
file: "tmemfiles2.nim"
|
||||
disabled: "Windows"
|
||||
output: '''Full read size: 20
|
||||
Half read size: 10 Data: Hello'''
|
||||
"""
|
||||
|
||||
Reference in New Issue
Block a user