Skip to content
Snippets Groups Projects
  1. Sep 05, 2018
  2. 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
      add --unknown-members argument to mat2 · 10d60bd3
      dkg authored
      This allows the user to make use of parser.unknown_member_policy for
      archive formats.
      
      At the suggestion of @jvoisin, it also prints a scary warning if the
      user explicitly chooses 'keep'.
      10d60bd3
    • 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
  3. Sep 03, 2018
  4. Sep 01, 2018
  5. Aug 25, 2018
  6. Aug 24, 2018
  7. Aug 23, 2018
  8. Aug 19, 2018
  9. Aug 08, 2018
  10. Aug 03, 2018
  11. Jul 30, 2018
  12. Jul 26, 2018
  13. Jul 25, 2018
  14. Jul 24, 2018
  15. Jul 23, 2018
Loading