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

Race condition fix. Part 2 (Runtime) #670

Merged
merged 46 commits into from
Jul 1, 2024
Merged

Race condition fix. Part 2 (Runtime) #670

merged 46 commits into from
Jul 1, 2024

Commits on Jun 1, 2024

  1. Configuration menu
    Copy the full SHA
    b25cc81 View commit details
    Browse the repository at this point in the history

Commits on Jun 5, 2024

  1. wip: broker

    emil14 committed Jun 5, 2024
    Configuration menu
    Copy the full SHA
    87a0dd5 View commit details
    Browse the repository at this point in the history

Commits on Jun 8, 2024

  1. Configuration menu
    Copy the full SHA
    0a35cc0 View commit details
    Browse the repository at this point in the history

Commits on Jun 10, 2024

  1. Configuration menu
    Copy the full SHA
    d1213d9 View commit details
    Browse the repository at this point in the history

Commits on Jun 12, 2024

  1. wip: runtime

    emil14 committed Jun 12, 2024
    Configuration menu
    Copy the full SHA
    4721050 View commit details
    Browse the repository at this point in the history
  2. wip

    emil14 committed Jun 12, 2024
    Configuration menu
    Copy the full SHA
    bf09776 View commit details
    Browse the repository at this point in the history

Commits on Jun 13, 2024

  1. wip

    emil14 committed Jun 13, 2024
    Configuration menu
    Copy the full SHA
    d0b014a View commit details
    Browse the repository at this point in the history

Commits on Jun 15, 2024

  1. Configuration menu
    Copy the full SHA
    55f876a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    04e74e1 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    0929b2e View commit details
    Browse the repository at this point in the history

Commits on Jun 17, 2024

  1. feat(irgen,adapter,runtime): move to raceless queue-based design in a…

    …ll layers of the language
    emil14 committed Jun 17, 2024
    Configuration menu
    Copy the full SHA
    c79dd71 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ee8841d View commit details
    Browse the repository at this point in the history

Commits on Jun 18, 2024

  1. Configuration menu
    Copy the full SHA
    2d2ea44 View commit details
    Browse the repository at this point in the history
  2. fix(adapter): more fixes

    emil14 committed Jun 18, 2024
    Configuration menu
    Copy the full SHA
    266aaf7 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    7914dbe View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    e60a885 View commit details
    Browse the repository at this point in the history

Commits on Jun 22, 2024

  1. Configuration menu
    Copy the full SHA
    2851927 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2a0f11f View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    2737954 View commit details
    Browse the repository at this point in the history

Commits on Jun 23, 2024

  1. Configuration menu
    Copy the full SHA
    4507b22 View commit details
    Browse the repository at this point in the history
  2. fix(runtime): hello world works again! probably all fan-out-free prog…

    …rams are working now
    emil14 committed Jun 23, 2024
    Configuration menu
    Copy the full SHA
    023dd77 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    378a2c1 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    44894ca View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    f631cb7 View commit details
    Browse the repository at this point in the history

Commits on Jun 24, 2024

  1. Configuration menu
    Copy the full SHA
    200d7f3 View commit details
    Browse the repository at this point in the history
  2. fix(compiler:desugarer): remove duplicate receivers that lead to unne…

    …eded fan-out, coming from desugaring of the deferred connections
    emil14 committed Jun 24, 2024
    Configuration menu
    Copy the full SHA
    ab58de5 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    5b295fc View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    a2b0910 View commit details
    Browse the repository at this point in the history
  5. fix(desugarer:network:fan_out): replace existing receivers with one s…

    …ingle (fan-out data inport)
    emil14 committed Jun 24, 2024
    Configuration menu
    Copy the full SHA
    e1f046e View commit details
    Browse the repository at this point in the history

Commits on Jun 27, 2024

  1. wip(irgen): fixing bugs

    emil14 committed Jun 27, 2024
    Configuration menu
    Copy the full SHA
    adf27c4 View commit details
    Browse the repository at this point in the history

Commits on Jun 28, 2024

  1. fix(runtime): use combination of uint8+bool to avoid pointer incompat…

    …ibility issue (and for memory efficiency)
    emil14 committed Jun 28, 2024
    Configuration menu
    Copy the full SHA
    ad1c8f4 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    06fa505 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    d9af4ae View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    f285764 View commit details
    Browse the repository at this point in the history

Commits on Jun 30, 2024

  1. Configuration menu
    Copy the full SHA
    f42a61f View commit details
    Browse the repository at this point in the history
  2. fix: compile err

    emil14 committed Jun 30, 2024
    Configuration menu
    Copy the full SHA
    817cbac View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    38a3094 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    084554e View commit details
    Browse the repository at this point in the history
  5. feat/fix(runtime:funcs,e2e): if sends bool instead of nil and by that…

    … we can simplify e2e test and remove race from there
    emil14 committed Jun 30, 2024
    Configuration menu
    Copy the full SHA
    78ac1c9 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    2fba8d2 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    25ba51b View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    51a2e0f View commit details
    Browse the repository at this point in the history
  9. cian

    emil14 committed Jun 30, 2024
    Configuration menu
    Copy the full SHA
    5ae6833 View commit details
    Browse the repository at this point in the history

Commits on Jul 1, 2024

  1. Configuration menu
    Copy the full SHA
    2b5778c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3466e9e View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    70c2039 View commit details
    Browse the repository at this point in the history