Dzmitry Lazerka

Results 4 comments of Dzmitry Lazerka

The simplest example I think: ``` java import org.powermock.core.classloader.annotations.PrepareForTest; import org.powermock.modules.testng.PowerMockObjectFactory; import org.testng.annotations.ObjectFactory; import org.testng.annotations.Test; class DoesntMatter {} @PrepareForTest(DoesntMatter.class) public class UnitTest1 { //Object mock = PowerMockito.mock(Object.class); // uncommenting this...

By the way * protoc-rust correctly recognizes the same files * prost also has the issue with packages (and another issue with "derives"): https://github.com/danburkert/prost/issues/284

Tried to change `var` to `const`, still no luck: ```sh $ zig build ./minisign/build.zig:3:21: error: root struct of file 'std' has no member named 'build' pub fn build(b: *std.build.Builder) !void...