Skip to content
Success

#199 (Mar 11, 2026, 10:47:00 PM)

Started 11 hr ago
Took 1 hr 20 min

Started by timer

This run spent:

  • 10 ms waiting;
  • 1 hr 20 min build duration;
  • 1 hr 20 min total from scheduled to completion.
Revision: a783c74ba6b959c19144a6c39d4fb911d22b5eb2
Repository: cforall@plg.uwaterloo.ca:software/cfa/cfa-cc
  • refs/remotes/origin/master
rework member fixBlock to allow loop else-clause to access while/for conditional declarations
pabuhr at
change codegen for loop else-clause to print else-clause as a compound statement
pabuhr at
during parsing, wrap loop else-clause in compound statement if it is only an expression
pabuhr at
update loop else-clause test to verify loop declarations are accessible in else clause
pabuhr at
update documentation for hoisting of loop declarations
pabuhr at