Added a keyword test to make-ptree (for string ptree IDs).#52
Closed
c-kloukinas wants to merge 21 commits into
Closed
Added a keyword test to make-ptree (for string ptree IDs).#52c-kloukinas wants to merge 21 commits into
c-kloukinas wants to merge 21 commits into
Conversation
Probably a good idea in general but specifically necessary for not bogging down Emacs.
It was defined only for non-SMP Allegro, which is obsolete by now.
The stealing scheduler is the only interesting option.
KILL-TASKS and CANCEL-TIMEOUT need to work.
Wrap code that wasn't already wrapped in markdown code blocks - Also add level 2 headings to the top of every page. - Variables in the prose that were surrounded by asterisks were escaped in single backticks. Reorganize markdown for mdbook Add github action for mdbook Put gh-pages.yml in right directory Upgrade to from peaceiris/actions-gh-pages@v3 to @v4 Upgrade Ubuntu to 22.04 Try to move into the directory the mdbook files are located in Credit lmj as the author Use the mdbook-try branch while experimenting Add pages under API section Link to sharplispers/lparallel instead of lmj/lparallel Trigger updates on pushes to master instead of mdbook-try Add ECL to the list of supported implementations Update README as well In books.toml, use full name in authors list Use https instead of http for link to docs site
Author
|
Looks like the system is currently maintained elsewhere - moved the PR there |
This file contains hidden or 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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Now it's possible to create ptrees that test compare their identities with any of
eq/eql/equal/equalp(that the underlyingnodeshash map slot accepts), so we can identify them with strings (or so we can useeqwith symbols).Default test is still
eql, as it was originally.Run locally all tests on sbcl/abcl/ccl/ecl - all passed.
Side note: ecl produces a number of warnings, mainly about lists being used instead of vectors, like:
And some other warnings: