Re: scons: path-like objects
Dirk Bächle <[email protected]> Fri, 6 Sep 2019 22:58:46 +0200
| Newsgroups | gmane.comp.programming.tools.scons.devel |
|---|---|
| Message-ID | <[email protected]> |
Hi Mats, On 04.09.19 19:29, Mats Wichmann wrote: > > does anyone think it is important to examine scons for support of Python > path-like objects? > I think this is important enough to put some research effort in it. But only if we're talking about the FS-centric Node classes "Node.FS.Base" and its derivants. From an architectural point of view I still see SCons as a "build framework". At the moment we're mainly supporting files and folders as Nodes, but I'd like to have enough flexibility to also support e.g. "database Nodes", if required. Best regards, Dirk