Skip to content
Snippets Groups Projects
  1. Apr 06, 2020
  2. Apr 02, 2020
  3. Mar 08, 2020
  4. Mar 07, 2020
  5. Nov 30, 2019
  6. Oct 17, 2019
  7. Sep 01, 2019
  8. Apr 27, 2019
  9. Mar 05, 2019
  10. Feb 08, 2019
  11. Feb 07, 2019
  12. Feb 03, 2019
  13. Oct 25, 2018
  14. Oct 12, 2018
  15. Oct 05, 2018
  16. Oct 04, 2018
  17. Oct 03, 2018
  18. Oct 02, 2018
  19. Oct 01, 2018
  20. Sep 30, 2018
  21. Sep 24, 2018
  22. Sep 06, 2018
  23. Sep 05, 2018
  24. Sep 04, 2018
    • dkg's avatar
      office: try all members, even when one fails · 1d7e374e
      dkg authored
      the end result will be the same -- an abort -- but the user will get
      to see all the warnings for a particular file, instead of getting them
      one at a time.
      1d7e374e
    • dkg's avatar
      document all unknown/unhandlable files even on abort · 915dc634
      dkg authored
      This makes it easy to get a list of all files that mat2 doesn't know
      how to handle, without having to choose -u keep or -u omit.
      915dc634
    • dkg's avatar
      office: create policy for what to do about unknown members · 4192a2da
      dkg authored
      previously, encountering an unknown member meant that any parser of
      this type would abort.
      
      now, the user can set parser.unknown_member_policy to either 'omit' or
      'keep' if they don't want the current action of 'abort'
      
      note that this causes pylint to complain about branching depth for
      remove_all() because of the nuanced error-handling.  I've disabled
      this check.
      4192a2da
  25. Sep 01, 2018
Loading