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

src,stream: change return type to Maybe #43575

Merged
merged 4 commits into from
Jul 7, 2022

Commits on Jun 27, 2022

  1. src,stream: change return type to Maybe

    This changes the return types of some functions to indicate that
    the functions may have a pending exception, and removes some of
    todos related.
    
    Signed-off-by: Daeyeon Jeong daeyeon.dev@gmail.com
    daeyeon committed Jun 27, 2022
    Configuration menu
    Copy the full SHA
    be8fbda View commit details
    Browse the repository at this point in the history
  2. fixup: create using declarations

    Signed-off-by: Daeyeon Jeong daeyeon.dev@gmail.com
    daeyeon committed Jun 27, 2022
    Configuration menu
    Copy the full SHA
    8a7c26f View commit details
    Browse the repository at this point in the history

Commits on Jun 28, 2022

  1. fixup: check the uv_handle_type

    Signed-off-by: Daeyeon Jeong daeyeon.dev@gmail.com
    daeyeon committed Jun 28, 2022
    Configuration menu
    Copy the full SHA
    83cafe8 View commit details
    Browse the repository at this point in the history

Commits on Jun 29, 2022

  1. fixup: add TryCatchScope

    Signed-off-by: Daeyeon Jeong daeyeon.dev@gmail.com
    daeyeon committed Jun 29, 2022
    Configuration menu
    Copy the full SHA
    c0e0bea View commit details
    Browse the repository at this point in the history