spicy icon indicating copy to clipboard operation
spicy copied to clipboard

Audit documentation for `spicyc -c` or `spicyc -l`

Open bbannier opened this issue 1 year ago • 0 comments

As of 28437292fcf01cb1602e0318924cd7c78f5429fe we might require more than the generated .cc and __linker__.cc files, see e.g., #1692. While previously it was often sufficient to call spicyc -c and spicyc -l to create all needed C++ files this can now often fail to link.

We should audit the documentation to make sure we suggest spicyc -x where possible over e.g., spicyc -c. It might even make sense to completely drop the -c and -l flags.

bbannier avatar Mar 15 '24 09:03 bbannier