Gavin Lambert

Results 107 comments of Gavin Lambert

`checkExpectations` does abort the test if the expectations are not met. It does the equivalent of a `CHECK` internally. The trace output wouldn't be different after the call anyway, it's...

The [documentation](https://tweaked.cc/module/turtle.html#v:suck) states that if it fails to pick up items then it is supposed to return `false, "reason"`. So it should actually be doing that instead.

It looks like this is a prerequisite to have "crafting tools" properly supported. I made a patch that allows it to properly ignore durability changes when choosing patterns, but (without...

It shouldn't need any kind of second-guessing. If a basic crafting recipe has the same item (ignoring NBT) in both input and byproduct, then always assume a chain crafting where...

Perhaps pre-craft simulation should still be a thing, at least just for the patterns that appear to generate tool byproducts? It seems likely that there would be fewer of these...

RS only really keeps track of one active pattern for any single output item, so you should never create more than one pattern with the same output. Avoid creating the...

It happens with any fence/stairs-like block (including DO shingles, since they work like stairs), because their state depends on the adjacent blocks, so if all the adjacent blocks aren't placed...

No, I wanted it to not show any ticks at all, not merely to hide the labels. > it will be serialized as "". Yes, I know. I was suggesting...

What about https://developer.chrome.com/extensions/runtime#event-onUpdateAvailable? It sounds like that would let you detect an impending update.

Translations for text?