loldrup

Results 14 issues of loldrup

I have installed beefy and run it like this: ``` beefy ./js/test.js --index=test.html --open ``` However, whenever I change a source file, save it to disk and hit refresh in...

Today I had the joy of experimencing this "impossible" error: https://www.youtube.com/watch?v=9UObTLLYhmo Deleting my build cache file (`buildCache.json`) solved the problem. I have now disabled browserify-incremental, and I haven't had the...

Hi When a test case fails, the 'actual' and 'expected' values gets logged to screen. When these values are objects with many properties/functions on their prototype chains, the logged text...

Component: HTML Reporter
Type: Enhancement
Component: Diff

![screenshot 2018-04-06 15 44 43](https://user-images.githubusercontent.com/261940/38424614-ed5f32b0-39b1-11e8-8bb3-33d25c65ba02.png) ![screenshot 2018-04-06 15 06 05](https://user-images.githubusercontent.com/261940/38424745-50da3bc8-39b2-11e8-8a42-3fdd721d9fb0.png) ![screenshot 2018-04-06 15 48 26](https://user-images.githubusercontent.com/261940/38424652-11a76a84-39b2-11e8-9b69-db1e977aaaf4.png) On Windows 7, 64 bit

The two attached photos show contradicting information. The one says that no Java SDK has been defined, while the other lists an SDK which seems to be quite well defined....

after restarting IntelliJ (after upgrading to version #181.4203.550 (windows 7 64-bit)), I got issue #655 once again, and also this exception: ``` Failed to resolve com.intellij.openapi.module.Module com.redhat.ceylon.model.loader.ModelResolutionException: Failed to resolve...

I just updated IntelliJ to version #181.4203.550 (windows 7 64-bit). During launch, I got this message: "The Ceylon model update triggered an unexpected exception: ceylon.language.AssertionError "Assertion failed: The PSI element...

I have a Ceylon module 'tests' with a single file 'run.ceylon' with three functions: `run`, `myTests1`, `myTests2`. Whenever I change something in the two latter files (like, adding `assert(40+2 ==...

I had one project open (POSTtoFile), then chose to open another project and chose 'open in this window' (thus closing the first project). Then this exception happened. ``` Sorry but...

The IntelliJ Ceylon parser gives different output for same content at different times. If you look at this screenshot you see an error in the build log: ![ceylon error 2017-06-16...