| author | |
| committer | |
| log | fba6b7e4c20c3d1e1701ad737ad47a2440f44ea7 |
| tree | 2d19cc9597183d8551e7d2d78bb9fd3145a31842 |
| parent | ec337051a92b6f65bb29ddf41a290ea8e46b37b1 |
| signature |
1 files changed, 1 insertions(+), 0 deletions(-)
src/link/SpirV.zig+1| ... | ... | @@ -232,6 +232,7 @@ pub fn flushModule(self: *SpirV, arena: Allocator, prog_node: std.Progress.Node) |
| 232 | 232 | // name if it contains no strange characters is nice for debugging. URI encoding fits the bill. |
| 233 | 233 | // We're using : as separator, which is a reserved character. |
| 234 | 234 | |
| 235 | try error_info.append(':'); | |
| 235 | 236 | try std.Uri.Component.percentEncode( |
| 236 | 237 | error_info.writer(), |
| 237 | 238 | name.toSlice(&mod.intern_pool), |