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

add thread to do shake restart #16

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

Commits on May 26, 2024

  1. Configuration menu
    Copy the full SHA
    15f9892 View commit details
    Browse the repository at this point in the history
  2. fix

    soulomoon committed May 26, 2024
    Configuration menu
    Copy the full SHA
    3ba47f6 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    5d66041 View commit details
    Browse the repository at this point in the history
  4. fix 9.2

    soulomoon committed May 26, 2024
    Configuration menu
    Copy the full SHA
    d7946a0 View commit details
    Browse the repository at this point in the history

Commits on May 27, 2024

  1. rename

    soulomoon committed May 27, 2024
    Configuration menu
    Copy the full SHA
    da56bfb View commit details
    Browse the repository at this point in the history
  2. use evalContT

    soulomoon committed May 27, 2024
    Configuration menu
    Copy the full SHA
    fb0a370 View commit details
    Browse the repository at this point in the history
  3. add doc

    soulomoon committed May 27, 2024
    Configuration menu
    Copy the full SHA
    d1775e6 View commit details
    Browse the repository at this point in the history
  4. fix doc

    soulomoon committed May 27, 2024
    Configuration menu
    Copy the full SHA
    39bdf6a View commit details
    Browse the repository at this point in the history
  5. fix import

    soulomoon committed May 27, 2024
    Configuration menu
    Copy the full SHA
    b06186b View commit details
    Browse the repository at this point in the history
  6. export explicit

    soulomoon committed May 27, 2024
    Configuration menu
    Copy the full SHA
    1a9374b View commit details
    Browse the repository at this point in the history
  7. add comment

    soulomoon committed May 27, 2024
    Configuration menu
    Copy the full SHA
    c9bdc87 View commit details
    Browse the repository at this point in the history
  8. cleanup

    soulomoon committed May 27, 2024
    Configuration menu
    Copy the full SHA
    cb131e3 View commit details
    Browse the repository at this point in the history
  9. cleanup

    soulomoon committed May 27, 2024
    Configuration menu
    Copy the full SHA
    96d6d07 View commit details
    Browse the repository at this point in the history
  10. fix note

    soulomoon committed May 27, 2024
    Configuration menu
    Copy the full SHA
    b552c80 View commit details
    Browse the repository at this point in the history
  11. add blockRunInThread

    soulomoon committed May 27, 2024
    Configuration menu
    Copy the full SHA
    aef173a View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    f231648 View commit details
    Browse the repository at this point in the history
  13. fix

    soulomoon committed May 27, 2024
    Configuration menu
    Copy the full SHA
    d08f175 View commit details
    Browse the repository at this point in the history
  14. fix 9.2 import

    soulomoon committed May 27, 2024
    Configuration menu
    Copy the full SHA
    60839b0 View commit details
    Browse the repository at this point in the history

Commits on May 28, 2024

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

Commits on May 29, 2024

  1. Configuration menu
    Copy the full SHA
    981724e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8f9ef7a View commit details
    Browse the repository at this point in the history

Commits on Jun 3, 2024

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

Commits on Jun 4, 2024

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

Commits on Jun 6, 2024

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

Commits on Jun 8, 2024

  1. Update ghcide/src/Development/IDE/Core/Thread.hs

    Co-authored-by: Michael Peyton Jones <me@michaelpj.com>
    soulomoon and michaelpj authored Jun 8, 2024
    Configuration menu
    Copy the full SHA
    b2be89f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8aea82e View commit details
    Browse the repository at this point in the history
  3. typo

    soulomoon committed Jun 8, 2024
    Configuration menu
    Copy the full SHA
    8c3773f View commit details
    Browse the repository at this point in the history
  4. ident

    soulomoon committed Jun 8, 2024
    Configuration menu
    Copy the full SHA
    5f27fad View commit details
    Browse the repository at this point in the history
  5. Improve Note

    soulomoon committed Jun 8, 2024
    Configuration menu
    Copy the full SHA
    e800cac View commit details
    Browse the repository at this point in the history
  6. add comment

    soulomoon committed Jun 8, 2024
    Configuration menu
    Copy the full SHA
    86d7fb9 View commit details
    Browse the repository at this point in the history
  7. format

    soulomoon committed Jun 8, 2024
    Configuration menu
    Copy the full SHA
    027e5be View commit details
    Browse the repository at this point in the history
  8. Update WorkerThread.hs

    Co-authored-by: Michael Peyton Jones <me@michaelpj.com>
    soulomoon and michaelpj authored Jun 8, 2024
    Configuration menu
    Copy the full SHA
    99322fa View commit details
    Browse the repository at this point in the history
  9. Update WorkerThread.hs

    Co-authored-by: Michael Peyton Jones <me@michaelpj.com>
    soulomoon and michaelpj authored Jun 8, 2024
    Configuration menu
    Copy the full SHA
    c1b3e7d View commit details
    Browse the repository at this point in the history
  10. rename to await

    soulomoon committed Jun 8, 2024
    Configuration menu
    Copy the full SHA
    a16d04a View commit details
    Browse the repository at this point in the history
  11. use block comment

    soulomoon committed Jun 8, 2024
    Configuration menu
    Copy the full SHA
    c832da3 View commit details
    Browse the repository at this point in the history
  12. merge

    soulomoon committed Jun 8, 2024
    Configuration menu
    Copy the full SHA
    6bdba37 View commit details
    Browse the repository at this point in the history
  13. Remove duplicated comment

    soulomoon committed Jun 8, 2024
    Configuration menu
    Copy the full SHA
    442e776 View commit details
    Browse the repository at this point in the history
  14. add file header comment

    soulomoon committed Jun 8, 2024
    Configuration menu
    Copy the full SHA
    5d657b6 View commit details
    Browse the repository at this point in the history