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

Use native iterators instead of Lumino iterators #346

Merged
merged 62 commits into from
Aug 17, 2022

Commits on Aug 16, 2022

  1. Configuration menu
    Copy the full SHA
    8639b66 View commit details
    Browse the repository at this point in the history
  2. More iterator refactoring

    afshin committed Aug 16, 2022
    Configuration menu
    Copy the full SHA
    a935f6a View commit details
    Browse the repository at this point in the history
  3. Update each<T>() function

    afshin committed Aug 16, 2022
    Configuration menu
    Copy the full SHA
    029bcc3 View commit details
    Browse the repository at this point in the history
  4. Remove ArrayIterator<T>

    afshin committed Aug 16, 2022
    Configuration menu
    Copy the full SHA
    c88f20b View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    f5176d6 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    150738a View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    ddeab32 View commit details
    Browse the repository at this point in the history
  8. Remove toArray<T>()

    afshin committed Aug 16, 2022
    Configuration menu
    Copy the full SHA
    ebc44cc View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    d40cc10 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    77a44ae View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    d1b6e2e View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    4c13c6f View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    588e666 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    346cd2a View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    de3de59 View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    acaa6ed View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    fb48177 View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    e6964f3 View commit details
    Browse the repository at this point in the history
  19. Configuration menu
    Copy the full SHA
    462f495 View commit details
    Browse the repository at this point in the history
  20. Configuration menu
    Copy the full SHA
    6abfc62 View commit details
    Browse the repository at this point in the history
  21. Configuration menu
    Copy the full SHA
    298ac8c View commit details
    Browse the repository at this point in the history
  22. Configuration menu
    Copy the full SHA
    9380340 View commit details
    Browse the repository at this point in the history
  23. Fix algorithm package tests

    afshin committed Aug 16, 2022
    Configuration menu
    Copy the full SHA
    ccbb647 View commit details
    Browse the repository at this point in the history
  24. Configuration menu
    Copy the full SHA
    518079c View commit details
    Browse the repository at this point in the history
  25. Fix LinkedList tests

    afshin committed Aug 16, 2022
    Configuration menu
    Copy the full SHA
    481cfb7 View commit details
    Browse the repository at this point in the history
  26. Update disposable

    afshin committed Aug 16, 2022
    Configuration menu
    Copy the full SHA
    82d9b28 View commit details
    Browse the repository at this point in the history
  27. Configuration menu
    Copy the full SHA
    b4c1250 View commit details
    Browse the repository at this point in the history
  28. Fix widget tests

    afshin committed Aug 16, 2022
    Configuration menu
    Copy the full SHA
    3ab8cb1 View commit details
    Browse the repository at this point in the history
  29. Configuration menu
    Copy the full SHA
    3d633c4 View commit details
    Browse the repository at this point in the history
  30. Update API report

    afshin committed Aug 16, 2022
    Configuration menu
    Copy the full SHA
    4f1a5c1 View commit details
    Browse the repository at this point in the history
  31. Fix doc strings

    afshin committed Aug 16, 2022
    Configuration menu
    Copy the full SHA
    797ea47 View commit details
    Browse the repository at this point in the history
  32. Configuration menu
    Copy the full SHA
    fbc612a View commit details
    Browse the repository at this point in the history
  33. Simplify chain<T>()

    afshin committed Aug 16, 2022
    Configuration menu
    Copy the full SHA
    720ce2e View commit details
    Browse the repository at this point in the history
  34. Simplify take<T>()

    afshin committed Aug 16, 2022
    Configuration menu
    Copy the full SHA
    35d6f40 View commit details
    Browse the repository at this point in the history
  35. Configuration menu
    Copy the full SHA
    050daeb View commit details
    Browse the repository at this point in the history
  36. Configuration menu
    Copy the full SHA
    d6012a4 View commit details
    Browse the repository at this point in the history
  37. Simplify stride<T>()

    afshin committed Aug 16, 2022
    Configuration menu
    Copy the full SHA
    0f2ec49 View commit details
    Browse the repository at this point in the history
  38. Re-enable zip() tests

    afshin committed Aug 16, 2022
    Configuration menu
    Copy the full SHA
    68eb1dd View commit details
    Browse the repository at this point in the history
  39. Configuration menu
    Copy the full SHA
    a5bc2c3 View commit details
    Browse the repository at this point in the history
  40. Configuration menu
    Copy the full SHA
    f0189cc View commit details
    Browse the repository at this point in the history
  41. Use for...of for minmax<T>()

    afshin committed Aug 16, 2022
    Configuration menu
    Copy the full SHA
    8a9574a View commit details
    Browse the repository at this point in the history
  42. Configuration menu
    Copy the full SHA
    fbf1317 View commit details
    Browse the repository at this point in the history
  43. Configuration menu
    Copy the full SHA
    654aef5 View commit details
    Browse the repository at this point in the history
  44. Configuration menu
    Copy the full SHA
    14aa4da View commit details
    Browse the repository at this point in the history
  45. Configuration menu
    Copy the full SHA
    eba5225 View commit details
    Browse the repository at this point in the history
  46. Configuration menu
    Copy the full SHA
    688cb0f View commit details
    Browse the repository at this point in the history
  47. Configuration menu
    Copy the full SHA
    ad8e19b View commit details
    Browse the repository at this point in the history
  48. Fix examples

    afshin committed Aug 16, 2022
    Configuration menu
    Copy the full SHA
    00e6855 View commit details
    Browse the repository at this point in the history
  49. Fine.

    afshin committed Aug 16, 2022
    Configuration menu
    Copy the full SHA
    b9a0b1b View commit details
    Browse the repository at this point in the history
  50. Configuration menu
    Copy the full SHA
    0f747de View commit details
    Browse the repository at this point in the history
  51. Configuration menu
    Copy the full SHA
    9caca56 View commit details
    Browse the repository at this point in the history
  52. Remove duplicate repeat() test

    afshin committed Aug 16, 2022
    Configuration menu
    Copy the full SHA
    d74f6c2 View commit details
    Browse the repository at this point in the history
  53. Better label for stride() test

    afshin committed Aug 16, 2022
    Configuration menu
    Copy the full SHA
    929b6d9 View commit details
    Browse the repository at this point in the history
  54. Better labels for zip() tests

    afshin committed Aug 16, 2022
    Configuration menu
    Copy the full SHA
    1fbfcae View commit details
    Browse the repository at this point in the history
  55. Configuration menu
    Copy the full SHA
    bc2b48f View commit details
    Browse the repository at this point in the history
  56. Configuration menu
    Copy the full SHA
    84ec11b View commit details
    Browse the repository at this point in the history
  57. Reimplement toObject() using iterables and toArray() as a deprecated …

    …placeholder for Array.from()
    afshin committed Aug 16, 2022
    Configuration menu
    Copy the full SHA
    1442576 View commit details
    Browse the repository at this point in the history
  58. Better toObject() test

    afshin committed Aug 16, 2022
    Configuration menu
    Copy the full SHA
    da91b28 View commit details
    Browse the repository at this point in the history
  59. Configuration menu
    Copy the full SHA
    c6673e8 View commit details
    Browse the repository at this point in the history
  60. Fix typo

    afshin committed Aug 16, 2022
    Configuration menu
    Copy the full SHA
    071756a View commit details
    Browse the repository at this point in the history
  61. Another .forEach() => for...of

    afshin committed Aug 16, 2022
    Configuration menu
    Copy the full SHA
    1197d76 View commit details
    Browse the repository at this point in the history

Commits on Aug 17, 2022

  1. Update packages/algorithm/src/iter.ts

    Co-authored-by: Vidar Tonaas Fauske <vidartf@gmail.com>
    afshin and vidartf authored Aug 17, 2022
    Configuration menu
    Copy the full SHA
    c340bd6 View commit details
    Browse the repository at this point in the history