Tamir Duberstein
Tamir Duberstein
Looks like there's nothing to do here.
The original "fix" was in https://github.com/nodejs/undici/pull/1619, where diff was ```diff - return fetchImpl.apply(dispatcher, arguments) + try { + return await fetchImpl.apply(dispatcher, arguments) + } catch (err) { + Error.captureStackTrace(err, this)...
@Johann150 perhaps? Unclear if this repository is maintained.
Both issues should be fixed now. Could you trigger another run?
One more attempt please! Should be fixed now. Implementing "possible values" on foreign types is a bit clumsier now.
Looks like we'd need to bump MSRV to 1.56 fro 1.46 to allow this to land. See description in https://github.com/d-e-s-o/test-log/commit/9619698ef9facff2baaa450f89d9b4c4267f12d9.
Would you mind allowing CI to run again?
Sadly have to bump further to 1.60. Could you run CI again?
Needed to update the arguments to `cargo update`. Another run, please!