0
0
Fork 0
mirror of https://github.com/denoland/deno.git synced 2025-03-03 17:34:47 -05:00
deno/src
Ryan Dahl f727214db0 Use include_bytes! instead of incbin.
This is the second attempt at this patch. The first version was reverted
in 2ffd78daf9

The problem, I suspect, was that the snapshot was represented as a
source_set, which inserted a node into the dependency tree.
include_bytes does properly insert the snapshot into rustc's depfile but
the use of source_set confused gn. Now the that the deno executable has
the create_deno_snapshot as a direct dependency, changes will be
propagated.
2018-12-03 13:44:21 -08:00
..
deno_dir.rs clippy fixes (#1250) 2018-11-30 00:30:49 -08:00
eager_unix.rs fix typos (#1083) 2018-10-24 08:54:34 -07:00
errors.rs Fix many of the clippy::pedantic warnings 2018-11-06 06:43:02 -08:00
flags.rs clippy fixes (#1250) 2018-11-30 00:30:49 -08:00
fs.rs Add missing copyrights (#1024) 2018-10-19 15:25:29 -04:00
http_body.rs clippy fixes (#1250) 2018-11-30 00:30:49 -08:00
http_util.rs clippy fixes (#1250) 2018-11-30 00:30:49 -08:00
isolate.rs clippy fixes (#1250) 2018-11-30 00:30:49 -08:00
libdeno.rs clippy fixes (#1250) 2018-11-30 00:30:49 -08:00
main.rs Use include_bytes! instead of incbin. 2018-12-03 13:44:21 -08:00
msg.fbs First pass at running subprocesses (#1156) 2018-11-16 12:07:40 +08:00
msg.rs Replace mutex by atomics (#1238) 2018-11-29 19:03:00 -08:00
msg_util.rs clippy fixes (#1250) 2018-11-30 00:30:49 -08:00
ops.rs clippy fixes (#1250) 2018-11-30 00:30:49 -08:00
permissions.rs Replace mutex by atomics (#1238) 2018-11-29 19:03:00 -08:00
repl.rs Fix many of the clippy::pedantic warnings 2018-11-06 06:43:02 -08:00
resources.rs clippy fixes (#1250) 2018-11-30 00:30:49 -08:00
snapshot.rs Use include_bytes! instead of incbin. 2018-12-03 13:44:21 -08:00
tokio_util.rs Add missing copyrights (#1024) 2018-10-19 15:25:29 -04:00
tokio_write.rs Fix clippy warnings (#1149) 2018-11-04 06:04:24 -08:00
version.rs v0.2.1 2018-11-30 16:28:27 -08:00