Skip to content
Snippets Groups Projects
  1. Nov 11, 2020
  2. Nov 09, 2020
  3. Nov 06, 2020
  4. Nov 05, 2020
  5. Nov 04, 2020
  6. Oct 28, 2020
  7. Oct 26, 2020
  8. Oct 23, 2020
  9. Oct 22, 2020
  10. Oct 21, 2020
    • Alex Sears's avatar
      Add print to find · fae7e1a9
      Alex Sears authored
      The `find` call in the Makefile doesn't actually output any `*.libsonnet` file due to the way `find` handles operators. This was discovered using GNU `find` on a Mac. From the manpages:
      
      > Please  note  that -a when specified implicitly (for example by two tests appearing without an explicit operator between them) or explicitly has higher precedence than -o.  This means that find . -name afile -o -name bfile -print will never print afile.
      
      A simple addition of `-print` to force the print fixes the issue.
      fae7e1a9
  11. Oct 20, 2020
  12. Oct 19, 2020
  13. Oct 02, 2020
Loading