Permalink
Comparing changes
Choose two branches to see what’s changed or to start a new pull request.
If you need to, you can also .
Open a pull request
Create a new pull request by comparing changes across two branches. If you need to, you can also .
10
contributors
Commits on Oct 09, 2019
Commits on Oct 27, 2019
Commits on Oct 28, 2019
- prevent an internal error when no argument is given and clearly point out arguments are required for the command - fix trivial spacing problems
Commits on Nov 01, 2019
* Normalize lua data references * Mention Lua data reference normalization in docs
We loose \SHOWFILES but everything else still works.
Shows up in removing e-TeX from some tests ..
Commits on Nov 03, 2019
Commits on Nov 27, 2019
This shows up if you have mixed doc/source material and use the --full target.
Commits on Jan 14, 2020
Needed for latex-tools.
Commits on Jan 24, 2020
Commits on Feb 03, 2020
Commits on Feb 08, 2020
Commits on Feb 16, 2020
Commits on Feb 17, 2020
Introduce vars before talking about some of them!
Commits on Feb 21, 2020
Commits on Mar 04, 2020
Commits on Mar 11, 2020
Commits on Mar 12, 2020
Commits on Mar 13, 2020
Commits on Mar 16, 2020
That method doesn't quite work.
Commits on Mar 17, 2020
Commits on Mar 18, 2020
Without quotes, file names with spaces would throw something like: sh: 1: [: ../build/test/file: unexpected operator
Commits on Mar 24, 2020
Commits on Mar 25, 2020
Commits on Apr 13, 2020
Commits on May 04, 2020
Commits on Jun 04, 2020
Commits on Sep 13, 2020
Commits on Jan 14, 2021
Clarify documentation of tag and upload targets
Minor improvement
Commits on Jan 20, 2021
Based on the latex3 one.
Commits on Jan 26, 2021
Minimize reference to global variables (turn epoch to an argument) Some names are "more explicit" snake_case cosmetic change. Inline documentation added.
Missing `>0` to test for a void table
Reword the comment on line 106
Commits on Jan 29, 2021
Commits on Jan 31, 2021
Commits on Feb 03, 2021
Commits on Feb 05, 2021
Commits on Feb 11, 2021
Using a possibly undefined global variable `i` instead of the local one `name`
Commits on Feb 15, 2021
It is an addition of luatex (manual p 63)
Commits on Feb 20, 2021
This is a combination of 5 commits. Prepare for additional test types More work to make test types extensible Next step Should actually be extensible now Fix embarrasing bugs
Commits on Feb 21, 2021
Remove local redeclaration of a local variable Rename locals that hide outer locals (appending '_a' for example). Simplify the shuffle overhead Remove unused variable
format → format_a
Commits on Feb 23, 2021
Adopted suggestions: `str_format`, `engine_info`, `result`, `create_file_list`. More explicit var names (with explanations) ternary operator more explicit Redundant loop counter in check.lua `pattern` name dropped because of lua patterns. Commented out code removed
Commits on Feb 24, 2021
Refactor set epoch cmd, clean locals, bug fix
Commits on Mar 08, 2021
Commits on Mar 19, 2021
Commits on Mar 24, 2021
- typo fixed: os_time - gethome creates the directory before asking for abspath
Commits on May 05, 2021
Commits on May 06, 2021
Commits on May 13, 2021
Commits on Jun 28, 2021
Commits on Jul 08, 2021
Commits on Aug 05, 2021
Given that I have forgotten that again for the second time ...
Commits on Aug 07, 2021
Commits on Aug 15, 2021
Commits on Aug 27, 2021
This is handy for example for GitHub Actions.
Commits on Aug 28, 2021
Commits on Sep 03, 2021
Commits on Oct 06, 2021
Showing you all comments on commits in this comparison.
This comment has been minimized.
This comment has been minimized.
|
Add eptex also: if not match(stdengine,"^e?u?ptex$") then |
This comment has been minimized.
This comment has been minimized.
|
Or, better solution may be always interpreting ptex as eptex and uptex as euptex for variables |
This comment has been minimized.
This comment has been minimized.
|
Why the release/tag is 2019-01-11 rather than 2019-11-01? See https://github.com/latex3/l3build/releases/tag/2019-01-11. |
This comment has been minimized.
This comment has been minimized.
|
Oops, that would be a typo ... |
This comment has been minimized.
This comment has been minimized.
|
I think this would be better, it remove the two ghostscript lines but leave the %%EOF (and so break less existing tests): |
There are no files selected for viewing