Gıyaseddin Tanrıkulu

Results 8 comments of Gıyaseddin Tanrıkulu

The problem is, when returning 'this' the return type of the function is deduced as 'NonnullRefPoint' where as the type of 'this' is const A* because the function is const...

@beryll1um You can work on it. I am unfortunately unable at the moment. So feel free.

Problem is at: https://github.com/carbon-language/carbon-lang/blob/trunk/explorer/interpreter/type_checker.cpp#L4283 The SimpleMemberAccessExpression in impl is typechecked before the class is typed checked and when FindMixedMemberAndType() is called in it, it assumes the class is, and references...

> So to be sure I understand correctly, `require` actually has a single argument, and that argument is the same as an argument to `where`? i.e., the `impls` just happens...

> Browser support for willReadFrequently seems complete, however I don't know a thing about Epiphany. It's a Linux browser that uses `WebKit/Gtk` and that was the issue, I was trying...

Sorry for being late. > This sounds like a bug in WebKit2Gtk. Could you check if this renders correctly: https://copy.sh/bug.html This renders normal. I believe I should report this to...