Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

FlatArray and Text #1856

Draft
wants to merge 54 commits into
base: develop
Choose a base branch
from

Commits on Oct 1, 2024

  1. Introduce Text type for BorrowDatum

    This is a bit MVP-ish at the moment.
    workingjubilee committed Oct 1, 2024
    Configuration menu
    Copy the full SHA
    e7a9248 View commit details
    Browse the repository at this point in the history
  2. Template out FlatArray

    Right now, it only needs to typecheck.
    workingjubilee committed Oct 1, 2024
    Configuration menu
    Copy the full SHA
    1ed08e0 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    40bb692 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    68815db View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    4e1004a View commit details
    Browse the repository at this point in the history
  6. Add FlatArray::nulls

    workingjubilee committed Oct 1, 2024
    Configuration menu
    Copy the full SHA
    aac87d7 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    4934fd4 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    742bcf5 View commit details
    Browse the repository at this point in the history
  9. Fix imports

    workingjubilee committed Oct 1, 2024
    Configuration menu
    Copy the full SHA
    536c729 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    48b4933 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    b9a33c3 View commit details
    Browse the repository at this point in the history
  12. Fix BorrowDatum for FlatArray && Text

    Also comment out a shitton of code that doesn't compile anymore.
    workingjubilee committed Oct 1, 2024
    Configuration menu
    Copy the full SHA
    d845204 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    ba5e73f View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    1b91a9e View commit details
    Browse the repository at this point in the history
  15. Draft an ArrayIter

    workingjubilee committed Oct 1, 2024
    Configuration menu
    Copy the full SHA
    e84d3d2 View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    e2ddff7 View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    85ea44c View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    684005c View commit details
    Browse the repository at this point in the history
  19. Configuration menu
    Copy the full SHA
    6b3ec58 View commit details
    Browse the repository at this point in the history
  20. Configuration menu
    Copy the full SHA
    c0f0238 View commit details
    Browse the repository at this point in the history
  21. Configuration menu
    Copy the full SHA
    55b7543 View commit details
    Browse the repository at this point in the history
  22. Configuration menu
    Copy the full SHA
    24c7648 View commit details
    Browse the repository at this point in the history
  23. Configuration menu
    Copy the full SHA
    f98cc2c View commit details
    Browse the repository at this point in the history
  24. fix doc link maybe

    workingjubilee committed Oct 1, 2024
    Configuration menu
    Copy the full SHA
    848f2bc View commit details
    Browse the repository at this point in the history
  25. Configuration menu
    Copy the full SHA
    7cea9b7 View commit details
    Browse the repository at this point in the history
  26. Fixup text docs

    workingjubilee committed Oct 1, 2024
    Configuration menu
    Copy the full SHA
    3fa0675 View commit details
    Browse the repository at this point in the history
  27. Configuration menu
    Copy the full SHA
    fac7f1e View commit details
    Browse the repository at this point in the history
  28. Configuration menu
    Copy the full SHA
    14c47ac View commit details
    Browse the repository at this point in the history
  29. Have a cow

    workingjubilee committed Oct 1, 2024
    Configuration menu
    Copy the full SHA
    df9d60d View commit details
    Browse the repository at this point in the history
  30. Configuration menu
    Copy the full SHA
    3606a9a View commit details
    Browse the repository at this point in the history
  31. Configuration menu
    Copy the full SHA
    ef7ac23 View commit details
    Browse the repository at this point in the history
  32. Configuration menu
    Copy the full SHA
    151af42 View commit details
    Browse the repository at this point in the history
  33. try to add some tests

    workingjubilee committed Oct 1, 2024
    Configuration menu
    Copy the full SHA
    89a1f27 View commit details
    Browse the repository at this point in the history
  34. test revision

    workingjubilee committed Oct 1, 2024
    Configuration menu
    Copy the full SHA
    10072ec View commit details
    Browse the repository at this point in the history
  35. fixup tests more

    workingjubilee committed Oct 1, 2024
    Configuration menu
    Copy the full SHA
    a8ca379 View commit details
    Browse the repository at this point in the history
  36. Configuration menu
    Copy the full SHA
    960869e View commit details
    Browse the repository at this point in the history
  37. Fix all test issuues

    workingjubilee committed Oct 1, 2024
    Configuration menu
    Copy the full SHA
    2ed093f View commit details
    Browse the repository at this point in the history
  38. Configuration menu
    Copy the full SHA
    ea31e20 View commit details
    Browse the repository at this point in the history
  39. Configuration menu
    Copy the full SHA
    e2294dc View commit details
    Browse the repository at this point in the history
  40. impl ArrayIter::next fully

    also remove irrelevant deny-null tests and fix remaining tests.
    workingjubilee committed Oct 1, 2024
    Configuration menu
    Copy the full SHA
    6fca1e3 View commit details
    Browse the repository at this point in the history
  41. Configuration menu
    Copy the full SHA
    e9ee7bd View commit details
    Browse the repository at this point in the history
  42. Configuration menu
    Copy the full SHA
    4fbe8c4 View commit details
    Browse the repository at this point in the history
  43. Fixup another test

    workingjubilee committed Oct 1, 2024
    Configuration menu
    Copy the full SHA
    96b6d5d View commit details
    Browse the repository at this point in the history
  44. Configuration menu
    Copy the full SHA
    b67f095 View commit details
    Browse the repository at this point in the history
  45. Configuration menu
    Copy the full SHA
    c75dd1e View commit details
    Browse the repository at this point in the history
  46. Configuration menu
    Copy the full SHA
    82cb038 View commit details
    Browse the repository at this point in the history
  47. impl TextData

    workingjubilee committed Oct 1, 2024
    Configuration menu
    Copy the full SHA
    cc020d4 View commit details
    Browse the repository at this point in the history
  48. move some doc text

    workingjubilee committed Oct 1, 2024
    Configuration menu
    Copy the full SHA
    347e1fb View commit details
    Browse the repository at this point in the history
  49. typo in fn name

    workingjubilee committed Oct 1, 2024
    Configuration menu
    Copy the full SHA
    05ed23d View commit details
    Browse the repository at this point in the history
  50. Fixup docs a bit

    workingjubilee committed Oct 1, 2024
    Configuration menu
    Copy the full SHA
    d69231f View commit details
    Browse the repository at this point in the history
  51. Add doc aliases

    workingjubilee committed Oct 1, 2024
    Configuration menu
    Copy the full SHA
    f92a756 View commit details
    Browse the repository at this point in the history
  52. Configuration menu
    Copy the full SHA
    e2ba9ac View commit details
    Browse the repository at this point in the history
  53. publicize ArrayIter

    workingjubilee committed Oct 1, 2024
    Configuration menu
    Copy the full SHA
    7bce001 View commit details
    Browse the repository at this point in the history
  54. Configuration menu
    Copy the full SHA
    aaa6ed2 View commit details
    Browse the repository at this point in the history