Андрей Краевский
Андрей Краевский
### Zig Version master ### Steps to Reproduce and Observed Behavior Go to https://ziglang.org/documentation/master/std/#std.mem and search (browser search f3 not autodoc's) for `tokenizeAny` it is present twice.  ### Expected...
it is possible to make 9th language appear before top 10. ## reproduction - deselect all sources except StackOverflow - set languages to functional - enable "IEEE Spectrum" index ...
Steps to reproduce: 1. `zig build triangle_wgpu-run` 2. Open imgui demo -> Examples -> Miniapps -> Console 3. Close with esc or with X window button. 
### Version 0.5.1 ### Description When i try to decompress big bz2 file (entire wikipedia downloaded from [here](https://meta.wikimedia.org/wiki/Data_dump_torrents)) it results in file which is only 2.6KB. Compressed version is 21GB....
https://github.com/ziglang/zig/blob/f1eed99f3d2d355054c6cf36d6f332d83b2ec595/lib/std/bit_set.zig#L315-L318 Comment says it is backed by `array of usize` but in fact it is backed by `array of MaskIntType` as can be seen here https://github.com/ziglang/zig/blob/f1eed99f3d2d355054c6cf36d6f332d83b2ec595/lib/std/bit_set.zig#L378-L380 It also repeated here...