Khronos
5900d8442c
Fix a problem with extra build commands. ( #14528 )
...
When --compileOnly is on, extraCmds are not added to JsonBuildInstructions.
```
$ echo 'echo 123'>test.nim
$ nim c --debuginfo --nimcache:cache test
$ ls
cache test test.dSYM test.nim
$ tail -n3 cache/test.json
"extraCmds": ["dsymutil /Users/khronos31/src/tmp/test"],
"stdinInput": false
}
```
```
$ echo 'echo 123'>test.nim
$ nim c --debuginfo --nimcache:cache --compileOnly test
$ nim jsonscript --nimcache:cache test
$ ls
cache test test.nim
$ tail -n3 cache/test.json
"extraCmds": [],
"stdinInput": false
}
```
2020-06-01 14:06:25 +02:00
..
2019-09-27 07:02:54 +02:00
2019-11-28 17:13:04 +01:00
2019-12-05 17:31:51 +01:00
2019-09-27 07:02:54 +02:00
2020-05-28 20:46:06 +02:00
2020-04-16 21:04:05 +02:00
2019-11-28 17:13:04 +01:00
2020-01-23 11:06:28 +01:00
2020-01-17 10:34:31 +01:00
2020-06-01 12:33:13 +02:00
2020-05-19 21:42:53 +02:00
2020-01-23 14:25:22 +01:00
2020-04-23 11:24:09 +02:00
2020-05-19 21:42:53 +02:00
2020-05-18 09:38:36 +02:00
2020-05-11 12:01:18 +02:00
2020-01-17 10:34:31 +01:00
2020-05-27 16:24:47 +02:00
2019-11-28 17:13:04 +01:00
2020-05-29 12:08:17 +02:00
2020-04-23 11:24:09 +02:00
2020-03-18 16:57:34 +01:00
2020-03-18 16:57:34 +01:00
2020-05-16 13:09:18 +02:00
2020-05-25 13:25:40 +02:00
2020-05-29 17:10:59 +02:00
2017-01-07 22:35:09 +01:00
2020-05-01 20:25:18 +02:00
2020-05-29 12:08:17 +02:00
2020-02-07 06:58:04 +01:00
2020-05-29 05:30:36 -07:00
2020-03-16 19:05:33 +01:00
2020-04-21 15:05:21 +02:00
2019-11-28 17:13:04 +01:00
2020-06-01 14:06:25 +02:00
2019-11-28 17:13:04 +01:00
2019-11-28 17:13:04 +01:00
2020-03-11 01:01:25 +01:00
2019-10-03 00:48:31 -04:00
2020-04-15 20:03:25 +02:00
2020-02-26 10:26:47 +01:00
2019-11-28 17:13:04 +01:00
2019-07-18 00:36:03 +02:00
2019-11-28 17:13:04 +01:00
2019-09-03 18:43:57 +02:00
2020-05-29 12:08:17 +02:00
2020-05-13 22:29:02 +02:00
2020-04-02 08:53:52 +02:00
2020-05-15 10:07:30 +02:00
2019-11-28 17:13:04 +01:00
2020-05-29 17:10:59 +02:00
2020-05-08 07:54:46 +02:00
2020-05-08 07:54:46 +02:00
2020-05-29 23:35:57 +02:00
2019-11-28 17:13:04 +01:00
2020-05-30 19:38:51 +02:00
2019-11-28 17:13:04 +01:00
2020-03-19 20:38:25 +01:00
2020-04-02 02:56:18 +02:00
2020-04-16 23:27:08 +02:00
2019-07-18 00:36:03 +02:00
2020-04-16 21:04:05 +02:00
2020-05-25 13:25:40 +02:00
2020-04-15 20:03:25 +02:00
2019-11-28 17:13:04 +01:00
2020-05-22 12:02:10 +02:00
2020-05-28 20:46:06 +02:00
2020-04-01 17:48:17 +02:00
2020-03-07 23:53:43 +01:00
2020-05-12 08:27:47 +02:00
2020-01-17 10:34:31 +01:00
2020-02-27 13:22:18 +01:00
2020-05-18 09:38:12 +02:00
2019-11-28 17:13:04 +01:00
2020-05-26 10:08:35 +02:00
2019-11-28 17:13:04 +01:00
2019-07-01 11:59:02 +02:00
2019-09-27 07:02:54 +02:00
2020-05-25 13:25:40 +02:00
2020-02-06 11:17:00 +01:00
2020-05-30 15:32:31 +02:00
2020-05-08 07:54:46 +02:00
2020-02-27 13:22:18 +01:00
2019-11-28 17:13:04 +01:00
2020-03-05 15:31:22 +01:00
2019-11-28 17:13:04 +01:00
2020-01-15 11:06:41 +01:00
2018-05-27 19:19:12 +02:00
2020-05-11 12:01:18 +02:00
2019-11-28 17:13:04 +01:00
2019-11-28 17:13:04 +01:00
2020-05-11 13:50:40 +02:00
2020-05-18 11:03:34 +02:00
2020-05-28 19:00:36 -07:00
2019-11-28 17:13:04 +01:00
2019-07-18 00:36:03 +02:00
2020-05-20 18:34:14 -07:00
2019-11-28 17:13:04 +01:00
2019-11-28 17:13:04 +01:00
2019-11-28 17:13:04 +01:00
2020-04-27 19:16:40 +02:00
2020-05-29 11:48:15 +02:00
2020-05-01 20:25:18 +02:00
2020-05-22 12:02:10 +02:00
2020-05-30 15:32:31 +02:00
2019-11-28 17:13:04 +01:00
2020-04-28 19:56:01 +02:00
2020-03-18 13:43:32 +01:00
2020-05-22 20:24:37 +02:00
2019-11-28 17:13:04 +01:00
2020-05-07 22:15:25 +02:00
2020-04-01 19:38:44 +02:00
2020-05-21 23:28:47 -07:00
2020-05-12 16:19:03 +02:00
2020-05-29 11:48:15 +02:00
2019-12-13 19:20:29 +01:00
2020-05-26 14:49:44 +02:00
2020-05-22 20:24:37 +02:00
2020-03-05 16:02:34 +01:00
2020-05-29 12:08:17 +02:00
2020-04-29 21:58:59 +02:00
2020-05-11 12:01:18 +02:00
2020-04-03 20:22:03 +02:00
2020-04-20 15:57:36 +02:00
2020-04-20 11:54:53 +02:00
2020-05-22 12:02:10 +02:00
2020-04-03 09:10:45 +02:00
2020-05-11 12:01:18 +02:00
2020-04-15 20:03:25 +02:00
2019-11-28 17:13:04 +01:00
2020-05-29 11:48:15 +02:00
2019-11-28 17:13:04 +01:00
2020-05-14 08:51:47 +02:00
2020-04-20 12:00:00 +02:00
2020-03-26 15:18:45 +00:00
2020-03-26 09:26:19 +01:00
2020-04-23 11:24:09 +02:00
2020-03-26 15:18:45 +00:00
2020-01-17 10:34:31 +01:00
2020-05-11 12:01:18 +02:00
2020-05-27 16:24:47 +02:00
2019-11-28 17:13:04 +01:00