| ... | @@ -232,6 +232,7 @@ pub fn flushModule(self: *SpirV, arena: Allocator, prog_node: std.Progress.Node) | ... | @@ -232,6 +232,7 @@ pub fn flushModule(self: *SpirV, arena: Allocator, prog_node: std.Progress.Node) |
| 232 | // name if it contains no strange characters is nice for debugging. URI encoding fits the bill. | 232 | // name if it contains no strange characters is nice for debugging. URI encoding fits the bill. |
| 233 | // We're using : as separator, which is a reserved character. | 233 | // We're using : as separator, which is a reserved character. |
| 234 | | 234 | |
| | 235 | try error_info.append(':'); |
| 235 | try std.Uri.Component.percentEncode( | 236 | try std.Uri.Component.percentEncode( |
| 236 | error_info.writer(), | 237 | error_info.writer(), |
| 237 | name.toSlice(&mod.intern_pool), | 238 | name.toSlice(&mod.intern_pool), |