Tim Babb

Results 15 issues of Tim Babb

New feature: `gep` instructions can accept Python integers as indices, instead of requiring the client code to tediously construct ir.Constants around each index. For example: ``` int32 = ir.IntType(32) builder.gep(my_object,...

4 - Waiting on author

Stringifying a phi (including for debugging purposes) can cause them to freeze themselves in a stale state, and subsequently added incoming instructions will be incorrectly omitted from the instruction. Any...

4 - Waiting on author

Certain instructions (like Phi) can be mutated. If they are stringified at any point (including for debugging), subsequent mutations won't be reflected in the SSA, giving incorrect results and very...

enhancement

I've attempted to build the llvmlite from source on an Ubuntu 18.04 instance. I'm building outside of Conda, following the directions in the docs— I've built llvm 8.0 with the...

needtriage
build

Inside of websocket handlers, the flask request context doesn't currently exist. This makes it difficult to do things like access cookies, and also breaks compatibility with other flask plugins (like...

The asyncio formulation seems to only allow text websocket frames— this is a small change which overrides the Websocket client's `send_binary()` function to be an asyncio coroutine, and ensures that...

README.rst says to enable asyncio support with the environment variable: UWSGI_PROFLILE=asyncio ... but "PROFLILE" is misspelled, which causes the build to silently ignore the option and fail to use the...

Type: Bug The following example incorrectly produces an error highlight in IntelliSense: template struct Dingus { static constexpr bool IsValid() { return not std::is_same_v;} struct Noot { int wump() requires...

Language Service
more info needed

See this image: In C++, this form of qualified identifier is commonly used with templated classes: ``` TemplatedClass::SomeMemberIdentifier ``` It looks like ligatures and/or kerning adjust the second colon up...

conflict

Based on how long ago the last update was made, I'm guessing this library is dead, but in case the maintainer intends to keep it alive: Attempting to rebuild the...