You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
valYshowPrintErrors:Setting[Boolean] =BooleanSetting("-Yshow-print-errors", "Don't suppress exceptions thrown during tree printing.")
389
389
valYprintTasty:Setting[Boolean] =BooleanSetting("-Yprint-tasty", "Prints the generated TASTY to stdout.")
390
390
valYtestPickler:Setting[Boolean] =BooleanSetting("-Ytest-pickler", "Self-test for pickling functionality; should be used with -Ystop-after:pickler.")
391
+
valYtestPicklerCheck:Setting[Boolean] =BooleanSetting("-Ytest-pickler-check", "Self-test for pickling -print-tasty output; should be used with -Ytest-pickler.")
391
392
valYcheckReentrant:Setting[Boolean] =BooleanSetting("-Ycheck-reentrant", "Check that compiled program does not contain vars that can be accessed from a global root.")
392
393
valYdropComments:Setting[Boolean] =BooleanSetting("-Ydrop-docs", "Drop documentation when scanning source files.", aliases =List("-Ydrop-comments"))
0 commit comments