Skip to content
Snippets Groups Projects
  1. Nov 06, 2020
  2. Nov 05, 2020
  3. Nov 04, 2020
  4. Oct 28, 2020
  5. Oct 26, 2020
  6. Oct 23, 2020
  7. Oct 22, 2020
  8. 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
  9. Oct 20, 2020
  10. Oct 19, 2020
  11. Oct 02, 2020
  12. Oct 01, 2020
  13. Sep 30, 2020
  14. Sep 28, 2020
  15. Sep 24, 2020
  16. Sep 23, 2020
  17. Sep 22, 2020
  18. Sep 21, 2020
Loading