Stephan Renatus

Results 293 comments of Stephan Renatus

@mfelsche I've assigned you -- just to make it even more clear that this is being worked on... 😉

I've built this locally and took it for a spin. One change in behaviour I've noticed is when using `stable env CMD` with a CMD that has parameters. Concretely: with...

I've tried to reproduce this locally with restricting docker's memory, [as described here](https://github.com/ponylang/pony-stable/pull/73#issuecomment-400198443) and ran it in a loop both with `ponylang/ponyc:release` and `ponylang/ponyc:latest` (see [docker tags](https://hub.docker.com/r/ponylang/ponyc/tags/)) -- and couldn't...

Hmm. Looks like since 204, it has only failed _once more_, https://circleci.com/gh/ponylang/pony-stable/353 -- am I wrong? Still no idea what happens there, but it hasn't happened for four months, has...

I'll try pushing this forward. #70 gets some scaffolding in place, leaving open the following test TODOs: - [ ] `stable fetch` - [ ] `stable add` - [x] `stable...

🔍 From sprinkling `println!` on it, it looks like for the input test case provided, [`let I32Const(base)` never matches](https://github.com/rustwasm/twiggy/blob/51b4112ccb6c001cee5742795393bbb303f2ae9e/parser/wasm.rs#L684): ```rust if let I32Const(base) = code[i - 1] { if let...

_Update_ -- I've found a reference for my 💭 points above: https://github.com/rust-lang-nursery/rust-wasm/issues/21 ✅

@fitzgen thanks for shedding some light on this 😃

> The "correct" way to solve the mismatch between $TERM and the actual terminal capabilities is to install the dvtm terminfo description using tic -s dvtm.info (or Mac OS X...