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

pkg/errctx(engine): avoid creating goroutinue in errctx #6061

Merged
merged 19 commits into from
Jun 30, 2022
Merged

pkg/errctx(engine): avoid creating goroutinue in errctx #6061

merged 19 commits into from
Jun 30, 2022

Commits on Jun 27, 2022

  1. Configuration menu
    Copy the full SHA
    c8f3d9a View commit details
    Browse the repository at this point in the history
  2. create children map lazily

    sleepymole committed Jun 27, 2022
    Configuration menu
    Copy the full SHA
    ca5a69f View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    461e9a7 View commit details
    Browse the repository at this point in the history
  4. simplify

    sleepymole committed Jun 27, 2022
    Configuration menu
    Copy the full SHA
    02f0a3d View commit details
    Browse the repository at this point in the history

Commits on Jun 28, 2022

  1. embed context to errCtx

    sleepymole committed Jun 28, 2022
    Configuration menu
    Copy the full SHA
    11ad13f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5b29702 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    42fccb7 View commit details
    Browse the repository at this point in the history
  4. fix imports

    sleepymole committed Jun 28, 2022
    Configuration menu
    Copy the full SHA
    d3af143 View commit details
    Browse the repository at this point in the history
  5. remove removeSelf

    sleepymole committed Jun 28, 2022
    Configuration menu
    Copy the full SHA
    19c6b95 View commit details
    Browse the repository at this point in the history
  6. fix cancel

    sleepymole committed Jun 28, 2022
    Configuration menu
    Copy the full SHA
    a97b80c View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    4ae677c View commit details
    Browse the repository at this point in the history

Commits on Jun 29, 2022

  1. fix early cancel

    sleepymole committed Jun 29, 2022
    Configuration menu
    Copy the full SHA
    603c527 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    73aed14 View commit details
    Browse the repository at this point in the history
  3. fix

    sleepymole committed Jun 29, 2022
    Configuration menu
    Copy the full SHA
    7679a5f View commit details
    Browse the repository at this point in the history
  4. fix

    sleepymole committed Jun 29, 2022
    Configuration menu
    Copy the full SHA
    7d212ef View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    1d564d7 View commit details
    Browse the repository at this point in the history

Commits on Jun 30, 2022

  1. Configuration menu
    Copy the full SHA
    00f91cd View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    176bfff View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    11243e0 View commit details
    Browse the repository at this point in the history