Michał "phoe" Herda
Michał "phoe" Herda
[Mapa użytkownika Tura 37.gz](https://github.com/user-attachments/files/16063795/Mapa.uzytkownika.Tura.37.gz)
Here's a probably-overblown example (generated via current Wesnoth maximum, 200x200 + maximum villages) that I've managed to play through in order to demonstrate the problem. Select one of the Silver...
> Okay, that's really stretching the limits of the engine, it was a crawl on my Threadripper system. Not even sure how you endured to play even that far. I...
Thanks! I'll trust your verification for now and will re-check later.
> not found in package # https://github.com/edicl/cl-unicode/blob/07e7ff58913fb31f78f500e1be84ee2270bb6e30/packages.lisp#L34-L35 https://github.com/edicl/cl-ppcre/blob/80fb19d104647a2c4efd5f66f65811948bf8156b/specials.lisp#L36-L42 This symbol should be present, it's imported from cl-ppcre. How are you loading cl-unicode? What is your version of cl-ppcre?
You must now double-backslash the `N` because now it is read with the standard Lisp reader, not via the cl-interpol one.
Is the change backwards-compatible? I.e., if this version of Drakma is pulled as a dependency, are dependent projects going to build and work without needing to add the new features?...
@informatimago It is the Lisp kernel's makefile that overwrites the binaries. It could be parametrized in order to accept a new name for the resulting binary and its matching Lisp...
If anything, ```lisp CL-USER> (make-pathname :directory '(:absolute "foo" "bar") :name ".baz") #P"/foo/bar/\\.baz" ``` So the issue is in how CCL parses and prints unix-like namestrings differently than other implementations (note...
On the other hand, LW 8.0.1 Personal says: ```lisp CL-USER 1 > (describe (make-pathname :directory '(:absolute "foo" "bar") :name ".baz")) #P"/foo/bar/.baz" is a PATHNAME HOST NIL DEVICE NIL DIRECTORY (:ABSOLUTE...