Steven E. Harris

Results 239 comments of Steven E. Harris

What work remains to be done here in order to fix this problem? It's hard to tell from reading the preceding comments whether there's a change required in this repository,...

Oh, does that mean that if my own _go.mod_ file requires a new enough version of that `x/tools` module that I'd wind up fixing this for myself? At present, my...

Your proposed solution has two potential assignments to the "err" variable racing, as nothing precludes the assignment within the spawned goroutine from occurring at the same time as the context...

I assume that Jamie means that the author of the _cue.mod_ file would not expect Bazel—or any of its rulesets—to take that file and use a modified version of it...

It would still be important to consider the needs defined in #3512, which has to do with acquisition of the files making up the modules. If there was a way...

You may be interested in the exploratory work along [the "accommodate-hosted-cue-modules" topic branch](https://github.com/seh/rules_cue/tree/accommodate-hosted-cue-modules) ([commit sequence](https://github.com/seh/rules_cue/compare/main...accommodate-hosted-cue-modules)). I started on that a few months ago, and got blocked by cue-lang/cue#3512, per my...

See #4014 for renewed hope on this front.

I haven't seen any recent changes that would alleviate this problem.

I just ran into this gap yesterday. [The `processconv.Uptime` type](https://pkg.go.dev/go.opentelemetry.io/[email protected]/semconv/v1.37.0/processconv#Uptime) is not _observable_, so it's difficult to register a callback to call on its `Report` method periodically.

If `a.b.` does not evaluate to a value, do we wind up with field "b" present with pseudo-value `_|_` (bottom), or does this forestall defining field "b" at all? That...