diff options
author | Dylan Baker <dylan@pnwbakers.com> | 2020-09-17 09:59:29 -0700 |
---|---|---|
committer | Dylan Baker <dylan@pnwbakers.com> | 2020-09-24 12:14:13 -0700 |
commit | d326c87fe22507b8c25078a7cd7ed88499ba7dc1 (patch) | |
tree | b58f159c6a1eee67c906bf38026649c64ce09b8f /mesonbuild/ast | |
parent | 8fa0548e080dd006821ff985868fdef789935feb (diff) | |
download | meson-d326c87fe22507b8c25078a7cd7ed88499ba7dc1.zip meson-d326c87fe22507b8c25078a7cd7ed88499ba7dc1.tar.gz meson-d326c87fe22507b8c25078a7cd7ed88499ba7dc1.tar.bz2 |
compilers: Use a distinct type for compile/link results
Currently we do some crazy hackery where we add extra properties to a
Popen object and return that. That's crazy. Especially since some of our
hackery is to delete attributes off of the Popen we don't want. Instead,
let's just have a discrete type that has exactly the properties we want.
Diffstat (limited to 'mesonbuild/ast')
0 files changed, 0 insertions, 0 deletions