Genci Berisha
Genci Berisha
@alfaix there you go: https://github.com/tree-sitter/tree-sitter/wiki/Tips-and-Tricks-for-a-grammar-author
In case it gets approved, assign it to me
> Interestingly enough, `Optional()` can be used. > > ```c++ > enum class Error { boom }; > > std::expected something = 1; > EXPECT_THAT(something, testing::Optional(testing::Gt(0))); > > std::expected something...
> For a more fluent approach, maybe there could be matchers like `EXPECT_THAT(something, succeedsWith(successValMatcher))` or `EXPECT_THAT(something, failsWith(errorValMatcher))` I like this. It's a little bit weird cuz absl version `std::expected` is...
I agree, but since this looks like a compiler policy error(a new memory bound check) we could maybe just upgrade to a newer dbus version? Yes, its a transitive dependency...
updating the baseline hash of `vcpkg-configuration.json` to a newer commit fixes the issue @btzy
I meant its a fix from user side, i just updated the baseline commit of my project, and it started working again. There is no need to do any change...