Skip to content

Implement vector-to-vector REPLACE as a primitive #439

Implement vector-to-vector REPLACE as a primitive

Implement vector-to-vector REPLACE as a primitive #439

Triggered via push September 1, 2023 06:26
Status Success
Total duration 38m 28s
Artifacts

abcl-test.yml

on: push
Matrix: test
Fit to window
Zoom out
Zoom in

Annotations

3 errors and 8 warnings
test (ubuntu-latest, openjdk20)
class org.armedbear.lisp.Cons cannot be cast to class org.armedbear.lisp.LispThread$StackMarker (org.armedbear.lisp.Cons and org.armedbear.lisp.LispThread$StackMarker are in unnamed module of loader 'app')
test (macos-latest, openjdk17)
class org.armedbear.lisp.Cons cannot be cast to class org.armedbear.lisp.LispThread$StackMarker (org.armedbear.lisp.Cons and org.armedbear.lisp.LispThread$StackMarker are in unnamed module of loader 'app')
test (macos-latest, openjdk20)
class org.armedbear.lisp.Nil cannot be cast to class org.armedbear.lisp.LispThread$StackMarker (org.armedbear.lisp.Nil and org.armedbear.lisp.LispThread$StackMarker are in unnamed module of loader 'app')
test (ubuntu-latest, openjdk17)
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, actions/setup-java@v1. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
test (ubuntu-latest, openjdk11)
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, actions/setup-java@v1. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
test (ubuntu-latest, openjdk20)
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, actions/setup-java@v1. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
test (macos-latest, openjdk17)
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, actions/setup-java@v1. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
test (macos-latest, openjdk20)
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, actions/setup-java@v1. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
test (ubuntu-latest, openjdk8)
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, actions/setup-java@v1. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
test (macos-latest, openjdk11)
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, actions/setup-java@v1. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
test (macos-latest, openjdk8)
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, actions/setup-java@v1. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/