Tim VanDoren

Results 7 comments of Tim VanDoren

This configuration is working for me to exclude `ServiceFoo` and `ServiceBar`; maybe it will work for you too? ``` jacocoExcludes := Seq( "com.something.services.ServiceFoo", "com.something.services.ServiceBar" ) ```

> I use something like: > > ```js > const proxy = new Proxy( > {}, > { > get: function getter(target, key) { > switch (key) { > case...

This would be really great to have so I don't have to fork the project just for this one issue!

Actually, it looks like there's a PR that's been open for this since August 2022 - https://github.com/epoberezkin/fast-deep-equal/pull/134

I'm having the same issue trying to run it in Jenkins ``` /tmp/1537379115281-0/redis-server-2.8.19: /lib64/libc.so.6: version `GLIBC_2.14' not found (required by /tmp/1537379115281-0/redis-server-2.8.19) ```

I am also only able to get the ```gradle-compass``` plugin to work using ```jruby-gradle-plugin``` version 0.1.17, no higher versions. I tried 1.3.+, 1.2.+, and 1.+.