1
0
Fork 0
mirror of https://github.com/denoland/deno.git synced 2024-11-25 15:29:32 -05:00
denoland-deno/tools
Ryan Dahl bba1a0d44a tools: remove_and_symlink can be skipped on unix
This is more optimial and this fixes a problem where occasionally
remove_and_symlink will error with:

    gen/compiler_bundle/main.js --sourcemapFile /Users/rld/src/deno --silent
    Traceback (most recent call last):
      File "../../tools/run_node.py", line 18, in <module>
        util.remove_and_symlink(target_rel, "node_modules", True)
      File "/Users/rld/src/deno/tools/util.py", line 103, in remove_and_symlink
        symlink(target, name, target_is_dir)
      File "/Users/rld/src/deno/tools/util.py", line 141, in symlink
        os.symlink(target, name)
    OSError: [Errno 17] File exists
2018-12-11 15:07:38 -05:00
..
testdata improve benchmark page performance and fix test (#1002) 2018-10-16 12:00:47 -04:00
ts_library_builder Use alternate TextEncoder/TextDecoder implementation (#1281) 2018-12-06 10:01:15 -08:00
benchmark.py Use pylint. 2018-11-30 11:33:45 -08:00
benchmark_test.py Add missing copyrights (#1024) 2018-10-19 15:25:29 -04:00
build.py Add tools/build_test.py 2018-10-17 20:20:06 -04:00
build_test.py Add missing copyrights (#1024) 2018-10-19 15:25:29 -04:00
clang move v8 to third_party/v8 (#322) 2018-07-03 10:15:32 +02:00
deno_dir_test.py Use pylint. 2018-11-30 11:33:45 -08:00
docs.py Add a simple doc generation tool. 2018-11-14 17:34:28 -08:00
format.py Move libdeno build config to libdeno/BUILD.gn 2018-11-29 17:46:09 -08:00
gcloud_upload.py Use pylint. 2018-11-30 11:33:45 -08:00
http_benchmark.py Add benchmark for net/http (#1289) 2018-12-07 16:36:16 -05:00
http_server.py Use pylint. 2018-11-30 11:33:45 -08:00
hyper_hello.rs Add Rust hyper http benchmark (#1043) 2018-10-20 19:56:16 -07:00
integration_tests.py Use stderr for exceptions (#1303) 2018-12-10 17:50:41 -05:00
lint.py Use pylint. 2018-11-30 11:33:45 -08:00
memory Add LSAN build to travis. 2018-12-03 15:31:06 -08:00
node_http.js Add missing copyrights (#1024) 2018-10-19 15:25:29 -04:00
node_tcp.js Add node_tcp target to http_benchmark. (#1074) 2018-10-23 15:02:30 -07:00
permission_prompt_test.py Use stderr for exceptions (#1303) 2018-12-10 17:50:41 -05:00
permission_prompt_test.ts Ergonomics: Prompt TTY for permission escalation (#1081) 2018-10-27 06:11:39 -07:00
prebuilt.py Add prebuilt/win/v8_debug.lib (#1249) 2018-11-29 23:25:59 -08:00
repl_test.py Use pylint. 2018-11-30 11:33:45 -08:00
run_node.py Reduce unnecessary build output. 2018-07-18 15:43:50 -04:00
rustfmt.toml Add missing copyrights (#1024) 2018-10-19 15:25:29 -04:00
setup.py Use pylint. 2018-11-30 11:33:45 -08:00
setup_test.py Use pylint. 2018-11-30 11:33:45 -08:00
sha256sum.py Use pylint. 2018-11-30 11:33:45 -08:00
sync_third_party.py Use pylint. 2018-11-30 11:33:45 -08:00
test.py Add repl (#998) 2018-11-05 09:55:59 -08:00
test_format.py Use pylint. 2018-11-30 11:33:45 -08:00
third_party.py third_party: symlink //third_party/v8/build => //build 2018-12-03 12:14:05 -08:00
throughput_benchmark.py Use pylint. 2018-11-30 11:33:45 -08:00
unit_tests.py Use pylint. 2018-11-30 11:33:45 -08:00
upload_website.py Add a simple doc generation tool. 2018-11-14 17:34:28 -08:00
util.py tools: remove_and_symlink can be skipped on unix 2018-12-11 15:07:38 -05:00
util_test.py Use pylint. 2018-11-30 11:33:45 -08:00