Skip to content

Commit

Permalink
Merge pull request #8239 from mratsim/patch-1
Browse files Browse the repository at this point in the history
Put back deprecation path for SomeReal
  • Loading branch information
dom96 committed Jul 7, 2018
2 parents 53ce58f + 75ef90d commit 73f9ce0
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions lib/system.nim
Original file line number Diff line number Diff line change
Expand Up @@ -106,6 +106,8 @@ type
SomeNumber* = SomeInteger|SomeFloat
## type class matching all number types

{.deprecated: [SomeReal: SomeFloat].}

proc defined*(x: untyped): bool {.magic: "Defined", noSideEffect, compileTime.}
## Special compile-time procedure that checks whether `x` is
## defined.
Expand Down

0 comments on commit 73f9ce0

Please sign in to comment.