A statically typed, imperative programming language
https://nim-lang.org/
Nim is a statically typed, imperative programming language.
Beneath a infix/indentation-based syntax with a (AST-based) macro
system lies a semantic model that supports a soft realtime GC on
thread local heaps. Asynchronous message passing is used between
threads. An unsafe shared memory heap is also provided for the
increased efficiency that results from that model.
- Devel package for openSUSE:Factory
-
3
derived packages
- Links to openSUSE:Factory / nim
- Download package
-
Checkout Package
osc -A https://api.opensuse.org checkout devel:languages:misc/nim && cd $_
- Create Badge
Refresh
Refresh
Source Files
Filename | Size | Changed |
---|---|---|
_constraints | 0000000112 112 Bytes | |
_link | 0000000124 124 Bytes | |
nim-1.6.10.tar.xz | 0005216284 4.97 MB | |
nim-fix-tests-certificate-key-too-small.patch | 0000007664 7.48 KB | |
nim-fix-tests-ip-protocol-missing.patch | 0000001951 1.91 KB | |
nim-nim-gdb_fix_interpreter.patch | 0000000244 244 Bytes | |
nim-rpmlintrc | 0000000052 52 Bytes | |
nim.changes | 0000014752 14.4 KB | |
nim.spec | 0000009122 8.91 KB |
Revision 45 (latest revision is 63)
David Anes (david.anes)
accepted
request 1037780
from
David Anes (david.anes)
(revision 45)
- Update to version 1.6.10: * Fixed “–styleCheck:off does not work (and –styleCheck:hint is now the default?)” * Fixed “dereferencing pointer to incomplete type error with gcc 9.4 with statics/cast” * Fixed “strutils.find uses cstring optimization that stops after \0” * Fixed “Nimpretty mangles numeric literal procs” * Fixed “Regression in proc symbol resolution; Error: attempting to call routine “ * Fixed “of operator doesn’t consider generics under orc/arc” * Fixed ““incompatible type” when mixing float32 and cfloat in generics” * Fixed “cannot generate code for: mSlice with toOpenArray” * Fixed “-mm flag is ignored on latest Nim 1.7.1 be4bd8” * Full list of changes: https://github.com/nim-lang/Nim/compare/v1.6.8...v1.6.10
Comments 4
OpenSuse 15.3 and 15.4 do not show up in the repositories list (https://software.opensuse.org//download.html?project=devel%3Alanguages%3Amisc&package=nim) even though the package is built successfully here. Why?
They are showing up under SLE. https://software.opensuse.org//download.html?project=devel%3Alanguages%3Amisc&package=nim. A bit confusing!
Please, open a bug in bugzilla.opensuse.org and report it. I will pick it up as soon as I have time and check what's going on.
Thanks!
I've been told this is a issue of software.opensuse.org and how it interprets OBS output/packages and it's not related to Nim. This is already reported, however I'm not sure how long it will take to be fixed.