Ben Rosser

Results 7 comments of Ben Rosser

It looks like this is also a problem in ```gcc/toplev.h``` since the macro is redefined there, too.

And ```gcc/c-tree.h```. After some trial and error I got things to build with the following patch, applied after (or part of, I guess) Install_step_1. ``` --- a/gcc/pretty-print.h +++ b/gcc/pretty-print.h @@...

I'm afraid I still encounter this issue, even with the latest updates. My IRC nick is TC01 (though we've corresponded on freenode about this, so I guess you already know...

All the example programs with labels from here still compile and run: http://skilldrick.github.io/easy6502/ I thought that it might be for something like that as well; however a quick search through...

I believe TC01/6502js@6b87a152ff28013783f26aaa2319ead8271c12a3 fixes this issue. The change I made was pretty simple. checkAbsolute, checkAbsoluteX, and checkAbsoluteY all have logic for detecting undeclared labels (that's where 0x1234 is inserted), but...

It seems that this can be fixed by explicitly converting `poi` to a float before checking if it's in the hypotest cache [here](https://github.com/scikit-hep/pyhf/blob/main/src/pyhf/infer/intervals/upper_limits.py#L81). I printed out the types and at...

Ah, I didn't realize there was a test for this! Does that get run with all the backends? When I get a chance I can try running that locally too.