1. 21 May, 2025 1 commit
  2. 28 Apr, 2025 4 commits
  3. 07 Apr, 2025 3 commits
  4. 27 Mar, 2025 2 commits
  5. 26 Mar, 2025 4 commits
  6. 25 Mar, 2025 5 commits
  7. 20 Mar, 2025 1 commit
  8. 18 Mar, 2025 1 commit
  9. 17 Mar, 2025 1 commit
  10. 12 Mar, 2025 1 commit
  11. 10 Mar, 2025 3 commits
    • Alfredo Di Napoli's avatar
      fix(tests): allow ctrl-c to shut down the tests cleanly · 1ad17efd
      Alfredo Di Napoli authored
      The problem was caused by the improper usage of
      `delegate_ctrl` when creating the coreNLP process. For a long
      time I was under the impression this flag was essential to allow child
      processes to shutdown cleanly without leaving zombie threads, but the
      result here in the context of the testsuite was that the coreNLP server
      was receiving the first Ctrl^C, completely starving the Haskell RTS,
      which wouldn't receive any and as a result our testsuite would be
      running forever.
      1ad17efd
    • Alfredo Di Napoli's avatar
      refactoring(logger): Silence debug logs in tests · c448afb3
      Alfredo Di Napoli authored
      This commit correctly propagates the correct `LogConfig` in all the
      places where we were just defaulting to log everything, and this allows
      us to silence debug logs in tests, unless we want them.
      c448afb3
    • Alfredo Di Napoli's avatar
      refactoring(logging): rename withLoggerHoisted to withLoggerIO · 89d97fd0
      Alfredo Di Napoli authored
      This will allow us to find all the use site of this function, trying to
      see if we can use only `withLogger` or correctly control the logging
      verbosity via the `HasLogger` and `LogInitParams`.
      89d97fd0
  12. 06 Mar, 2025 1 commit
  13. 03 Mar, 2025 1 commit
  14. 28 Feb, 2025 3 commits
  15. 27 Feb, 2025 9 commits