diff options
| author | Jason Gross | 2019-09-16 19:19:07 -0400 |
|---|---|---|
| committer | Jason Gross | 2019-11-26 14:14:04 -0500 |
| commit | b09444fdaee1cf608dd40465d5e400fbd46ef6ad (patch) | |
| tree | 96918b6f363dcbad148d8b5cb4623eacddd3c75e /dev | |
| parent | 49d21a292c3a57e8ec01888745957716834f1e36 (diff) | |
Make rapply handle all numbers of underscores
Also add a tactic notation so that it takes in uconstrs by default.
Also add some basic tests for `rapply`.
Also document rapply in the manual
Diffstat (limited to 'dev')
| -rw-r--r-- | dev/ci/user-overlays/10760-JasonGross-more-rapply.sh | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/dev/ci/user-overlays/10760-JasonGross-more-rapply.sh b/dev/ci/user-overlays/10760-JasonGross-more-rapply.sh new file mode 100644 index 0000000000..c1cb1f15cd --- /dev/null +++ b/dev/ci/user-overlays/10760-JasonGross-more-rapply.sh @@ -0,0 +1,7 @@ +if [ "$CI_PULL_REQUEST" = "10760" ] || [ "$CI_BRANCH" = "more-rapply" ]; then + + math_classes_CI_BRANCH=fix-for-more-rapply-10760 + math_classes_CI_REF=fix-for-more-rapply-10760 + math_classes_CI_GITURL=https://github.com/JasonGross/math-classes + +fi |
