Alex Reinking

Results 33 issues of Alex Reinking

**Describe the bug** Black collapses lists in return type annotations onto one line, regardless of the "magic" trailing comma. **To Reproduce** For example, take this code: ```python @hl.generator(name="simplepyfn") def SimplePyFn(...

T: bug
F: trailing comma

As of at least Python 3.8, the DLL search no longer consults the PATH. Trying to `hl.load_plugin("gradient_autoscheduler")` fails because `LoadLibraryW` only searches in the Python root dir and system32. It...

(FYI, there is a history here; we used to do selective export, but it proved hard to maintain, for various reasons, and we ended up abandoning it. Opening a new...

discussion

The following apps do not have CMake builds and so are not properly tested on CI - [ ] HelloAndroid **(not built by Makefile either)** - [ ] HelloAndroidCamera2 **(not...

build
apps

This issue tracks the overall status of the various first-party and community-maintained packages out in the wild. **If you are interested in packaging Halide** please reach out to us here...

discussion

PR #6670 uncovered an issue where `add_halide_generator` tries to `find_package(Halide REQUIRED)` even when running in tree. This should be fixed to look for the relevant targets, rather than the `Halide_FOUND`...

build

ClampUnsafeAccesses which is added by #6294 applies clamps to funcs that appear in indexing expressions, even when that func is not over-computed. We're landing the PR with this (sound, but...

This PR would add Nuget packaging (extracted from #5754). However, Visual Studio isn't parsing the generated packages correctly and I need to figure out what's going on. Opening a draft...

skip_buildbots

I typed out "Hello bold also italic still bold done" and got the following result, which duplicates text and does not produce combined formatting. ![image](https://user-images.githubusercontent.com/169273/150415858-ce267c59-6c10-4fc8-9f9f-613b53d7b94b.png)

bug
good first issue

Move headers from `src/**.h` to `include/wabt/**.h`. Update `#include`s throughout to be `#include "wabt/*.h"` The vast majority of these changes were done automatically. Please see the individual commit descriptions for more...