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

Hopefully Final Adaptations for the Thesis #135

Merged
merged 70 commits into from
Aug 4, 2023

Commits on Jul 20, 2023

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

Commits on Jul 24, 2023

  1. Configuration menu
    Copy the full SHA
    4b59bfb View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    fb8ee44 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    cd7182b View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    ac9264a View commit details
    Browse the repository at this point in the history
  5. refactor, typo: rename all parser procedures to state the normalizati…

    …on as this fits better with the story of the thesis
    EagleoutIce committed Jul 24, 2023
    Configuration menu
    Copy the full SHA
    4c9af74 View commit details
    Browse the repository at this point in the history

Commits on Jul 25, 2023

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

Commits on Jul 26, 2023

  1. Configuration menu
    Copy the full SHA
    9feb04d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    aa5d07b View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    0a7d93c View commit details
    Browse the repository at this point in the history
  4. Merge remote-tracking branch 'origin/adapt-names-for-pseudocodes-in-t…

    …hesis' into adapt-names-for-pseudocodes-in-thesis
    EagleoutIce committed Jul 26, 2023
    Configuration menu
    Copy the full SHA
    2c53986 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    f4c91e8 View commit details
    Browse the repository at this point in the history

Commits on Jul 27, 2023

  1. Configuration menu
    Copy the full SHA
    28cb1ab View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    17b537c View commit details
    Browse the repository at this point in the history

Commits on Jul 28, 2023

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

Commits on Jul 29, 2023

  1. Configuration menu
    Copy the full SHA
    2ac1439 View commit details
    Browse the repository at this point in the history
  2. refactor, test: tests to ensure that control-flow dependency of for-l…

    …oops is handled correctly on reconstruct
    EagleoutIce committed Jul 29, 2023
    Configuration menu
    Copy the full SHA
    c7c390c View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    7d60dfc View commit details
    Browse the repository at this point in the history

Commits on Jul 30, 2023

  1. Configuration menu
    Copy the full SHA
    b30af6d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c4fb6c8 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    c921d98 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    172246a View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    55d566a View commit details
    Browse the repository at this point in the history
  6. fix, doc: remove console.log statements from repeat loop processor …

    …and document while loop redundancy
    EagleoutIce committed Jul 30, 2023
    Configuration menu
    Copy the full SHA
    bbaca01 View commit details
    Browse the repository at this point in the history
  7. refactor: for loops should overwrite their head envs for consistency …

    …- this should not affect any semantics
    EagleoutIce committed Jul 30, 2023
    Configuration menu
    Copy the full SHA
    e840c14 View commit details
    Browse the repository at this point in the history

Commits on Jul 31, 2023

  1. Configuration menu
    Copy the full SHA
    a53579e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ec3b524 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    ac45c03 View commit details
    Browse the repository at this point in the history
  4. test, feat: test function closure with multiple exit points and safeg…

    …uard built ins from being set to maybe in environment
    EagleoutIce committed Jul 31, 2023
    Configuration menu
    Copy the full SHA
    0d7fafa View commit details
    Browse the repository at this point in the history
  5. refactor: move the exit point iteration in nested functionclosures to…

    … the toplevel to sync it with the thesis presentation (and to avoid querying the subgraph too often)
    EagleoutIce committed Jul 31, 2023
    Configuration menu
    Copy the full SHA
    f77c8d3 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    8d4e2e4 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    db0c820 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    0d26a25 View commit details
    Browse the repository at this point in the history

Commits on Aug 1, 2023

  1. doc: remove old todo

    EagleoutIce committed Aug 1, 2023
    Configuration menu
    Copy the full SHA
    a98384f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b608100 View commit details
    Browse the repository at this point in the history
  3. refactor: rename linkFunctionCallExitPointsAndCalls to `linkFunctio…

    …nCalls` so that it is more consistent with the thesis
    EagleoutIce committed Aug 1, 2023
    Configuration menu
    Copy the full SHA
    9edd50d View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    b4124d9 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    02c9175 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    8a06606 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    c524320 View commit details
    Browse the repository at this point in the history

Commits on Aug 2, 2023

  1. Configuration menu
    Copy the full SHA
    5141dc1 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f13b9cd View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    1ebd19b View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    82903fc View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    e74c60c View commit details
    Browse the repository at this point in the history

Commits on Aug 3, 2023

  1. Configuration menu
    Copy the full SHA
    c9c2dfe View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d1de09f View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    eb6002d View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    e92f5c0 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    ee4ba0c View commit details
    Browse the repository at this point in the history
  6. feat: read-links on call

    EagleoutIce committed Aug 3, 2023
    Configuration menu
    Copy the full SHA
    430765c View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    815afcc View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    41f8d2c View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    556f415 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    12a0718 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    fc2bdc5 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    f6368ff View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    d74c94b View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    52d3957 View commit details
    Browse the repository at this point in the history

Commits on Aug 4, 2023

  1. Configuration menu
    Copy the full SHA
    e853f9f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    25fecaa View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    8dce550 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    7b6dc66 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    bb856d5 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    acfdc48 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    257ad1e View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    c63808a View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    185f79f View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    7ecb5af View commit details
    Browse the repository at this point in the history