Increase the default printWidth for examples from 77 to 129
authorDoug Torrance <dtorrance@piedmont.edu>
Sun, 24 Jan 2021 13:57:47 +0000 (13:57 +0000)
committerDoug Torrance <dtorrance@piedmont.edu>
Sun, 24 Jan 2021 13:57:47 +0000 (13:57 +0000)
Forwarded: not-needed
Last-Update: 2020-12-03

This decreases the probability of examples escaping the "reproduciblePaths"
function due to line wrapping.

Gbp-Pq: Name remove-build-paths-from-docs.patch

M2/Macaulay2/m2/run.m2

index d6f8b815b0bf5091b0e1b127424ea32c0a90cda4..7ba5260fa5459acf6730b2014f4c6a65f4c24223 100644 (file)
@@ -54,7 +54,7 @@ ArgNotify      = 1 << 11 -* add --notify *-
 ArgSilent      = 1 << 12 -* add --silent *-
 ArgStop        = 1 << 13 -* add --stop *-
 ArgPrintWidth  = 1 << 14 -* add --print-width 77 *-
-ArgPrintWidthN = 77
+ArgPrintWidthN = 129
 -- suffixes
 SetInputFile   = 1 << 30 -* add <inf *-
 SetOutputFile  = 1 << 31 -* add >>tmpf *-