M2 icon indicating copy to clipboard operation
M2 copied to clipboard

eliminate kludge

Open DanGrayson opened this issue 5 years ago • 0 comments
trafficstars

	$(eval check-$i:; \
		if ! grep "CacheExampleOutput => true" @srcdir@/$i.m2 >/dev/null ;\
		then @pre_bindir@/M2 -q $(STOP) -e "needsPackage(\"$i\",LoadDocumentation=>true,DebuggingMode=>true); check($i,UserMode=>false); exit 0" ;\
		fi ))

Instead, check should take care of it, and print a warning message when checks are not done because optional components are not present.

DanGrayson avatar Jun 29 '20 18:06 DanGrayson