Skip to content
Success

Changes

Summary

  1. committed makefile change for cofor include (details)
  2. Update max/min so n-ary version doesn't match against the 2 argument case. Also added a test. (details)
  3. Some mistakes in isPolyType found while working on the box pass. There was a new-ast verison using the old type map and, perhaps relatedly, the new type map version recursed into the no type map form. Also some clean-up in related functions. (details)
Commit f64cc42aa47f683c518bd8006223d5722dd23b0a by caparsons
committed makefile change for cofor include
The file was modifiedlibcfa/src/Makefile.am
Commit a738c68fc1929f5116c7cee21dcaaf5dc53a4f4c by ajbeach
Update max/min so n-ary version doesn't match against the 2 argument case. Also added a test.
The file was modifiedtests/minmax.cfa
The file was modifiedtests/.expect/minmax.txt
The file was modifiedlibcfa/src/common.hfa
Commit 3df4cd95d31b16667c378d2fdb5bca5d9c22f2bc by ajbeach
Some mistakes in isPolyType found while working on the box pass. There was a new-ast verison using the old type map and, perhaps relatedly, the new type map version recursed into the no type map form. Also some clean-up in related functions.
The file was modifiedsrc/GenPoly/GenPoly.cc