mirror of
https://github.com/ziglang/zig.git
synced 2024-11-27 23:52:31 +00:00
e8b613783f
Instead, we now have a looser helper called `checkContains(...)` that will match on any occurrence similarly to `std.mem.indexOf()`. While at it, I have cleaned up other combinators to make the entire API more consistent, and so: * `checkStart(phrase)` is now `checkStart()` followed by `checkExact(phrase)` * `checkNext(phrase)` if matching exactly is now `checkExact(phrase)` * `checkNext(phrase)` if matching loosely is now `checkContains(phrase)` * `checkNext(phrase)` if matching exactly with var extractors is now `checkExtract(phrase)` Finally, `ElfDumper` is now dumping contents of `.symtab` and `.dynsym` symbol tables. I have also removed dumping of symtabs as optional - they are now always dumped which cleaned up the implementation even more. |
||
---|---|---|
.. | ||
bugs | ||
dead_strip | ||
dead_strip_dylibs | ||
dylib | ||
empty | ||
entry | ||
entry_in_archive | ||
entry_in_dylib | ||
headerpad | ||
linksection | ||
needed_framework | ||
needed_library | ||
objc | ||
objcpp | ||
pagezero | ||
search_strategy | ||
stack_size | ||
strict_validation | ||
tls | ||
unwind_info | ||
weak_framework | ||
weak_library |