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

simon/move to picos #30

Merged
merged 54 commits into from
Sep 4, 2024
Merged

simon/move to picos #30

merged 54 commits into from
Sep 4, 2024

Commits on Aug 29, 2024

  1. Configuration menu
    Copy the full SHA
    f1ff17d View commit details
    Browse the repository at this point in the history
  2. refactor: remove dla

    c-cube committed Aug 29, 2024
    Configuration menu
    Copy the full SHA
    dd60666 View commit details
    Browse the repository at this point in the history
  3. non optional dependency on thread-local-storage

    it's a dep of picos anyway
    c-cube committed Aug 29, 2024
    Configuration menu
    Copy the full SHA
    465919a View commit details
    Browse the repository at this point in the history
  4. wip: use picos computations

    c-cube committed Aug 29, 2024
    Configuration menu
    Copy the full SHA
    f93248a View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    5cdda79 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    b9c3e1f View commit details
    Browse the repository at this point in the history
  7. detail in fut

    c-cube committed Aug 29, 2024
    Configuration menu
    Copy the full SHA
    2780b15 View commit details
    Browse the repository at this point in the history
  8. gitignore

    c-cube committed Aug 29, 2024
    Configuration menu
    Copy the full SHA
    c733956 View commit details
    Browse the repository at this point in the history
  9. refactor core: use picos for schedulers; add Worker_loop_

    we factor most of the thread workers' logic in `Worker_loop_`,
    which is now shared between Ws_pool and Fifo_pool
    c-cube committed Aug 29, 2024
    Configuration menu
    Copy the full SHA
    9fb23be View commit details
    Browse the repository at this point in the history
  10. github actions

    c-cube committed Aug 29, 2024
    Configuration menu
    Copy the full SHA
    6b81d1f View commit details
    Browse the repository at this point in the history
  11. feat fut: add on_result_ignore

    c-cube committed Aug 29, 2024
    Configuration menu
    Copy the full SHA
    e1105f4 View commit details
    Browse the repository at this point in the history
  12. details

    c-cube committed Aug 29, 2024
    Configuration menu
    Copy the full SHA
    a0068b0 View commit details
    Browse the repository at this point in the history
  13. wip: port to picos

    c-cube committed Aug 29, 2024
    Configuration menu
    Copy the full SHA
    07a7fc3 View commit details
    Browse the repository at this point in the history
  14. test: wip porting tests

    c-cube committed Aug 29, 2024
    Configuration menu
    Copy the full SHA
    6e05b92 View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    b0e4fa4 View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    a36342d View commit details
    Browse the repository at this point in the history
  17. format

    c-cube committed Aug 29, 2024
    Configuration menu
    Copy the full SHA
    31bc5be View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    914bf9f View commit details
    Browse the repository at this point in the history
  19. more CI

    c-cube committed Aug 29, 2024
    Configuration menu
    Copy the full SHA
    10f77d2 View commit details
    Browse the repository at this point in the history
  20. test: re-enable t_fib1 but with a single core fifo pool

    it should be deterministic now!
    c-cube committed Aug 29, 2024
    Configuration menu
    Copy the full SHA
    993ee3a View commit details
    Browse the repository at this point in the history
  21. fixes after reviews

    c-cube committed Aug 29, 2024
    Configuration menu
    Copy the full SHA
    21f3447 View commit details
    Browse the repository at this point in the history
  22. Configuration menu
    Copy the full SHA
    40ed8f3 View commit details
    Browse the repository at this point in the history
  23. use exn_bt, not picos.exn_bt

    c-cube committed Aug 29, 2024
    Configuration menu
    Copy the full SHA
    8712fc5 View commit details
    Browse the repository at this point in the history
  24. Configuration menu
    Copy the full SHA
    e53986d View commit details
    Browse the repository at this point in the history
  25. format

    c-cube committed Aug 29, 2024
    Configuration menu
    Copy the full SHA
    cdb80c8 View commit details
    Browse the repository at this point in the history
  26. Configuration menu
    Copy the full SHA
    24a8a85 View commit details
    Browse the repository at this point in the history
  27. Configuration menu
    Copy the full SHA
    44e335e View commit details
    Browse the repository at this point in the history
  28. change API for local FLS hmap

    c-cube committed Aug 29, 2024
    Configuration menu
    Copy the full SHA
    328ecf4 View commit details
    Browse the repository at this point in the history

Commits on Aug 30, 2024

  1. Configuration menu
    Copy the full SHA
    7df8c06 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0545a39 View commit details
    Browse the repository at this point in the history
  3. chore: try to fix CI

    c-cube committed Aug 30, 2024
    Configuration menu
    Copy the full SHA
    5463a1a View commit details
    Browse the repository at this point in the history
  4. format

    c-cube committed Aug 30, 2024
    Configuration menu
    Copy the full SHA
    5d731a9 View commit details
    Browse the repository at this point in the history
  5. chore: CI

    c-cube committed Aug 30, 2024
    Configuration menu
    Copy the full SHA
    fb8b612 View commit details
    Browse the repository at this point in the history
  6. fix

    c-cube committed Aug 30, 2024
    Configuration menu
    Copy the full SHA
    940ab83 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    164440f View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    c03949d View commit details
    Browse the repository at this point in the history
  9. fix test for FLS

    use the inheritable keys
    c-cube committed Aug 30, 2024
    Configuration menu
    Copy the full SHA
    0da3ce4 View commit details
    Browse the repository at this point in the history
  10. chore: CI

    c-cube committed Aug 30, 2024
    Configuration menu
    Copy the full SHA
    b81ab9f View commit details
    Browse the repository at this point in the history
  11. require OCaml 4.14 :/

    c-cube committed Aug 30, 2024
    Configuration menu
    Copy the full SHA
    83f0355 View commit details
    Browse the repository at this point in the history
  12. feat: add moonpool.sync with await-friendly abstractions

    based on picos_sync
    c-cube committed Aug 30, 2024
    Configuration menu
    Copy the full SHA
    704ebda View commit details
    Browse the repository at this point in the history
  13. fix: catch TLS.Not_set

    c-cube committed Aug 30, 2024
    Configuration menu
    Copy the full SHA
    3193a25 View commit details
    Browse the repository at this point in the history
  14. fix: LS.get shouldn't raise

    c-cube committed Aug 30, 2024
    Configuration menu
    Copy the full SHA
    76a881e View commit details
    Browse the repository at this point in the history
  15. fix

    c-cube committed Aug 30, 2024
    Configuration menu
    Copy the full SHA
    12978d4 View commit details
    Browse the repository at this point in the history

Commits on Sep 3, 2024

  1. update to merged picos PR

    c-cube committed Sep 3, 2024
    Configuration menu
    Copy the full SHA
    3df7c8b View commit details
    Browse the repository at this point in the history
  2. chore: CI

    c-cube committed Sep 3, 2024
    Configuration menu
    Copy the full SHA
    0b84154 View commit details
    Browse the repository at this point in the history
  3. fix dep

    c-cube committed Sep 3, 2024
    Configuration menu
    Copy the full SHA
    8582f6f View commit details
    Browse the repository at this point in the history
  4. feat: add Event.of_fut

    c-cube committed Sep 3, 2024
    Configuration menu
    Copy the full SHA
    ec5ac64 View commit details
    Browse the repository at this point in the history
  5. chore: CI

    c-cube committed Sep 3, 2024
    Configuration menu
    Copy the full SHA
    6eccc46 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    a131448 View commit details
    Browse the repository at this point in the history
  7. feat: add moonpool-io

    c-cube committed Sep 3, 2024
    Configuration menu
    Copy the full SHA
    d16ae86 View commit details
    Browse the repository at this point in the history
  8. chore: CI

    c-cube committed Sep 3, 2024
    Configuration menu
    Copy the full SHA
    dc4e5cf View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    070f283 View commit details
    Browse the repository at this point in the history

Commits on Sep 4, 2024

  1. add Event.Infix

    c-cube committed Sep 4, 2024
    Configuration menu
    Copy the full SHA
    fd89c81 View commit details
    Browse the repository at this point in the history
  2. move to picos_io

    c-cube committed Sep 4, 2024
    Configuration menu
    Copy the full SHA
    09b5a34 View commit details
    Browse the repository at this point in the history