Joseph Wright
Joseph Wright
> * when removing files which would be installed by `l3build install` and when removing empty directories. The problem there is that we can't know that the _current_ list of...
> Uninstall doesn't happen that often, so you could perhaps implement the uninstall as a dry run using `tree` to display what would be removed and then asking interactively if...
Back on the original point of the report, that we likely need to fix independent of any other changes - it's clearly wrong.
The other issue with a warning is of course it doesn't help in the original situation: there's no easy/safe way to clean up if the settings include `tdsdirs = {files...
We could add all of these if we wanted - the internals are all there. However, I think I'd like to see use cases. Precompiling keys is there to help...
> The use case is to combine selective key setting and precompiling. For example, in > > \cs_new_protected:Npn \mupkg_set:n #1 > { > \keys_set_groups:nnn { mymodule } { group-a }...
> Suppose I have a flat key setting (many keys sharing the same module path) and a command receiving kv-list. Then in this command I want to process keys in...