-
-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
especially nested tuples do not compile (#2)
* add test from sealmove * add option test fwiw * allow sponsorship * support static cstring 🤨 * remove concept, fixes #1 * limited nim-1.2 support * fixup for object example * that should do it
- Loading branch information
Showing
8 changed files
with
102 additions
and
66 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
github: disruptek |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Submodule testes
updated
10 files
+1 −1 | .github/workflows/ci.yml | |
+45 −1 | README.md | |
+26 −22 | docs/clean.svg | |
+26 −22 | docs/demo.svg | |
+17 −0 | examples/balls.nim | |
+361 −92 | testes.nim | |
+10 −25 | testes.nimble | |
+0 −1 | tests/config.nims | |
+0 −6 | tests/nim.cfg | |
+10 −1 | tests/testicles.nim |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters