- Oct 17, 2023
-
-
Alexander Fedorov authored
-
Alexander Fedorov authored
-
Alexander Fedorov authored
Add IF-DUPLICATE-DOC-STRING argument to PARSE-BODY. Provide possible restarts if an error is signalled.
-
- Oct 16, 2023
-
-
Hraban authored
test: fix tests on SBCL Closes #38 See merge request alexandria/alexandria!33
-
- Sep 09, 2023
-
-
Hraban authored
-
- May 05, 2023
-
-
Philipp Marek authored
Mark CURRY.3 test as XFAIL on CMUCL. See merge request alexandria/alexandria!30
-
Philipp Marek authored
Fix issue 30 - testing value of `hash-table-size`. See merge request alexandria/alexandria!28
-
- May 04, 2023
-
-
Robert Goldman authored
For whatever reason, CMUCL is unable to retrieve the value of COMPILER-MACRO-FUNCTION for CURRY after the DEFINE-COMPILER-MACRO call. I believe that this is a violation of the spec. At any rate, to get the tests to pass on CMUCL, I have marked this as XFAIL on CMUCL.
-
- May 03, 2023
-
-
Robert Goldman authored
As far as I can tell from the spec, the meaning of `hash-table-size` is not dictated, and implementations are free to return just about anything; it's just a way to provide useful information (hints) when creating a new hash-table. I disabled this test on Allegro originally, but Attila Lendvai proposes we simply remove it altogether, as this commit does.
-
Philipp Marek authored
fix some tests See merge request alexandria/alexandria!27
-
- May 02, 2023
-
-
Robert Goldman authored
Clasp image is broken.
-
Robert Goldman authored
1. Accept any error from `read-stream-content-into-byte-vector.2` 2. Temporarily disable `test=.3` on Allegro because of a bug in Allegro's `subtypep` (RT has no XFAIL).
-
- Apr 30, 2023
-
-
Robert Goldman authored
A current Allegro beta gives different values for these tests that seem acceptable according to the CL ANSI Spec. Specifically: - the `hash-table-size` of a hash-table copy is not always equal to the size of the original hash-table, but this seems to be permitted by the spec. Gitlab issue #30. - Allegro gives a `program-error` in one case where the tests expect a `type-error`. GitLab issue #31. - Allegro is more sure about a `subtypep` query than some other lisps in a way that seems permissible. GitLab issue #32.
-
Robert Goldman authored
-
- Feb 13, 2023
-
-
- May 09, 2022
-
-
Philipp Marek authored
Thanks for reporting, Robert!
-
- Apr 27, 2022
-
-
Philipp Marek authored
-
Philipp Marek authored
-
- Feb 25, 2022
-
-
Philipp Marek authored
Fix READ-STREAM-CONTENT-INTO-STRING on abcl and cmucl See merge request alexandria/alexandria!24
-
Philipp Marek authored
-
- Feb 04, 2022
-
-
Philipp Marek authored
Use modern ASDF style and define all systems in alexandria.asd See merge request alexandria/alexandria!26
-
Stelian Ionescu authored
-
- Jan 28, 2022
-
-
Philipp Marek authored
-
- Jan 22, 2022
-
-
Philipp Marek authored
Add Gitlab CI See merge request alexandria/alexandria!25
-
- Jan 21, 2022
-
-
Eric Timmons authored
-
- Jan 18, 2022
-
-
Gabor Melis authored
Paper over implementation incompatibilities in WITH-OPEN-FILE*.
-
- Jan 17, 2022
-
-
Philipp Marek authored
Be smarter about element types Closes #25 See merge request alexandria/alexandria!23
-
- Oct 25, 2021
-
-
Philipp Marek authored
-
Philipp Marek authored
-
- Oct 24, 2021
-
-
Tim Bradshaw authored
-
Tim Bradshaw authored
The element type of the buffer should also be the element type of the stream, rather than character. This is a fix to the previous commit.
-
Tim Bradshaw authored
Default the element type of the string being created from the element type of the stream being read. This has two advantages: it will make things work for implementations which have a mode where the default string element type is a subtype of character, and it will also mean that if the stream's element type is a subtype of character you may get thinner strings.
-
- Jul 22, 2021
-
-
Philipp Marek authored
(From Doug) For context, I'm trying to eradicate all such problems (using undefined behavior sanitizer <https://sourceforge.net/p/sbcl/sbcl/ci/d931c7eb>) so that, among other things, I can figure out whether the non-zero- initialized DX array patch can ever be released.
-
- Mar 15, 2021
-
-
Philipp Marek authored
Add functions relating to multidimensional array indexing conversions See merge request !20
-
Philipp Marek authored
Use linear-time SHUFFLE if supplied with many list items to shuffle Closes #21 See merge request alexandria/alexandria!21
-
- Mar 13, 2021
-
-
- Aug 21, 2020
-
-
Philipp Marek authored
A purely cosmetic issue.
-
Philipp Marek authored
-
- Jul 06, 2020
-
-
Philipp Marek authored
-
- Jun 17, 2020
-
-
Philipp Marek authored
Should fix #16.
-