Jakob Gerhardt
Jakob Gerhardt
I have whipped up a small "evalModule" like function: ```ncl fun modules args => if std.array.length modules == 0 then std.trace "Warn: there were no modules to evaluate!" {} else...
To add a bit of other "prior art", I'd like to mention[ a project I've been working on recently](https://github.com/DrRuhe/nix2dream), which extends the [drv-parts](https://github.com/DavHau/drv-parts)(Now part of [dream2nix](https://github.com/nix-community/dream2nix)) to define a generic...
What about utilizing the existing OpenTelemetry Ecosystem? - it could be configurable so that nushell does not record everything. - things like `log ` could be exported as events. -...
To elaborate a bit further: Using the info that this debugger trait is available, I think utilizing the [tracing](https://github.com/tokio-rs/tracing) crate with [tracing-opentelemetry](https://github.com/tokio-rs/tracing-opentelemetry) could work out nicely. Entering and leaving blocks...