Re: Method combination and ASDF

2024-04-24 Thread Faré
1. I once implemented a more general mechanism for binding syntax variables around compilation, which must be part of the syntax-control branch (that probably needs a lot of love rebasing it on top of the latest ASDF). Syntax variables include *readtable*, *read-base*, *read-default-float-format*,

Re: Method combination and ASDF

2024-04-24 Thread Didier Verna
François-René ÐVB Rideau écrivait: > What are the methods defined by asdf-flv? In order to support file local variables, ASDF-FLV does this: (defmethod asdf:perform :around ((operation asdf:load-op) (file asdf:cl-source-file)) "Establish new dynamic bindings for file-local variables."

Re: Method combination and ASDF

2024-04-24 Thread Didier Verna
François-René ÐVB Rideau écrivait: > What are the methods defined by asdf-flv? In order to support file local variables, ASDF-FLV does this: (defmethod asdf:perform :around ((operation asdf:load-op) (file asdf:cl-source-file)) "Establish new dynamic bindings for file-local variables."