Stream: git-wasmtime

Topic: wasmtime / PR #2207 Make filetest errors report full context


view this post on Zulip Wasmtime GitHub notifications bot (Sep 18 2020 at 17:55):

fitzgen opened PR #2207 from filetest-errors to main:

This provides the full error context, not just the source error's message. The anyhow::Error's Display implementation just shows the source error's message, not any of its context. The Debug implementation shows the full error context (and backtrace, if captured).

view this post on Zulip Wasmtime GitHub notifications bot (Sep 18 2020 at 18:06):

alexcrichton submitted PR Review.

view this post on Zulip Wasmtime GitHub notifications bot (Sep 18 2020 at 18:33):

alexcrichton merged PR #2207.


Last updated: Oct 23 2024 at 20:03 UTC