Pascal J. Bourguignon

Results 40 issues of Pascal J. Bourguignon

1- nocode --print-symbols prints the start of the function, but not the end, so we cannot use nocode --from --to to select a function to decompile. 2- nocode doesn't take...

Hi! I added some error messages when something wrong occurs.

Trying to compile the project http://github.com/aleene/openfoodfacts-ios with Xcode.app 10.2.1 (10E1001), swift 5.0.1; using the Cartfile: ``` github "Alamofire/Alamofire" >= 4.6 github "tristanhimmelman/AlamofireObjectMapper" >= 4.1.0 github "onevcat/Kingfisher" >= 5.0 github "xmartlabs/XLPagerTabStrip"...

I had a thread indexing documents, and when another thread made a query, it broke the database: now I just get the error: No such file or directory : #P"/data/databases/lisppaste/index/_9y.fdt"...

To replicate, launch emacs: - `C-u M-x slime RET ccl RET` - `C-u M-x slime RET sbcl RET` # before *slime-repl ccl* opens. When both implementations have finished booting: ```...

The stream is created by `drakma:http-request` with `:force-binary t` We can seen in the inspect below that it is "wellformed" AFAIK, having ELEMENT-TYPE: FLEXI-STREAMS:OCTET. But when my code sends it...

http://informatimago.free.fr/i/develop/mtel/index.html Have fun!

5.1.2.3 VALUES Forms as Places http://www.lispworks.com/documentation/HyperSpec/Body/05_abc.htm says that`(setf (values a b) (values 1 2))` should assign 1 to a, and 2 to b. This generally works in implementations, but when...

https://github.com/robert-strandh/Well-Specified-Common-Lisp/blob/cda6d5ef97b0343a63d6e90efe1a4464b287258f/dpANS/concept-loop.tex#L1391 All the main free implementations of CL are not conforming on this point. (also, they don't document it). ``` ;; Implementations return NIL: (let ((last (list 1 2 3)))...