François-René Rideau
François-René Rideau
xref: https://racket.discourse.group/t/llncs-out-of-date/2558 (pointed me to here as the right place to report a bug).
I admit all these issues are out of my mental cache. Example working or non-working code would be useful. I'm not sure what you want. A variant of the ``...
Can you give an example example of use? A case where you would like the thing explained? A program where you would like to use one of the data structures?...
Example: ``` lisp (asdf:make "lil") (in-package :interface) (define-interface () ((key-interface :allocation :class :initform :reader key-interface)) (:abstract)) ;; must be pure or stateful! (in-package :pure) (define-interface ( interface:) () (:singleton)) ```...
If I give you all recipes, can you push a manual?
I pushed support for ``, including tests. Tests in `test/` are a good place to look for examples.
XCVB was originally written with ASDF 1 and was only maintained through the early versions of ASDF 2. It needs to be updated to work with ASDF 3. Do you...
Let's say that my view on XCVB and ASDF has evolved over the last 11 years or so. So have XCVB and ASDF themselves. Mostly ASDF, for XCVB hasn't seen...
Right now, uiop:run-program passes the arguments passed to it, with overrides, to the underlying run-program, so you can add your own, if they make sense (maybe it would be better...
@epipping is, sadly, deceased this year. If you submit a patch to UIOP to support the feature on implementations that have it and throws an error if a use is...