Christoph Grenz

Results 3 issues of Christoph Grenz

Setting a function attribute with `add_attribute_at_index()` and `AttributeFunctionIndex` fails with > OverflowError: can't convert negative number to unsigned This seems to be because the LLVM headers define LLVMAttributeFunctionIndex as -1,...

the C APIs for e.g. MDStrings and attribute kinds use explicit string lengths. For some functions this only makes the use inconvenient: * `llvm.get_enum_attribute_kind_for_name(name, len(name.encode('utf-8')))` * `llvm.get_md_kind_id(name, len(name.encode('utf-8')))` * `llvm.md_string(content,...

`DavHandler` uses the used space from `DavFileSystem::get_quota()` only on the root collection. On every other resource `DavMetaData::size()` is used instead. On `LocalFs` that means that every subdirectory only reports an...