more upraises

This commit is contained in:
Dmitriy Ryajov 2022-03-18 14:26:15 -06:00
parent 4aa62455fd
commit ca03213065
No known key found for this signature in database
GPG Key ID: DA8C680CE7C657A4
4 changed files with 12 additions and 2 deletions

View File

@ -7,6 +7,8 @@
## This file may not be copied, modified, or distributed except according to
## those terms.
import pkg/upraises
push: {.upraises: [].}
import std/os

View File

@ -7,7 +7,10 @@
## This file may not be copied, modified, or distributed except according to
## those terms.
{.push raises: [Defect].}
import pkg/upraises
push: {.upraises: [].}
import std/sequtils

View File

@ -7,7 +7,10 @@
## This file may not be copied, modified, or distributed except according to
## those terms.
{.push raises: [Defect].}
import pkg/upraises
push: {.upraises: [].}
import std/options

View File

@ -9,6 +9,8 @@
## Partially taken from nim beacon chain
import pkg/upraises
push: {.upraises: [].}
import std/strutils