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

feat(unstable): Deno.setRaw -> Deno.stdin.setRaw #15797

Merged
merged 9 commits into from
Sep 28, 2022

Conversation

lucacasonato
Copy link
Member

Towards #15796

@lucacasonato lucacasonato force-pushed the stdin_set_raw branch 2 times, most recently from e8b7d5a to afb8349 Compare September 7, 2022 10:11
runtime/js/40_files.js Outdated Show resolved Hide resolved
cli/dts/lib.deno.ns.d.ts Outdated Show resolved Hide resolved
Copy link
Member

@dsherret dsherret left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I'm not sure we should do this because I think it would also be applicable to ptys in the future? Maybe I'm wrong about this one.

@lucacasonato
Copy link
Member Author

We can add a setRaw method to ptys then.

I don't want to stabilize anything that references rids in any way.

Copy link
Member

@dsherret dsherret left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

We can add a setRaw method to ptys then.

Good point. We could just add some methods on it.

@bartlomieju bartlomieju added this to the 1.26 milestone Sep 26, 2022
Copy link
Member

@bartlomieju bartlomieju left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

Copy link
Member

@dsherret dsherret left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

5 participants