Hiromi Ogawa

Results 17 comments of Hiromi Ogawa

I also ran into an error with a similar code. The log says the following. ``` ERROR: brittany pretty printer returned syntactically invalid result. Error: detected unprocessed comments. The transformation...

I tried to reproduce this using minimal Sinatra HTTP server but I couldn't find any significant difference. https://gist.github.com/coord-e/cf89553d0f5f3078720db14432ac857a ![cpu usage](https://user-images.githubusercontent.com/16184855/201597135-84843f08-3b69-4181-b4b7-3cc3af07c229.png) @grosser Could you give me some more details about the...

wontfix until box_patterns and box_syntax would be stabilized

test code: ``` let zero = (f, x) -> x; let succ = n -> (f, x) -> f(n(f, x)); let plus = (m, n) -> m(succ, n); // !...

Status: Object file is emitted I need to add a batch mode to link that object file to emit complete executable

`expr? ""` expr defaults to `Empty`

`Empty ` causes type mismatch...

After much consideration, I take an approach that follows `FusedIterator` on `std`. The current (and future) `StreamingClient` has no guarantee on its behavior with multiple attempt to connect to channels;...

Some considerations: - RFC 3339 parsing - ergonomics - maybe we should consider `Into`