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

Migrating code to new demand implementation #873

Merged

Commits on Mar 4, 2021

  1. Configuration menu
    Copy the full SHA
    7bd2568 View commit details
    Browse the repository at this point in the history
  2. Convert: demand(F->)

    Anton-Latukha committed Mar 4, 2021
    Configuration menu
    Copy the full SHA
    6fb7c98 View commit details
    Browse the repository at this point in the history
  3. Eval: demand(F->)

    Anton-Latukha committed Mar 4, 2021
    Configuration menu
    Copy the full SHA
    7712fc4 View commit details
    Browse the repository at this point in the history

Commits on Mar 5, 2021

  1. treewide: switch to new demand all remained cases

    Builtins, it is 44 uses.
    Other also.
    
    Some refactor in the process.
    
    Couple of monadic binds become functors.
    
    After this change the code allows more refactors - move `demand`s into `do`
    blocks and fold the `do` blocks.
    Anton-Latukha committed Mar 5, 2021
    Configuration menu
    Copy the full SHA
    5933d46 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0112b53 View commit details
    Browse the repository at this point in the history