projects
/
macaulay2.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5bc1f84
)
Increase the default printWidth for examples from 77 to 129
author
Doug Torrance
<dtorrance@piedmont.edu>
Sun, 24 Jan 2021 13:57:47 +0000
(13:57 +0000)
committer
Doug 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
patch
|
blob
|
history
diff --git
a/M2/Macaulay2/m2/run.m2
b/M2/Macaulay2/m2/run.m2
index d6f8b815b0bf5091b0e1b127424ea32c0a90cda4..7ba5260fa5459acf6730b2014f4c6a65f4c24223 100644
(file)
--- a/
M2/Macaulay2/m2/run.m2
+++ b/
M2/Macaulay2/m2/run.m2
@@
-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 *-