Joseph Wright
Joseph Wright
@davidcarlisle I guess one for @blefloch but like you I think we could just extend
Are we sorted here?
I'm not sure what you mean: this is something for a 'TeX term glossary', not the index ...
Well yes: with `\ProvidesExplFile` you are auto-activing `\ExplSyntaxOn`. I suspect you are trying to achieve something that is non-obvious: what's the aim here?
`\ProvidesExpl...` are intended for files where `expl3` syntax should be on: that's not true here as it's a document. `\ProvidesFile` is really for config files or similar: I wouldn't use...
@davidcarlisle You suggesting a change somewhere?
> To split `l3build ctan`, one possible way is to provide a pair of new options `--no-check` and `--no-doc`. This part I think is a definite no: the entire reason...
> * Some new options like `--first-num ` and `--last-num ` which denotes the number of first and last tests to run seems a little better than `--first/--last`. > >...
Could just be `--block`, so with a short version `-b`?
> To split `l3build doc`, assuming user knowns which names are specifically slow, for example the `source3` in l3kernel bundle, [latex3/latex3](https://github.com/latex3/latex3) repository, > > * A new option `--skip `...