Alex Mohr
Alex Mohr
Hey Paul, looking at this one today. Oooof... this Windows behavior is horrid! Is the lock grabbed on the temporary file that we've written to after we close it but...
Oh I see from reading the test that it's not the temp file, it's the actual output file. Does this mean we should do this kind of retrying *always* everytime...
Thanks for the info Paul -- are you saying that just running the shipped USD tests on Windows are failing for you like this? We have Windows CIs and don't...
Cool -- thanks for all the info! And yeah I think we have a task to remove the file access checks on Windows too -- I know the SideFX folks...
Today, with boost.python bindings, a downstream module can boost.python wrap a function like `void Foo(UsdPrim)` and that works fine because UsdPrim is wrapped with boost.python. If we instead wrap UsdPrim...
Of course a build-time switch is possible, but then we have added another dimension of complexity to support and maintain both sets of bindings, and to carefully ensure that there...