Skip to content
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 .
base repository: latex3/latex3
base: 2018-09-24
head repository: latex3/latex3
compare: 2018-10-17
Commits on Sep 26, 2018
Commits on Oct 01, 2018
This is more-or-less the code from the older, rather unstable,
LuaTeX module, but with minor updates to get it working following
expl3 changes.

Support for other engines to be added later, plus need to explore
some kind of 'save current catcodes' approach.
…remove

No change in behaviour, hence no "updated" date
Commits on Oct 09, 2018
Commits on Oct 15, 2018
Will need the variant for errors, which are a bit trickier than other messages.
The auxiliaries here will need to be copied in a later commit:
the aim is to reformat errors in a non-trivial way.
Preparation for message formatting changes.
Commits on Oct 17, 2018
These are needed for the deprecated version:
code update will change the output otherwise.
At least for the present, this is not ready for release.
Showing with 6,869 additions and 16,607 deletions.
  1. +1 −1 contrib/testfiles/fontspec001.luatex.tlg
  2. +0 −1 contrib/testfiles/unicode-math001.luatex.tlg
  3. +4 −1 l3experimental/CHANGELOG.md
  4. +1 −1 l3experimental/README.md
  5. +2 −2 l3experimental/l3color/l3color.dtx
  6. +1 −1 l3experimental/l3draw/l3draw-boxes.dtx
  7. +1 −1 l3experimental/l3draw/l3draw-paths.dtx
  8. +1 −1 l3experimental/l3draw/l3draw-points.dtx
  9. +1 −1 l3experimental/l3draw/l3draw-scopes.dtx
  10. +1 −1 l3experimental/l3draw/l3draw-softpath.dtx
  11. +1 −1 l3experimental/l3draw/l3draw-state.dtx
  12. +1 −1 l3experimental/l3draw/l3draw-transforms.dtx
  13. +2 −2 l3experimental/l3draw/l3draw.dtx
  14. +2 −2 l3experimental/l3str/l3str-convert.dtx
  15. +2 −2 l3experimental/l3str/l3str-format.dtx
  16. +6 −15 l3experimental/l3str/testfiles/m3str-convert002.luatex.tlg
  17. +11 −29 l3experimental/l3str/testfiles/m3str-convert002.tlg
  18. +6 −15 l3experimental/l3str/testfiles/m3str-convert002.xetex.tlg
  19. +2 −2 l3experimental/l3sys-shell/l3sys-shell.dtx
  20. +0 −89 l3experimental/xcoffins/testfiles/xcoffins000.tlg
  21. +2 −2 l3experimental/xcoffins/xcoffins.dtx
  22. +2 −2 l3experimental/xgalley/l3galley.dtx
  23. +16 −40 l3experimental/xgalley/testfiles/xgalley000.tlg
  24. +116 −116 l3experimental/xgalley/xgalley.dtx
  25. +21 −1 l3kernel/CHANGELOG.md
  26. +1 −1 l3kernel/README.md
  27. +4 −2 l3kernel/build.lua
  28. +2 −2 l3kernel/expl3.dtx
  29. +1 −1 l3kernel/interface3.tex
  30. +1 −1 l3kernel/l3alloc.dtx
  31. +1 −1 l3kernel/l3basics.dtx
  32. +1 −1 l3kernel/l3bootstrap.dtx
  33. +1 −1 l3kernel/l3box.dtx
  34. +9 −1 l3kernel/l3candidates.dtx
  35. +1 −1 l3kernel/l3clist.dtx
  36. +1 −1 l3kernel/l3coffins.dtx
  37. +1 −1 l3kernel/l3color-base.dtx
  38. +1 −1 l3kernel/l3deprecation.dtx
  39. +1 −1 l3kernel/l3doc.dtx
  40. +1 −1 l3kernel/l3docstrip.dtx
  41. +6 −6 l3kernel/l3drivers.dtx
  42. +1 −1 l3kernel/l3expan.dtx
  43. +5 −3 l3kernel/l3file.dtx
  44. +1 −1 l3kernel/l3final.dtx
  45. +1 −1 l3kernel/l3flag.dtx
  46. +1 −1 l3kernel/l3fp-assign.dtx
  47. +1 −1 l3kernel/l3fp-aux.dtx
  48. +1 −1 l3kernel/l3fp-basics.dtx
  49. +1 −1 l3kernel/l3fp-convert.dtx
  50. +1 −1 l3kernel/l3fp-expo.dtx
  51. +1 −1 l3kernel/l3fp-extended.dtx
  52. +1 −1 l3kernel/l3fp-logic.dtx
  53. +1 −1 l3kernel/l3fp-parse.dtx
  54. +1 −1 l3kernel/l3fp-random.dtx
  55. +1 −1 l3kernel/l3fp-round.dtx
  56. +1 −1 l3kernel/l3fp-traps.dtx
  57. +1 −1 l3kernel/l3fp-trig.dtx
  58. +1 −1 l3kernel/l3fp.dtx
  59. +1 −1 l3kernel/l3fparray.dtx
  60. +3 −3 l3kernel/l3int.dtx
  61. +1 −1 l3kernel/l3intarray.dtx
  62. +1 −1 l3kernel/l3kernel-functions.dtx
  63. +22 −3 l3kernel/l3keys.dtx
  64. +1 −1 l3kernel/l3luatex.dtx
  65. +294 −179 l3kernel/l3msg.dtx
  66. +1 −1 l3kernel/l3names.dtx
  67. +3 −0 l3kernel/l3obsolete.txt
  68. +1 −1 l3kernel/l3oldmodules.dtx
  69. +3 −0 l3kernel/l3prefixes.csv
  70. +1 −1 l3kernel/l3prg.dtx
  71. +1 −1 l3kernel/l3prop.dtx
  72. +1 −1 l3kernel/l3quark.dtx
  73. +57 −12 l3kernel/l3regex.dtx
  74. +1 −1 l3kernel/l3seq.dtx
  75. +4 −2 l3kernel/l3skip.dtx
  76. +1 −1 l3kernel/l3sort.dtx
  77. +1 −1 l3kernel/l3str.dtx
  78. +1 −1 l3kernel/l3styleguide.tex
  79. +1 −1 l3kernel/l3syntax-changes.tex
  80. +1 −1 l3kernel/l3sys.dtx
  81. +66 −0 l3kernel/l3term-glossary.tex
  82. +1 −1 l3kernel/l3tl-analysis.dtx
  83. +1 −1 l3kernel/l3tl.dtx
  84. +80 −116 l3kernel/l3token.dtx
  85. +1 −1 l3kernel/l3unicode.dtx
  86. +1 −1 l3kernel/source3.tex
  87. +92 −221 l3kernel/testfiles/m3basics002.tlg
  88. +35 −105 l3kernel/testfiles/m3basics003.tlg
  89. +18 −40 l3kernel/testfiles/m3box001.ptex.tlg
  90. +18 −40 l3kernel/testfiles/m3box001.tlg
  91. +18 −40 l3kernel/testfiles/m3box001.uptex.tlg
  92. +30 −30 l3kernel/testfiles/m3clist002.lvt
  93. +48 −110 l3kernel/testfiles/m3clist002.tlg
  94. +16 −45 l3kernel/testfiles/m3coffins001.luatex.tlg
  95. +16 −45 l3kernel/testfiles/m3coffins001.ptex.tlg
  96. +16 −45 l3kernel/testfiles/m3coffins001.tlg
  97. +16 −45 l3kernel/testfiles/m3coffins001.uptex.tlg
  98. +16 −45 l3kernel/testfiles/m3coffins001.xetex.tlg
  99. +78 −187 l3kernel/testfiles/m3deprecation001.luatex.tlg
  100. +78 −187 l3kernel/testfiles/m3deprecation001.tlg
  101. +90 −205 l3kernel/testfiles/m3expan001.tlg
  102. +52 −122 l3kernel/testfiles/m3expan002.tlg
  103. +40 −23 l3kernel/testfiles/m3expl001.luatex.tlg
  104. +40 −23 l3kernel/testfiles/m3expl001.ptex.tlg
  105. +40 −23 l3kernel/testfiles/m3expl001.tlg
  106. +40 −23 l3kernel/testfiles/m3expl001.uptex.tlg
  107. +40 −23 l3kernel/testfiles/m3expl001.xetex.tlg
  108. +40 −23 l3kernel/testfiles/m3expl003.luatex.tlg
  109. +40 −23 l3kernel/testfiles/m3expl003.ptex.tlg
  110. +40 −23 l3kernel/testfiles/m3expl003.tlg
  111. +40 −23 l3kernel/testfiles/m3expl003.uptex.tlg
  112. +40 −23 l3kernel/testfiles/m3expl003.xetex.tlg
  113. +14 −41 l3kernel/testfiles/m3file001.ptex.tlg
  114. +14 −41 l3kernel/testfiles/m3file001.tlg
  115. +14 −41 l3kernel/testfiles/m3file001.uptex.tlg
  116. +34 −97 l3kernel/testfiles/m3file001.xetex.tlg
  117. +40 −116 l3kernel/testfiles/m3file002.tlg
  118. +23 −55 l3kernel/testfiles/m3flag001.tlg
  119. +8 −19 l3kernel/testfiles/m3fp-assign001.tlg
  120. +16 −33 l3kernel/testfiles/m3fp-traps001.tlg
  121. +16 −38 l3kernel/testfiles/m3fp001.tlg
  122. +50 −105 l3kernel/testfiles/m3fp002.tlg
  123. +19 −48 l3kernel/testfiles/m3fparray001.tlg
  124. +16 −38 l3kernel/testfiles/m3int001.luatex.tlg
  125. +16 −38 l3kernel/testfiles/m3int001.tlg
  126. +16 −38 l3kernel/testfiles/m3int001.uptex.tlg
  127. +16 −38 l3kernel/testfiles/m3int001.xetex.tlg
  128. +48 −114 l3kernel/testfiles/m3int002.luatex.tlg
  129. +9 −9 l3kernel/testfiles/m3int002.lvt
  130. +48 −114 l3kernel/testfiles/m3int002.tlg
  131. +48 −114 l3kernel/testfiles/m3int002.uptex.tlg
  132. +48 −114 l3kernel/testfiles/m3int002.xetex.tlg
  133. +42 −108 l3kernel/testfiles/m3intarray001.luatex.tlg
  134. +49 −115 l3kernel/testfiles/m3intarray001.tlg
  135. +16 −38 l3kernel/testfiles/m3ior001.luatex.tlg
  136. +16 −38 l3kernel/testfiles/m3ior001.tlg
  137. +16 −38 l3kernel/testfiles/m3ior001.uptex.tlg
  138. +16 −38 l3kernel/testfiles/m3ior001.xetex.tlg
  139. +5 −14 l3kernel/testfiles/m3ior002.tlg
  140. +16 −38 l3kernel/testfiles/m3iow001.luatex.tlg
  141. +16 −38 l3kernel/testfiles/m3iow001.tlg
  142. +16 −38 l3kernel/testfiles/m3iow001.uptex.tlg
  143. +16 −38 l3kernel/testfiles/m3iow001.xetex.tlg
  144. +49 −135 l3kernel/testfiles/m3keys001.tlg
  145. +6 −3 l3kernel/testfiles/m3keys003.lvt
  146. +74 −158 l3kernel/testfiles/m3keys003.tlg
  147. +40 −112 l3kernel/testfiles/m3keys004.tlg
  148. +10 −28 l3kernel/testfiles/m3keys005.tlg
  149. +10 −28 l3kernel/testfiles/m3keyval001.tlg
  150. +146 −470 l3kernel/testfiles/m3msg001.tlg
  151. +4 −1 l3kernel/testfiles/m3msg002.lvt
  152. +47 −60 l3kernel/testfiles/m3msg002.tlg
  153. +155 −439 l3kernel/testfiles/m3msg003.tlg
  154. +93 −277 l3kernel/testfiles/m3msg004.luatex.tlg
  155. +93 −277 l3kernel/testfiles/m3msg004.tlg
  156. +11 −0 l3kernel/testfiles/m3peek001.lvt
  157. +16 −0 l3kernel/testfiles/m3peek001.tlg
  158. +23 −64 l3kernel/testfiles/m3prg002.tlg
  159. +14 −35 l3kernel/testfiles/m3quark001.tlg
  160. +23 −53 l3kernel/testfiles/m3rand001.xetex.tlg
  161. +1 −5 l3kernel/testfiles/m3regex001.tlg
  162. +65 −151 l3kernel/testfiles/m3regex005.tlg
  163. +160 −360 l3kernel/testfiles/m3regex006.luatex.tlg
  164. +160 −360 l3kernel/testfiles/m3regex006.tlg
  165. +53 −148 l3kernel/testfiles/m3regex007.tlg
  166. +293 −831 l3kernel/testfiles/m3regex009.tlg
  167. +26 −26 l3kernel/testfiles/m3seq002.lvt
  168. +38 −80 l3kernel/testfiles/m3seq002.tlg
  169. +30 −80 l3kernel/testfiles/m3seq009.xetex.tlg
  170. +7 −17 l3kernel/testfiles/m3show001.tlg
  171. +6 −16 l3kernel/testfiles/m3show003.tlg
  172. +24 −57 l3kernel/testfiles/m3skip001.tlg
  173. +24 −57 l3kernel/testfiles/m3skip005.tlg
  174. +43 −115 l3kernel/testfiles/m3sort001.luatex.tlg
  175. +43 −115 l3kernel/testfiles/m3sort001.tlg
  176. +60 −180 l3kernel/testfiles/m3tl-build001.tlg
  177. +2 −1 l3packages/CHANGELOG.md
  178. +1 −1 l3packages/README.md
  179. +2 −2 l3packages/l3keys2e/l3keys2e.dtx
  180. +0 −10 l3packages/xfp/testfiles/xfp000.tlg
  181. +0 −10 l3packages/xfp/testfiles/xfp001.tlg
  182. +2 −2 l3packages/xfp/xfp.dtx
  183. +2 −10 l3packages/xfrac/testfiles/xfrac000.tlg
  184. +2 −2 l3packages/xfrac/xfrac.dtx
  185. +81 −521 l3packages/xparse/testfiles/xparse001.ptex.tlg
  186. +81 −521 l3packages/xparse/testfiles/xparse001.tlg
  187. +81 −521 l3packages/xparse/testfiles/xparse001.uptex.tlg
  188. +0 −220 l3packages/xparse/testfiles/xparse002.luatex.tlg
  189. +0 −220 l3packages/xparse/testfiles/xparse002.tlg
  190. +56 −145 l3packages/xparse/testfiles/xparse003.tlg
  191. +492 −1,583 l3packages/xparse/testfiles/xparse004.luatex.tlg
  192. +492 −1,583 l3packages/xparse/testfiles/xparse004.tlg
  193. +15 −0 l3packages/xparse/testfiles/xparse005.lvt
  194. +73 −154 l3packages/xparse/testfiles/xparse005.tlg
  195. +14 −11 l3packages/xparse/xparse.dtx
  196. +28 −74 l3packages/xtemplate/testfiles/xtemplate001.tlg
  197. +190 −439 l3packages/xtemplate/testfiles/xtemplate003.tlg
  198. +2 −2 l3packages/xtemplate/xtemplate.dtx
  199. +5 −13 l3trial/l3benchmark/testfiles/m3benchmark000.xetex.tlg
  200. +24 −60 l3trial/l3benchmark/testfiles/m3benchmark001.xetex.tlg
  201. +16 −38 l3trial/l3bigint/testfiles/m3bigint001.tlg
  202. +21 −0 l3trial/l3cctab/build.lua
  203. +420 −0 l3trial/l3cctab/l3cctab.dtx
  204. +60 −0 l3trial/l3cctab/l3cctab.ins
  205. +8 −0 l3trial/l3cctab/testfiles/m3cctab000.luatex.tlg
  206. +12 −0 l3trial/l3cctab/testfiles/m3cctab000.lvt
  207. +7 −0 l3trial/l3cctab/testfiles/m3cctab000.tlg
  208. +65 −155 l3trial/l3fp-extras/testfiles/m3fp-symbolic001.tlg
  209. +0 −25 l3trial/l3htoks/testfiles/m3htoks000.tlg
  210. +32 −76 l3trial/l3kernel-extras/testfiles/m3kernel-extras008.tlg
  211. +4 −10 l3trial/l3ldb/testfiles/m3ldb003.ptex.tlg
  212. +4 −10 l3trial/l3ldb/testfiles/m3ldb003.tlg
  213. +4 −10 l3trial/l3ldb/testfiles/m3ldb003.uptex.tlg
  214. +0 −83 l3trial/xbox/testfiles/xbox000.tlg
  215. +21 −59 l3trial/xbox/testfiles/xbox001.luatex.tlg
  216. +21 −59 l3trial/xbox/testfiles/xbox001.ptex.tlg
  217. +21 −59 l3trial/xbox/testfiles/xbox001.tlg
  218. +21 −59 l3trial/xbox/testfiles/xbox001.uptex.tlg
  219. +21 −59 l3trial/xbox/testfiles/xbox001.xetex.tlg
  220. +5 −14 l3trial/xbox/testfiles/xbox002.luatex.tlg
  221. +5 −14 l3trial/xbox/testfiles/xbox002.ptex.tlg
  222. +5 −14 l3trial/xbox/testfiles/xbox002.tlg
  223. +5 −14 l3trial/xbox/testfiles/xbox002.uptex.tlg
  224. +5 −14 l3trial/xbox/testfiles/xbox002.xetex.tlg
  225. +12 −752 l3trial/xfont/testfiles/l3font000.tlg
@@ -26,7 +26,7 @@ Completed box being shipped out [1]
....\TU/lmr/m/n/10 o
....\glue(\spaceskip) 3.33 plus 1.665 minus 1.11
....\TU/lmr/m/n/10 w
....\kern-0.28
....\kern-0.28 (font)
....\TU/lmr/m/n/10 o
....\TU/lmr/m/n/10 r
....\TU/lmr/m/n/10 l
@@ -1,6 +1,5 @@
This is a generated file for the LaTeX (2e + expl3) validation system.
Don't change this file in any respect.
(load luc: ../lmroman7-bold.luc)(load luc: ../lmroman5-bold.luc)
Completed box being shipped out [1]
\vbox(633.0+0.0)x407.0, direction TLT
.\glue 16.0
@@ -7,6 +7,8 @@ this project uses date-based 'snapshot' version identifiers.

## [Unreleased]

## [2018-10-17]

## [2018-08-24]

### Fixed
@@ -40,7 +42,8 @@ this project uses date-based 'snapshot' version identifiers.
- New `l3color` module using `xcolor`-like expression syntax
- New `l3draw` module, based on `pgf` layer of the TikZ system

[Unreleased]: https://github.com/latex3/latex3/compare/2018-08-24...HEAD
[Unreleased]: https://github.com/latex3/latex3/compare/2018-10-17...HEAD
[2018-10-17]: https://github.com/latex3/latex3/compare/2018-08-24...2018-10-17
[2018-08-24]: https://github.com/latex3/latex3/compare/2018-08-23...2018-08-24
[2018-08-23]: https://github.com/latex3/latex3/compare/2018-05-12...2018-08-23
[2018-05-12]: https://github.com/latex3/latex3/compare/2018-04-30...2018-05-12
@@ -1,7 +1,7 @@
Experimental LaTeX3 Concepts
============================

Release 2018-09-24
Release 2018-10-17

Overview
--------
@@ -44,7 +44,7 @@
% }^^A
% }
%
% \date{Released 2018-09-24}
% \date{Released 2018-10-17}
%
% \maketitle
%
@@ -263,7 +263,7 @@
%
% \begin{macrocode}
%<*package>
\ProvidesExplPackage{l3color}{2018-09-24}{}
\ProvidesExplPackage{l3color}{2018-10-17}{}
{L3 Experimental color support}
%</package>
% \end{macrocode}
@@ -42,7 +42,7 @@
% }^^A
% }
%
% \date{Released 2018-09-24}
% \date{Released 2018-10-17}
%
% \maketitle
%
@@ -42,7 +42,7 @@
% }^^A
% }
%
% \date{Released 2018-09-24}
% \date{Released 2018-10-17}
%
% \maketitle
%
@@ -42,7 +42,7 @@
% }^^A
% }
%
% \date{Released 2018-09-24}
% \date{Released 2018-10-17}
%
% \maketitle
%
@@ -42,7 +42,7 @@
% }^^A
% }
%
% \date{Released 2018-09-24}
% \date{Released 2018-10-17}
%
% \maketitle
%
@@ -42,7 +42,7 @@
% }^^A
% }
%
% \date{Released 2018-09-24}
% \date{Released 2018-10-17}
%
% \maketitle
%
@@ -42,7 +42,7 @@
% }^^A
% }
%
% \date{Released 2018-09-24}
% \date{Released 2018-10-17}
%
% \maketitle
%
@@ -42,7 +42,7 @@
% }^^A
% }
%
% \date{Released 2018-09-24}
% \date{Released 2018-10-17}
%
% \maketitle
%
@@ -109,7 +109,7 @@
% }^^A
% }
%
% \date{Released 2018-09-24}
% \date{Released 2018-10-17}
%
% \maketitle
%
@@ -1106,7 +1106,7 @@
%
% \begin{macrocode}
%<*package>
\ProvidesExplPackage{l3draw}{2018-09-24}{}
\ProvidesExplPackage{l3draw}{2018-10-17}{}
{L3 Experimental core drawing support}
%</package>
% \end{macrocode}
@@ -46,7 +46,7 @@
% }^^A
% }
%
% \date{Released 2018-09-24}
% \date{Released 2018-10-17}
%
% \maketitle
%
@@ -234,7 +234,7 @@
% \end{macrocode}
%
% \begin{macrocode}
\ProvidesExplPackage{l3str-convert}{2018-09-24}{}
\ProvidesExplPackage{l3str-convert}{2018-10-17}{}
{L3 Experimental string encoding conversions}
% \end{macrocode}
%
@@ -46,7 +46,7 @@
% }^^A
% }
%
% \date{Released 2018-09-24}
% \date{Released 2018-10-17}
%
% \maketitle
%
@@ -162,7 +162,7 @@
%
% \begin{macrocode}
%<*package>
\ProvidesExplPackage{l3str-format}{2018-09-24}{}
\ProvidesExplPackage{l3str-format}{2018-10-17}{}
{L3 Experimental string formatting}
%</package>
% \end{macrocode}
@@ -171,22 +171,13 @@ TRUE
TEST 8: iso encoding
============================================================
(l3str-enc-iso88592.def)
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
!
! LaTeX error: "str/encode-8-bit"
!
! Unicode string cannot be converted to encoding 'iso88592'.
!
! See the LaTeX3 documentation for further information.
!
! For immediate help type H <return>.
!...............................................
! LaTeX3 Error: Unicode string cannot be converted to encoding 'iso88592'.
For immediate help type H <return>.
...
l. ... }
|'''''''''''''''''''''''''''''''''''''''''''''''
| The encoding 'iso88592' only contains a subset of all Unicode characters.
| LaTeX was asked to convert a string to that encoding, but that string
| contains a character that 'iso88592' does not support.
|...............................................
The encoding 'iso88592' only contains a subset of all Unicode characters.
LaTeX was asked to convert a string to that encoding, but that string contains
a character that 'iso88592' does not support.
TRUE
FALSE
============================================================
@@ -154,21 +154,12 @@ TEST 5: From utf8 to native
============================================================
(l3str-enc-utf8.def)
TRUE
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
!
! LaTeX error: "str/native-overflow"
!
! Character code too large for this engine.
!
! See the LaTeX3 documentation for further information.
!
! For immediate help type H <return>.
!...............................................
! LaTeX3 Error: Character code too large for this engine.
For immediate help type H <return>.
...
l. ... }
|'''''''''''''''''''''''''''''''''''''''''''''''
| This engine only support 8-bit characters: valid character codes are in the
| range [0,255]. To manipulate arbitrary Unicode, use LuaTeX or XeTeX.
|...............................................
This engine only support 8-bit characters: valid character codes are in the
range [0,255]. To manipulate arbitrary Unicode, use LuaTeX or XeTeX.
TRUE
============================================================
============================================================
@@ -186,22 +177,13 @@ TRUE
TEST 8: iso encoding
============================================================
(l3str-enc-iso88592.def)
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
!
! LaTeX error: "str/encode-8-bit"
!
! Unicode string cannot be converted to encoding 'iso88592'.
!
! See the LaTeX3 documentation for further information.
!
! For immediate help type H <return>.
!...............................................
! LaTeX3 Error: Unicode string cannot be converted to encoding 'iso88592'.
For immediate help type H <return>.
...
l. ... }
|'''''''''''''''''''''''''''''''''''''''''''''''
| The encoding 'iso88592' only contains a subset of all Unicode characters.
| LaTeX was asked to convert a string to that encoding, but that string
| contains a character that 'iso88592' does not support.
|...............................................
The encoding 'iso88592' only contains a subset of all Unicode characters.
LaTeX was asked to convert a string to that encoding, but that string contains
a character that 'iso88592' does not support.
TRUE
FALSE
============================================================
@@ -171,22 +171,13 @@ TRUE
TEST 8: iso encoding
============================================================
(l3str-enc-iso88592.def)
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
!
! LaTeX error: "str/encode-8-bit"
!
! Unicode string cannot be converted to encoding 'iso88592'.
!
! See the LaTeX3 documentation for further information.
!
! For immediate help type H <return>.
!...............................................
! LaTeX3 Error: Unicode string cannot be converted to encoding 'iso88592'.
For immediate help type H <return>.
...
l. ... }
|'''''''''''''''''''''''''''''''''''''''''''''''
| The encoding 'iso88592' only contains a subset of all Unicode characters.
| LaTeX was asked to convert a string to that encoding, but that string
| contains a character that 'iso88592' does not support.
|...............................................
The encoding 'iso88592' only contains a subset of all Unicode characters.
LaTeX was asked to convert a string to that encoding, but that string contains
a character that 'iso88592' does not support.
TRUE
FALSE
============================================================
@@ -44,7 +44,7 @@
% }^^A
% }
%
% \date{Released 2018-09-24}
% \date{Released 2018-10-17}
%
% \maketitle
%
@@ -134,7 +134,7 @@
%
% \begin{macrocode}
%<*package>
\ProvidesExplPackage{l3sys-shell}{2018-09-24}{}
\ProvidesExplPackage{l3sys-shell}{2018-10-17}{}
{L3 Experimental system shell functions}
%</package>
% \end{macrocode}

Showing you all comments on commits in this comparison.

@stone-zeng

This comment has been minimized.

Copy link
Contributor

@stone-zeng stone-zeng commented on 01cfc47 Dec 23, 2018

The corresponding document is still:

By default, the option is set to true, meaning that each command or environment declared is logged.

It should be modified as log-declarations=false by default now.

@eg9

This comment has been minimized.

Copy link
Contributor

@eg9 eg9 commented on 01cfc47 Dec 23, 2018

Done

114f031