From 8f43dd559609a2b1f8787b922c1e5a87a8057838 Mon Sep 17 00:00:00 2001 From: Cary Phillips Date: Thu, 21 Nov 2019 16:35:26 -0800 Subject: [PATCH] TSC meeting notes November 21, 2019 Signed-off-by: Cary Phillips --- ASWF/tsc-meetings/2019-11-21.md | 40 +++++++++++++++++++++++++++++++++ 1 file changed, 40 insertions(+) create mode 100644 ASWF/tsc-meetings/2019-11-21.md 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.