Christoffer Lerno

Results 1219 comments of Christoffer Lerno

Can you output the llvm ir generated?

It turns out that this is not simple. In order to handle this, you need to give the signal handler its own stack. But if it has its own stack...

I have to change this to "enhancement". There are various issues here: 1. The stack has overflowed, so no additional stack memory can be used, meaning we can't make any...

The reason why `File` is a struct rather than a distinct wrapper around a CFile is because I wanted to keep the door open for using it universally, like your...

I've tried to do it the other way around too many times that I've learned my lesson. On a related note: one thing that often strikes me is how game...

@DrGo I've read people being critical about Go's file handling in general due to it being strongly unix-centric. What are your thoughts on that in relation to fs?

@DrGo I guess permissions are also unix-centric to some extent, that seems to be part of this interface.

Yeah, I was thinking about FileInfo, it did seem unix-centric.

I wonder what we should do about this proposal. Personally I don't see enough use-cases that we have to make something generic. And to make it generic – that is...

If there is no further input I'll close it then?