Skip to content

Conversation

ry
Copy link
Member

@ry ry commented Apr 15, 2020

Fixes #4717 (need to verify / add test)

@ry ry requested review from bartlomieju and piscisaureus April 15, 2020 21:48
@ry ry changed the title WIP Make writeSync, readSync, seekSync proper synchronous syscalls Make writeSync, readSync, seekSync, openSync, isatty proper synchronous syscalls Apr 15, 2020
cli/ops/io.rs Outdated
/// Helper function for doing blocking fs ops on the main thread.
///
/// For many types of resources, it does not make sense to do blocking
/// operations of the main thread - and we should not support it - such as for
Copy link
Member

Choose a reason for hiding this comment

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

s/of/off/

@ry ry merged commit fab0204 into denoland:master Apr 16, 2020
@ry ry deleted the write_sync branch April 16, 2020 00:43
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.

Weird issue on 0.40.0 with Deno.readFileSync
4 participants