-
Notifications
You must be signed in to change notification settings - Fork 18
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[ACTOR] actors.lisp and actor.lisp are important examples #27
Comments
after lots of zkat#27 coriolis
Next, consider whether these belong in fixtures or ASDF-local quicknames |
They could be compared against memento-mori.lisp, the main file from that project; however, the purposes of the two projects seem different. It appears that Kat was specifically working towards Erlang, whereas my inspiration was Ada. |
Incorrectly closed by excessive GitHub automation; this Issue should remain open as a reminder that those two files are ad-hoc, undocumented, and mostly untested. |
Describe the bug
If the underlying CSP library is built according to various presumptions, then the old and different actor.lisp and actors.lisp files will exhibit strikingly different behavior, that could cause hard failures of dependent code.
To Reproduce
Steps to reproduce the behavior:
git bisect --work --your --magic
Expected behavior
Minimal test cases resembling obscene user stories; Sophie-Germain prime-sieve orgy.
Screenshots or Error Logs
Text is preferable over screenshots, unless you edit the screenshot to highlight the failure.
System (please complete the following information):
Test Suite
If you have already written tests, please include the output from running the test suite on your target system; if you can't copy output on your target terminal, please provide a verbal summary, including whether it completed and where you subjectively noted most of the resource consumption using your peripheral observations. Note that the test suite might not catch any specific unit failure, and/or might use different fixtures in the cloud than the one you imagined before writing them yourself, and will usually be invoked using
(asdf:test-system "chanl")
.The text was updated successfully, but these errors were encountered: