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

WIP: Improvements to make it easier to implement runners other than StandardT #804

Draft
wants to merge 4 commits into
base: master
Choose a base branch
from

Commits on Feb 18, 2021

  1. Improvements to make it easier to implement runners other than StandardT

    * Refactor MonadThunk
    * Refactor Nix.Thunk.Basic
    * Add Nix.Thunk.Separate
    * Add Nix.Fresh.Stable
    * Add StableId
    * Remove Scopes from Context and replace with ScopeT
    * Remove the `t` parameter formerly representing thunks. It can now be inferred from `m`
    
    TODO:
      * [ ] Provide implementations for citations class
      * [ ] Restore Nix.Lint
      * [ ] Fix 3 broken tests
    Anton-Latukha committed Feb 18, 2021
    Configuration menu
    Copy the full SHA
    40f8bdc View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    408093d View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    98dc632 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    b603325 View commit details
    Browse the repository at this point in the history