1. 01 Jan, 2018 8 commits
  2. 29 Dec, 2017 4 commits
  3. 26 Dec, 2017 3 commits
  4. 24 Dec, 2017 2 commits
  5. 22 Dec, 2017 2 commits
  6. 20 Dec, 2017 3 commits
  7. 19 Dec, 2017 1 commit
  8. 17 Dec, 2017 2 commits
  9. 16 Dec, 2017 1 commit
  10. 15 Dec, 2017 1 commit
  11. 14 Dec, 2017 1 commit
  12. 09 Dec, 2017 2 commits
  13. 08 Dec, 2017 4 commits
  14. 07 Dec, 2017 4 commits
  15. 06 Dec, 2017 2 commits
    • Grégoire Paris's avatar
      Remove unused exception · 559ebed9
      Grégoire Paris authored
      559ebed9
    • Grégoire Paris's avatar
      Trigger a deprecation on unknown option · 0241134e
      Grégoire Paris authored
      I am not sure if there is a rationale behind ignoring extra keys like
      this. I was under the impression that something might copy options to
      platform specific options, thus leaving options in the original array,
      knowing they would be ignored anyway. If it is the case, it would be
      best to just move them, otherwise, this commit might help troubleshoot
      some mapping issues.
      I had to fix some tests that wrongly used that options array (maybe
      these options were valid at some point?).
      0241134e