Corin Lawson

Results 40 comments of Corin Lawson

Running `boot -vv ...` provides ALOT more information... but it mentions a "duplicate entry": ``` Adding uberjar entries... Adding cached fileset cdc814c87d5e7bbc0165371795a51643... Adding cached fileset 957c53796f5c1649094808dddcb9dd27... Adding cached fileset 45dc4650fe3a118fc0016597faefdd6b......

So the versions directory has something to do with multi-release jars, and in my case it's empty so I was able to work-around the issue by adding an extra exclude...

The tests for Int64Shrinker follow a different pattern to the examples in the linked article; is this intentional? I.e. the tests shrink 10 into 0, 5, -5, 8, -8, 9,...

I have come across this article that seems to take a similar approach as gopter (at least in the ordering/direction of the shrinking values): https://deque.blog/2017/02/10/code-your-own-quickcheck-shrink/ Is this the kind of...

There are use cases that @cpuguy83 clearly didn't consider when closing this issue. Please consider reopening.

I propose a syntax that attempts to be in keeping with the existing sequence diagram and also follows the [current UML specification](https://www.omg.org/spec/UML/2.5.1/About-UML). The following diagram (figure 17.26) and description can...

I made a start adapting sequenceDiagram.jison, I would change the signal rule to read: ``` signal : SEQ actor ARROW actor text2 { $$ = [$2,$4,{type: 'addMessage', seq:$1, from:$2.actor, to:$4.actor,...

```` uname -a Linux tecknack-corin 4.6.5-stable #54 SMP Tue Sep 13 11:33:24 AEST 2016 x86_64 Intel(R) Core(TM) i7-5500U CPU @ 2.40GHz GenuineIntel GNU/Linux ```` ```` docker version Client: Version: 1.12.1...

Hi @twright-msft, you are right I did run it with `-v` initially (that's how I got the log contents) but before posting I made sure to run that exact command....

I have no doubt that there must be something particular about my kernel or filesystem. I use Gentoo and build my own kernel from git (the stable branch) but I'm...