| ... | @@ -17,6 +17,9 @@ const FCOMMENT = 1 << 4; | ... | @@ -17,6 +17,9 @@ const FCOMMENT = 1 << 4; |
| 17 | | 17 | |
| 18 | const max_string_len = 1024; | 18 | const max_string_len = 1024; |
| 19 | | 19 | |
| | 20 | /// TODO: the fully qualified namespace to this declaration is |
| | 21 | /// std.compress.gzip.GzipStream which has a redundant "gzip" in the name. |
| | 22 | /// Instead, it should be `std.compress.gzip.Stream`. |
| 20 | pub fn GzipStream(comptime ReaderType: type) type { | 23 | pub fn GzipStream(comptime ReaderType: type) type { |
| 21 | return struct { | 24 | return struct { |
| 22 | const Self = @This(); | 25 | const Self = @This(); |