1. 18 Sep, 2025 1 commit
  2. 17 Sep, 2025 1 commit
  3. 16 Sep, 2025 2 commits
  4. 12 Sep, 2025 4 commits
    • Alfredo Di Napoli's avatar
      Fix remaining tests · 0f018d7c
      Alfredo Di Napoli authored
      In particular:
      
      * In ngrams search tests where we were comparing the total number of
        results returned, we need to account only for the roots, because the
        total number we would be returning from the pagination would be
        higher, as it would include children, in some cases;
      * In the `AcyclipTableMap` generator, the roots we generate need to be
        so (i.e. `_ne_root` and `_ne_parent` must be `Nothing`).
      0f018d7c
    • Alfredo Di Napoli's avatar
      Fix ngrams ordering in test outputs · ab4d30db
      Alfredo Di Napoli authored
      After we rewrote `destroyForest`, it means that in normal conditions we
      are going to output roots followed by their nodes (in in-order
      ordering), so the test outputs need adjustments.
      ab4d30db
    • Alfredo Di Napoli's avatar
      Try rewriting destroyForest · da6ef3eb
      Alfredo Di Napoli authored
      Destroying a forest should flatten any recursive children, or they won't
      show up in the final ngrams table.
      da6ef3eb
    • Alfredo Di Napoli's avatar
  5. 11 Sep, 2025 4 commits
  6. 10 Sep, 2025 5 commits
  7. 09 Sep, 2025 1 commit
  8. 08 Sep, 2025 3 commits
  9. 05 Sep, 2025 1 commit
  10. 04 Sep, 2025 1 commit
  11. 03 Sep, 2025 2 commits
  12. 01 Sep, 2025 2 commits
  13. 26 Aug, 2025 1 commit
  14. 25 Aug, 2025 12 commits