1
0
mirror of synced 2026-05-20 12:42:51 +00:00
Files
YosysHQ.yosys/kernel
Krystine Sherwin d6f3ac60f1 io.cc: Support single quoted arguments
Single quoted strings have no escape character and are treated verbatim.
This is useful for minimizing the number of backslashes in (for example) `logger -expect` regexps (e.g. `"\\\""` -> `'\"'`).
`Yosys::quote()` will use single quotes by default, unless the string contains a single quote and then it will use `std::quoted()`.

Fix strange behaviour arrising from always using `std::quoted(result)`.  Because of the way the function interacts with streams, if there is only one quotation mark then the result would end at the first whitespace.
2025-09-24 17:24:40 +12:00
..
2025-09-16 03:17:23 +00:00
2025-09-16 03:17:23 +00:00
2024-12-18 15:09:25 +01:00
2025-09-16 03:17:23 +00:00
2025-09-16 03:17:23 +00:00
2025-09-16 03:17:23 +00:00
2024-09-05 11:17:12 +02:00
2025-09-16 03:17:23 +00:00
2025-05-12 12:48:01 +12:00
2025-03-19 13:43:44 +01:00
2025-09-24 17:24:40 +12:00
2025-09-24 14:20:12 +12:00
2025-08-06 13:52:12 +12:00
2025-09-16 03:17:23 +00:00
2025-09-16 03:17:23 +00:00
2025-09-16 03:17:23 +00:00
2025-09-24 14:20:12 +12:00
2025-08-06 21:34:37 +01:00
2025-09-17 13:56:46 +02:00
2024-02-06 18:01:26 +01:00
2025-09-15 17:18:42 +02:00
2025-09-15 17:22:15 +02:00
2025-09-15 17:18:42 +02:00
2025-09-16 03:17:23 +00:00
2025-01-14 12:39:15 +01:00