lp:clasp-lisp

Owned by clasp-developers
Get this repository:
git clone https://git.launchpad.net/clasp-lisp

Import details

Import Status: Reviewed

This repository is an import of the Git repository at https://github.com/clasp-developers/clasp.git.

The next import is scheduled to run .

Last successful import was .

Import started on juju-98ee42-prod-launchpad-codeimport-4 and finished taking 1 minute — see the log
Import started on juju-98ee42-prod-launchpad-codeimport-0 and finished taking 50 seconds — see the log
Import started on juju-98ee42-prod-launchpad-codeimport-1 and finished taking 1 minute — see the log
Import started on juju-98ee42-prod-launchpad-codeimport-0 and finished taking 1 minute — see the log
Import started on juju-98ee42-prod-launchpad-codeimport-4 and finished taking 2 minutes — see the log
Import started on juju-98ee42-prod-launchpad-codeimport-5 and finished taking 3 minutes — see the log
Import started on juju-98ee42-prod-launchpad-codeimport-0 and finished taking 1 minute — see the log
Import started on juju-98ee42-prod-launchpad-codeimport-0 and finished taking 1 minute — see the log
Import started on juju-98ee42-prod-launchpad-codeimport-5 and finished taking 2 minutes — see the log
Import started on juju-98ee42-prod-launchpad-codeimport-0 and finished taking 3 minutes — see the log

Branches

Name Last Modified Last Commit
mangle 2024-05-05 19:42:28 UTC
Add return-type to mangled wrapper names

Author: Tarn Burton
Author Date: 2024-05-05 19:42:28 UTC

Add return-type to mangled wrapper names

main 2024-05-05 15:36:49 UTC
Add tpl-inspect-command and add it to the default-debugger

Author: meister
Author Date: 2024-05-05 15:32:22 UTC

Add tpl-inspect-command and add it to the default-debugger

inravina 2024-04-30 11:43:04 UTC
Update initialize name

Author: Tarn Burton
Author Date: 2024-04-30 11:43:04 UTC

Update initialize name

sequence-typep 2024-04-03 21:19:40 UTC
Fix TYPEP SEQUENCE for extended sequences

Author: James Kalenius
Author Date: 2024-04-03 21:19:40 UTC

Fix TYPEP SEQUENCE for extended sequences

sssssorta. this is very messy. and it doesn't fix subtypep. and
it breaks (subtypep '(cons foo) 'sequence).

faso-cleanup 2024-03-27 14:46:13 UTC
Use simpler DEFVAR in order to make FASLs a bit quicker

Author: James Kalenius
Author Date: 2024-03-27 14:46:13 UTC

Use simpler DEFVAR in order to make FASLs a bit quicker

The (unless ...) has to be compiled to bytecode which is a bit
slow, since DEFVAR is of course quite common.

named-constants 2024-01-23 23:31:57 UTC
Ran static analyzer

Author: James Kalenius
Author Date: 2024-01-23 23:31:57 UTC

Ran static analyzer

reform_from_object 2024-01-13 17:10:33 UTC
clear out more from_object ._v direct usage

Author: James Kalenius
Author Date: 2024-01-13 17:10:33 UTC

clear out more from_object ._v direct usage

Also some copy/move constructors? Not sure how those would come up
to be honest.

no-empty-fasls 2023-11-22 18:30:55 UTC
bytecode FASLs: open file later

Author: James Kalenius
Author Date: 2023-11-22 18:30:55 UTC

bytecode FASLs: open file later

our with-open-file/close do not totally abort new files, so if
there's an error in the with-open-file body, you end up with an
empty file. This is kind of unfortunate for FASLs. We should fix
close, but in the meantime, we can just have the file compiler
delay opening the file. This should avoid an empty FASL being
produced in most cases, but it could still happen if there's some
error during %write-bytecode - which I think would have to be an
internal error/bug.

vm-values 2023-09-28 21:38:48 UTC
bytecode: specially process easy mv-call forms

Author: James Kalenius
Author Date: 2023-09-28 21:38:48 UTC

bytecode: specially process easy mv-call forms

This lets us move the APPLY compiler macro out of cclasp-specific-land.

brokesnapshot 2023-09-09 02:30:22 UTC
Make type conversions safe

Author: meister
Author Date: 2023-09-09 02:30:22 UTC

Make type conversions safe

fastarraysetup 2023-08-09 17:05:47 UTC
Merge pull request #1480 from clasp-developers/bytecode-debug-vars-refinement

Author: James Kalenius
Author Date: 2023-08-09 17:05:47 UTC

Merge pull request #1480 from clasp-developers/bytecode-debug-vars-refinement

Bytecode debug vars refinement

cleanup-init 2023-05-11 21:09:49 UTC
Delete unused code

Author: James Kalenius
Author Date: 2023-05-11 21:09:49 UTC

Delete unused code

primitive-loadltv 2023-04-13 20:22:42 UTC
bytecode FASLs: primitive array loading

Author: James Kalenius
Author Date: 2023-03-28 18:03:22 UTC

bytecode FASLs: primitive array loading

newer-eclector 2023-03-18 13:14:16 UTC
Update for CST:RECONSTRUCT API change

Author: James Kalenius
Author Date: 2023-03-18 13:09:05 UTC

Update for CST:RECONSTRUCT API change

bytecode-feature-more 2023-03-08 22:37:26 UTC
Run static analyzer on cando

Author: meister
Author Date: 2023-03-08 16:09:57 UTC

Run static analyzer on cando

cleanup 2023-02-01 16:10:31 UTC
More merging for cleanup branch

Author: James Kalenius
Author Date: 2023-02-01 16:10:31 UTC

More merging for cleanup branch

startstop 2022-11-13 00:07:47 UTC
Remove tagged pointers from Exposer_O

Author: meister
Author Date: 2022-11-13 00:07:31 UTC

Remove tagged pointers from Exposer_O

primop-reform 2022-08-08 16:22:08 UTC
Remove cclasp specops for vaslist-pop, -length

Author: James Kalenius
Author Date: 2022-08-08 16:22:08 UTC

Remove cclasp specops for vaslist-pop, -length

runprog 2022-07-05 07:29:10 UTC
Stop finalizing mutexes

Author: meister
Author Date: 2022-07-05 07:29:10 UTC

Stop finalizing mutexes

Also add code to catch a problem where a
mutex is finalized before an external-process object.

unboxable-structs 2022-06-10 19:51:04 UTC
Refactor struct creation

Author: James Kalenius
Author Date: 2022-06-10 19:51:04 UTC

Refactor struct creation

This should make it hopefully easier to do packed structs.

parmchk2 2022-06-08 20:45:58 UTC
Changes to support parmchk2

Author: meister
Author Date: 2022-06-08 20:45:58 UTC

Changes to support parmchk2

simd 2022-06-02 16:01:11 UTC
Fix arguments to vector binary ops

Author: James Kalenius
Author Date: 2022-06-02 16:01:11 UTC

Fix arguments to vector binary ops

profile 2021-11-19 22:45:09 UTC
Merge branch 'main' into profile

Author: meister
Author Date: 2021-11-19 22:45:09 UTC

Merge branch 'main' into profile

little-endian 2021-11-16 19:41:06 UTC
Allow endianness external formats for bytestreams

Author: James Kalenius
Author Date: 2021-11-16 19:41:06 UTC

Allow endianness external formats for bytestreams

KLUDGE in that it silently ignores incorrect :external-format.
Putting in an error breaks the build early for reasons I don't
understand, and there's no coherent error message.

poll 2021-02-12 02:46:53 UTC
Delete unused thread-local field

Author: James Kalenius
Author Date: 2021-02-12 02:46:53 UTC

Delete unused thread-local field

125 of 25 results
This repository contains Public information 
Everyone can see this information.

Subscribers