diff --git a/ASWF/tsc-meetings/2019-11-21.md b/ASWF/tsc-meetings/2019-11-21.md new file mode 100644 index 0000000000..9bf7bae9b8 --- /dev/null +++ b/ASWF/tsc-meetings/2019-11-21.md @@ -0,0 +1,40 @@ +# 11/21/2019 + +### Attending: + +* Cary Phillips +* Christina Tempelaar-Lietz +* Peter Hillman +* Nick Porcino +* Larry Gritz + +### Discussion: + +* The repo has moved. All seems to have gone smoothly. + +* Looks like azure pipeline needs to be set up in the new org. PR’s + are not currently triggering builds. + +* Larry asked about GitHub merge policy. “Allow squash merging” has + now been turned on. + +* Imath repo: Let’s begin with a very simple example of pybind11, then + add to it gradually. + +* Nick: We should remove ImathRandom from Imath, and rely on C++11 + random. But this will require careful testing. + +* #484 - the “-x” option to limit memory usage: not worth the + complexity. We considered this back when we were questioning how to + deal with security vulnerabilities, but none of us feel that this is + a necessary feature, or one that adequately addresses a security + issue. + +* #591 - pthread support for mingw: PR needs serious cleanup, not + acceptable in its current form. + +* #215 - uninstall target: good enough idea, but we’d like a “dry run” + option. + +* #344 - new DwaCompressor setting. Should be a part of a performance + metric suite.