Pascal J. Bourguignon

Results 40 issues of Pascal J. Bourguignon

To help update dead urls, it would be nice if it was possible to search strings in urls too (eg. search a domain name or the name of a library...

When using M-x slime RET in emacs, the CL implementation is launched and swank is loaded. However, there's no module swank provided in the *modules* list, so if a tool...

When entering sldb, it would be nice if the file being loaded or compiled was reported clearly (eg. on top of the buffer). This could be generalized, by having a...

Introduced the `*argument-stream* `variable, bound while evaluating expressions from slime, to the string-stream where the expression is read from. This allows the expression to further read from this stream, to...

There's a difference of behavior concerning the update of the REPL variables * ** *** + ++ +++ / // ///. They are updated when the communication-style is NIL, but...

Here are two conformity bugs with LOAD in ccl. 1. load file-stream loads the whole file instead of reading directly the stream from the current file-position. 2. load stream doesn't...

`read-delimited-list` can read dotted-list, but this is not conforming, since the algorithm for `read-delimited-list` is specified, and there's no provision to read dots. ``` read-delimited-list looks ahead at each step...

CLHS 19.3.1.1.7 http://clhs.lisp.se/Body/19_caag.htm says: ``` 19.3.1.1.7 Lowercase Letters in a Logical Pathname Namestring When parsing words and wildcard-words, lowercase letters are translated to uppercase. ``` We have: ``` cl-user> (setf...

On Catalina: build-application generates an executable image, as expected: $ ssh despina ls -l ~/Desktop/patchwork-10.1-0.597-ccl-1.12_dev_v1.12_dev.4_8_gf4a517fc_darwinx8664-darwin-apple-10.15.6-x86-64/Patchwork.app/Contents/MacOS/Patchwork -rwxr-xr-x 1 pjb staff **109187312** Jul 24 23:48 /Users/pjb/Desktop/patchwork-10.1-0.597-ccl-1.12_dev_v1.12_dev.4_8_gf4a517fc_darwinx8664-darwin-apple-10.15.6-x86-64/Patchwork.app/Contents/MacOS/Patchwork* On Mojave build-application generates a kernel...