facebook / relay

Relay is a JavaScript framework for building data-driven React applications.
https://relay.dev
MIT License
18.38k stars 1.82k forks source link

[relay 13] No files generated on windows without watchman #3680

Closed ch1ffa closed 2 years ago

ch1ffa commented 2 years ago

It seems relay-compiler v13.0.0-rc.0 can't generate files at Windows without watchman. The only output is the Done message. After installing watchman everything is correct.

It can be reproduced in https://github.com/relayjs/relay-examples installing v13.0.0-rc.0 version and running build.

If you have any ideas how to get the detailed output to provide new information, let me know.

alunyov commented 2 years ago

Thanks for the report and what version of OS is this?

Can you also try it with RUST_LOG=debug yarn build?

ch1ffa commented 2 years ago

Thanks for the report and what version of OS is this?

Can you also try it with RUST_LOG=debug yarn build?

Windows 10 Pro version 20H2 build 19042.1348

Build output:

[DEBUG]    0ms create_compiler_state_file_files
[DEBUG]    0ms categorize_files_time
[DEBUG]    0ms parse_sources_time
[DEBUG]    2ms build_projects_time
[DEBUG]    0ms post_build_projects_time
Done