Yehouda Harpaz

Results 22 comments of Yehouda Harpaz

Do you actually need to block interupts? I get the impression that really you only want thread synchronization, in which case you need to rely on the lock, and change...

I am not really testing it. We try to load and compile "all" of quicklisp systems, and when we find easy to run tests also run them. This issue caused...

[april-output.txt](https://github.com/user-attachments/files/18111957/april-output.txt) The failure is in line 39. For markers that you want to search for, you really should use only charcters that are available on a typical english keyboard. Something...

No, I don't work with github. I test code that I downoad from quicklisp. I checked that with the change the system compiles ok.

Yes, this is the change. huncentoot/dev is what comes from quicklisp, and as far as I can see it also in the source https://github.com/edicl/hunchentoot/blob/13876b5a6264367088ea923c6b92df71bd6c42ab/hunchentoot.asd#L88

**:modify** affects all features. The actual problem currently is that there is another call to **defpackage** after the package already has exported symbols, and with **:modify** it keeps exported only...

Another option is to change **define-package** to check if the package exists, and if it does go through the options and modify the package accordingly. You will have to decide...

As long as **define-package** always has the **:use** option, then it is ok as is. But it worth guarding against cases without :use.

A list containing the package "CONNON-LISP" is the obvious default. It is not part of the proper standard, but this [issue](https://www.lispworks.com/documentation/HyperSpec/Issues/iss238_w.htm ), which describes the discussion about what the value...