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

Staged builtin rules #799

Open
wants to merge 13 commits into
base: master
Choose a base branch
from

Commits on Mar 14, 2021

  1. staged builtin rules

    pepeiborra committed Mar 14, 2021
    Configuration menu
    Copy the full SHA
    0153b00 View commit details
    Browse the repository at this point in the history
  2. fix missing dependency

    pepeiborra committed Mar 14, 2021
    Configuration menu
    Copy the full SHA
    e538c9d View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    c605980 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    3bc6776 View commit details
    Browse the repository at this point in the history
  5. remove commented out code

    pepeiborra committed Mar 14, 2021
    Configuration menu
    Copy the full SHA
    15d164b View commit details
    Browse the repository at this point in the history
  6. fix typo

    pepeiborra committed Mar 14, 2021
    Configuration menu
    Copy the full SHA
    0d7424e View commit details
    Browse the repository at this point in the history
  7. undo redundant import

    pepeiborra committed Mar 14, 2021
    Configuration menu
    Copy the full SHA
    264b4fa View commit details
    Browse the repository at this point in the history
  8. Define a reentrant lock

    The RLock implementation in concurrent-extra is broken
    
    basvandijk/concurrent-extra#20
    pepeiborra committed Mar 14, 2021
    Configuration menu
    Copy the full SHA
    b5cc0d9 View commit details
    Browse the repository at this point in the history
  9. Fix not used warning

    pepeiborra committed Mar 14, 2021
    Configuration menu
    Copy the full SHA
    7dadd2b View commit details
    Browse the repository at this point in the history
  10. Fix redundant imports

    pepeiborra committed Mar 14, 2021
    Configuration menu
    Copy the full SHA
    8fdbcfd View commit details
    Browse the repository at this point in the history
  11. refactor runKey to return a Wait instead of a plain Capture

    It is possible to return Now for rules that do not have a second stage
    pepeiborra committed Mar 14, 2021
    Configuration menu
    Copy the full SHA
    d50fa80 View commit details
    Browse the repository at this point in the history
  12. use pure

    pepeiborra committed Mar 14, 2021
    Configuration menu
    Copy the full SHA
    8e446f1 View commit details
    Browse the repository at this point in the history

Commits on May 22, 2021

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