1. 20 Jan, 2025 1 commit
  2. 14 Jan, 2025 3 commits
  3. 13 Jan, 2025 2 commits
  4. 10 Jan, 2025 1 commit
  5. 09 Jan, 2025 3 commits
  6. 08 Jan, 2025 1 commit
  7. 07 Jan, 2025 3 commits
  8. 30 Dec, 2024 6 commits
  9. 23 Dec, 2024 2 commits
  10. 21 Dec, 2024 1 commit
  11. 19 Dec, 2024 1 commit
  12. 18 Dec, 2024 4 commits
  13. 10 Dec, 2024 3 commits
  14. 09 Dec, 2024 8 commits
  15. 06 Dec, 2024 1 commit
    • Grégoire Locqueville's avatar
      Removed a bunch of build warnings · 1e10b29f
      Grégoire Locqueville authored
      I fixed those warnings that were easy to fix: redundant imports, unused
      variables, etc. (I might have missed some though)
      
      The warnings I deliberately left for now are:
      * In `Test.API.UpdateList`: Incomplete pattern matching (we would need
        to think a bit about error handling to fix this)
      * In `Test.Utils`: `traceShowId` remains in code (we would need to think
        a bit about proper logging to fix this)
      1e10b29f