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 Process.on_terminate #13694

Merged

Commits on Jul 22, 2023

  1. pass details on interrupt

    stakach committed Jul 22, 2023
    Configuration menu
    Copy the full SHA
    e153e8e View commit details
    Browse the repository at this point in the history
  2. fix win32 handler def

    stakach committed Jul 22, 2023
    Configuration menu
    Copy the full SHA
    2ad9331 View commit details
    Browse the repository at this point in the history
  3. update public interface

    stakach committed Jul 22, 2023
    Configuration menu
    Copy the full SHA
    006ce08 View commit details
    Browse the repository at this point in the history

Commits on Jul 23, 2023

  1. fix windows build

    stakach committed Jul 23, 2023
    Configuration menu
    Copy the full SHA
    4ef574f View commit details
    Browse the repository at this point in the history
  2. add missed windows constants

    stakach committed Jul 23, 2023
    Configuration menu
    Copy the full SHA
    0fa95aa View commit details
    Browse the repository at this point in the history

Commits on Aug 18, 2023

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

Commits on Aug 19, 2023

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

Commits on Aug 22, 2023

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

Commits on Sep 13, 2023

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

Commits on Sep 17, 2023

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

Commits on Sep 18, 2023

  1. use Process::ExitReason enum

    stakach committed Sep 18, 2023
    Configuration menu
    Copy the full SHA
    2044e94 View commit details
    Browse the repository at this point in the history
  2. remove alias

    stakach committed Sep 18, 2023
    Configuration menu
    Copy the full SHA
    360a3b5 View commit details
    Browse the repository at this point in the history

Commits on Sep 19, 2023

  1. fix windows class vars

    stakach committed Sep 19, 2023
    Configuration menu
    Copy the full SHA
    2533fad View commit details
    Browse the repository at this point in the history

Commits on Sep 22, 2023

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

Commits on Nov 2, 2023

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

Commits on Nov 13, 2023

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

Commits on Nov 16, 2023

  1. Configuration menu
    Copy the full SHA
    ee8f672 View commit details
    Browse the repository at this point in the history
  2. win32 backwards compat

    stakach authored Nov 16, 2023
    Configuration menu
    Copy the full SHA
    0ea6ecb View commit details
    Browse the repository at this point in the history
  3. remove type requirements

    stakach authored Nov 16, 2023
    Configuration menu
    Copy the full SHA
    118baff View commit details
    Browse the repository at this point in the history
  4. fix wasi compatibility

    stakach authored Nov 16, 2023
    Configuration menu
    Copy the full SHA
    793f0a6 View commit details
    Browse the repository at this point in the history
  5. unix with compatibility

    stakach authored Nov 16, 2023
    Configuration menu
    Copy the full SHA
    5765c73 View commit details
    Browse the repository at this point in the history
  6. fix compilation

    stakach authored Nov 16, 2023
    Configuration menu
    Copy the full SHA
    2352065 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    33c9ac6 View commit details
    Browse the repository at this point in the history
  8. Update src/process.cr

    Co-authored-by: Devonte W <devnote.dev75@gmail.com>
    stakach and devnote-dev authored Nov 16, 2023
    Configuration menu
    Copy the full SHA
    0a11eb5 View commit details
    Browse the repository at this point in the history
  9. Update src/process/status.cr

    Co-authored-by: Devonte W <devnote.dev75@gmail.com>
    stakach and devnote-dev authored Nov 16, 2023
    Configuration menu
    Copy the full SHA
    bdc8541 View commit details
    Browse the repository at this point in the history
  10. Update src/process/status.cr

    Co-authored-by: Devonte W <devnote.dev75@gmail.com>
    stakach and devnote-dev authored Nov 16, 2023
    Configuration menu
    Copy the full SHA
    a2bc368 View commit details
    Browse the repository at this point in the history
  11. fix win32 compilation

    stakach authored Nov 16, 2023
    Configuration menu
    Copy the full SHA
    6bcf166 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    d497f08 View commit details
    Browse the repository at this point in the history

Commits on Dec 1, 2023

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

Commits on Dec 20, 2023

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

Commits on Dec 23, 2023

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

Commits on Jan 10, 2024

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

Commits on Jan 22, 2024

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

Commits on Jan 23, 2024

  1. Configuration menu
    Copy the full SHA
    78e8047 View commit details
    Browse the repository at this point in the history
  2. fix call to on_terminate

    stakach committed Jan 23, 2024
    Configuration menu
    Copy the full SHA
    d70ee33 View commit details
    Browse the repository at this point in the history
  3. fix win32

    stakach committed Jan 23, 2024
    Configuration menu
    Copy the full SHA
    f460d5c View commit details
    Browse the repository at this point in the history
  4. improve win32 on_terminate

    stakach committed Jan 23, 2024
    Configuration menu
    Copy the full SHA
    a740d4a View commit details
    Browse the repository at this point in the history
  5. update docs

    stakach committed Jan 23, 2024
    Configuration menu
    Copy the full SHA
    757079b View commit details
    Browse the repository at this point in the history

Commits on Jan 24, 2024

  1. change wording in description

    Co-authored-by: Johannes Müller <straightshoota@gmail.com>
    stakach and straight-shoota authored Jan 24, 2024
    Configuration menu
    Copy the full SHA
    79cbc17 View commit details
    Browse the repository at this point in the history
  2. add example code

    Co-authored-by: Johannes Müller <straightshoota@gmail.com>
    stakach and straight-shoota authored Jan 24, 2024
    Configuration menu
    Copy the full SHA
    bc66bdb View commit details
    Browse the repository at this point in the history
  3. crystal tool format

    stakach committed Jan 24, 2024
    Configuration menu
    Copy the full SHA
    2b91b7d View commit details
    Browse the repository at this point in the history

Commits on Jan 30, 2024

  1. Configuration menu
    Copy the full SHA
    fc279c4 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    79c848d View commit details
    Browse the repository at this point in the history

Commits on Feb 2, 2024

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

Commits on Feb 3, 2024

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

Commits on Feb 4, 2024

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

Commits on Feb 6, 2024

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

Commits on Feb 8, 2024

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

Commits on Feb 9, 2024

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

Commits on Feb 12, 2024

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

Commits on Feb 26, 2024

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