Michael Hoisie

Results 37 issues of Michael Hoisie

Haml was just upgraded to 3.1.0. Fancy-buttons is getting these kinds of error messages: `error app/stylesheets/slowcop.scss (Line 24: Not a valid color stop: #009800 40%)` @include fancy-button-matte(#00AC00, 24px, 10px, 0px);...

Hi Mockito folks, A while back I noticed an issue using Mockito with [Robolectric](github.com/robolectric/robolectric). This is a reduction of the issue as much as possible. The issue occurs when the...

This is why integration_tests/mockito are silently skipped. They were broken by 9c7c35ae8a0afc9b4de6aa9c7e70b7090663eed4

When GLSurfaceView is used, the gl thread created in GLSurfaceView does not get terminated after the test finished. ShadowGLSurfaceView probably needs a @Resetter method that kills an existing threads? Another...

help wanted
starter issue

Robolectric's ActivityController was deprecated in favor of ActivityScenario. While we should encourage uses of ActivityScenario, there are some legitimate reasons to keep ActivityController: * ActivityController does not require adding an...

starter issue

Currently [ProxyMaker](https://github.com/robolectric/robolectric/blob/master/sandbox/src/main/java/org/robolectric/internal/bytecode/ProxyMaker.java) uses Unsafe.defineAnonymousClass, which has been removed in JDK 17. Robolectric itself does not use ProxyMaker much any more, but it is a public API, so some tests may...

When a test sees the failure message `You might need a shadowOf(getMainLooper()).idle() call`, it would be nice to see a stack trace of where that task got added. That way...

help wanted
starter issue