Skip to content

Tags: sthenic/bignum

Tags

1.0.4

Toggle 1.0.4's commit message
Remove the obsoleted immediate pragma

https://nim-lang.github.io/Nim/manual#templates-typed-vs-untyped-parameters

Updated the minimum required Nim version to the latest stable as of
today; v0.20.0.

> A template where every parameter is untyped is called an immediate
  template. For historical reasons templates can be explicitly
  annotated with an immediate pragma and then these templates do not
  take part in overloading resolution and the parameters' types are
  ignored by the compiler. Explicit immediate templates are now
  deprecated.

1.0.3

Toggle 1.0.3's commit message

1.0.2

Toggle 1.0.2's commit message
Fix for not operator now being strictly unary

Backward compatible change in nim devel