Enrico Borba
Enrico Borba
I think this is a combination of the following, `safe` is always set to `true`: https://github.com/HigherOrderCO/HVM/blob/21d630f488f1627a075ab72e8d6e422dd069d5f8/src/ast.rs#L507-L516 And that the REF-DUP optimization has no warning on C or Cuda, only on...
I think while this can be UB for bend it shouldn't be for HVM, though some flag perhaps should be required to run such programs.
While looking over the code, I think this would be best organized as a new method of `UserInterface`. Otherwise I'm kind of cluttering the arguments to `UserInterface::draw`.
I've improved the calculation of the size of the scroll bar handle. It works well with the `wrap` highlighter. It will decrease in size if the number of lines displayed...
It's been a while since I've looked at this code, but I've merged master in and fixed the conflicts. It looks like a `DisplayCoord cursor_pos` argument was added to a...
Just writing here, I think there's a small bug where (for some reason) the last (rightmost) char of the modeline is clipped, until we perform a resize. Here's a screenshot...
This consistently happens to me on every client creation, and is fixed after a resize. It's likely to do with some computation i wrote that isn't refreshed on changes to...
There were some questions about reproduction, and I can still reproduce this today:  In case it matters (for cache invalidation propagation or something) I'm in Honolulu Hawaii.