-
-
Notifications
You must be signed in to change notification settings - Fork 427
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
gitmodules: Update serapeum and those who depend on it.
Spinneret requires the update to run with the updated serapeum version. The new spinneret version brings 2 new dependencies: trivial-arguments and in-nomine.
- Loading branch information
Showing
5 changed files
with
12 additions
and
2 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
Submodule serapeum
updated
42 files
+1 −1 | .github/workflows/ci.yml | |
+1 −1 | Makefile | |
+14 −24 | README.md | |
+404 −443 | REFERENCE.md | |
+44 −6 | binding.lisp | |
+6 −5 | box.lisp | |
+0 −436 | contrib/hooks.lisp | |
+34 −0 | control-flow.lisp | |
+6 −5 | defining-types.lisp | |
+7 −0 | definitions.lisp | |
+14 −14 | fbind.lisp | |
+92 −15 | functions.lisp | |
+26 −15 | hash-tables.lisp | |
+219 −213 | internal-definitions.lisp | |
+14 −13 | iter.lisp | |
+14 −0 | lists.lisp | |
+25 −17 | macro-tools.lisp | |
+8 −0 | numbers.lisp | |
+118 −8 | package.lisp | |
+1 −1 | queue.lisp | |
+1 −1 | reader.lisp | |
+188 −80 | sequences.lisp | |
+3 −8 | serapeum.asd | |
+59 −36 | strings.lisp | |
+49 −0 | tests/binding.lisp | |
+0 −155 | tests/contrib/hooks.lisp | |
+40 −0 | tests/control-flow.lisp | |
+22 −0 | tests/functions.lisp | |
+29 −0 | tests/hash-tables.lisp | |
+11 −0 | tests/internal-definitions.lisp | |
+8 −1 | tests/iteration.lisp | |
+14 −2 | tests/lists.lisp | |
+11 −0 | tests/numbers.lisp | |
+85 −16 | tests/sequences.lisp | |
+36 −0 | tests/strings.lisp | |
+1 −2 | tests/tests.lisp | |
+1 −0 | tests/threads.lisp | |
+10 −0 | tests/types.lisp | |
+10 −0 | tests/vectors.lisp | |
+2 −2 | threads.lisp | |
+41 −20 | types.lisp | |
+1 −2 | units.lisp |
Submodule spinneret
updated
12 files
+1 −1 | .github/workflows/ci.yml | |
+50 −6 | README.md | |
+23 −12 | compile.lisp | |
+53 −15 | deftag.lisp | |
+9 −5 | functions.lisp | |
+11 −5 | package.lisp | |
+28 −24 | ps.lisp | |
+50 −27 | run.lisp | |
+2 −1 | spinneret.asd | |
+6 −2 | syntax.lisp | |
+156 −94 | tags.lisp | |
+67 −5 | tests.lisp |
Submodule trivial-arguments
added at
a0a33a