Ray Eldath

Results 45 comments of Ray Eldath

I encountered this problem, though I'm benchmarking directly w/o `jmh-gradle-plugin`... I add `testAnnotationProcessor 'org.openjdk.jmh:jmh-generator-annprocess:1.22'` to my `build.gradle`, and the error gone. it works now. 😸

I've found that `gdb-10` can't really understand DWARF spitted by `gcc-11`, since when print some variables in gdb console it'll errored with `Corruptted DWARF`. in my Linux machine this could...

Have the same issue on Windows 10 2004 with Windows Terminal. but in my case only `0.49.0` have this issue while `0.48.0` and older seems works fine.

> @Ray-Eldath Interesting. I don't think the only change to the powershell init script in 0.49.0 (#2104) could have caused this. But are sure this is related to the starship...

well, sometimes I just want to create an instance of my DAO and test the business logic solely, and still that's hard... the only constructor require an `EntityId`. I dont...

I'll test this once I wake up. now I have to go for sleep. :sleepy: I have to say that, it's pretty frustrating to see that the complexity with regard...

yeah this piece of code should **really** be moved into another repo. Makefile and CI and all other stuff are just completely irrelevant. and as regard to the new framework,...

I don't really know how to build tf-coriander on windows either...

Yeah, I build clew successfully. `clewTest` returned `num platforms: 1` that looks like a normal return. What should I do next ?

Still build successfully, and `gpuinfo` return correct devices info. Next ?