Larry Gritz

Results 616 comments of Larry Gritz

I'm unable to reproduce this. Maybe it was already fixed? Do you still see this behavior on the current version of OSL?

Hopefully, in a C++17 world, both of these options will go away and the format specifier will be a std::string_view, and then callers can pass anything that converts implicitly to...

No worries, Greg, I'm actually always looking for ways to improve the build and dependency experience. I don't consider myself an expert in a lot of this area, and am...

I have no recollection now about why that dependent library hiding seems crafted only for Linux (and FreeBSD and GNU) but excludes MacOS. I do a lot of my development...

Quite right! I will post a patch right away. Good catch, thanks for bringing this to our attention.

I didn't, but you are right, so I'll quickly take a look.

Yes, indeed there are a couple more spots. I will amend the PR. Please hold any reviews of this, there is more coming.

As an aside, even though I'm finding some places where an error inside of open() doesn't *immediately* close the open file handle, so far it seems that all of the...