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

feat(std): rename operators/reducers ports nameing from acc/el to lef… #745

Open
wants to merge 25 commits into
base: main
Choose a base branch
from

Commits on Nov 2, 2024

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

Commits on Nov 5, 2024

  1. feat(parser): switch

    emil14 committed Nov 5, 2024
    Configuration menu
    Copy the full SHA
    1fb78fa View commit details
    Browse the repository at this point in the history
  2. feat(parser:net): switch

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

Commits on Nov 6, 2024

  1. feat(parser:tests): switch

    emil14 committed Nov 6, 2024
    Configuration menu
    Copy the full SHA
    82717aa View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0a6b7da View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    ba1577a View commit details
    Browse the repository at this point in the history

Commits on Nov 7, 2024

  1. Configuration menu
    Copy the full SHA
    4c94c0a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1e4d3eb View commit details
    Browse the repository at this point in the history

Commits on Nov 10, 2024

  1. Configuration menu
    Copy the full SHA
    31e87f8 View commit details
    Browse the repository at this point in the history
  2. feat(std,examples:99bottles): re-implement For with back-pressure t…

    …o avoid concurrency issues AND extend with `:err` outport to support error-handling/early-return
    emil14 committed Nov 10, 2024
    Configuration menu
    Copy the full SHA
    7db24f1 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    58fbf9b View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    34ee946 View commit details
    Browse the repository at this point in the history
  5. feat(std): add err outport to println and printf, also create fmt pkg…

    … and move scanln, prinln and printf components there
    emil14 committed Nov 10, 2024
    Configuration menu
    Copy the full SHA
    c61e720 View commit details
    Browse the repository at this point in the history

Commits on Nov 11, 2024

  1. Configuration menu
    Copy the full SHA
    176cd12 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6f449ce View commit details
    Browse the repository at this point in the history

Commits on Nov 12, 2024

  1. fix(e2e,examples): imports

    emil14 committed Nov 12, 2024
    Configuration menu
    Copy the full SHA
    aa7bad6 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4e62fde View commit details
    Browse the repository at this point in the history

Commits on Nov 13, 2024

  1. feat(compiler): make switch default required; feat(std): relay -> tap…

    …; fix(analyzer): mark unnamed port properly, using its resolved version (with found port name); fix(examples): 99 bottles
    emil14 committed Nov 13, 2024
    Configuration menu
    Copy the full SHA
    dd139a2 View commit details
    Browse the repository at this point in the history
  2. fix(analyzer:network:port_addr): do not return resolved port-addr (in…

    … case of implicit port it made them explicit, which broke the desugaring)
    emil14 committed Nov 13, 2024
    Configuration menu
    Copy the full SHA
    4ac9c05 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    8a8decf View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    f01ff2c View commit details
    Browse the repository at this point in the history

Commits on Nov 14, 2024

  1. Configuration menu
    Copy the full SHA
    ad70368 View commit details
    Browse the repository at this point in the history
  2. fix(e2e,examples): add missing fmt import, type params (soon they wil…

    …l be required) to node expressions and replace `require.Equal` with `require.Contains` when asserting compiler errors
    emil14 committed Nov 14, 2024
    Configuration menu
    Copy the full SHA
    ba82d1e View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    b6fabdf View commit details
    Browse the repository at this point in the history

Commits on Nov 15, 2024

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