Lukas Kalbertodt

Results 339 comments of Lukas Kalbertodt

For reference, the output for `tests/real/mixed_bag.rs` is: ``` { "type": "suite", "event": "started", "test_count": 8 } { "type": "test", "event": "started", "name": "blue" } { "type": "test", "event": "started", "name":...

> "[...] my program would fail to compile if the regex were invalid" This would be the main feature I would want from a `regex!` macro. The convenience alone is...

> 4\. My opinion is that "is this literal string a valid regex" is not _that_ useful to guarantee at compile time. It's nice, for sure, but I actually don't...

@mrtnzlml Do you have any more information about it? I can't find any documentation about it at all :eyes: In particular: how do I need to define the custom scalar...

Orphan rules won't allow us to add `impl From for io::Error` in this crate. We could add the `Into` impl, but that wouldn't work with `?` as far as I...

I tried to tackle this issue a couple of times already but always kind of got stuck. What follows is a bunch of thoughts, mostly as a note to self,...

Oh also: `env` would be tricky on these kinds of nested objects. The derive on the struct does not know how it is used and would accept an `env =...

Unfortunately, 1.0 was released without addressing this. So renaming `Uri` is out of the question for the foreseeable future, I assume. I still think that some of this confusion can...

I think I have a better understanding of this feature request now. I will look into this! (No promises as to when though, sorry!).