William Deegan

Results 323 comments of William Deegan

A workaround is to use File(), like this: `env.Command('${SOURCE.filebase}.out', File('foo.in') , "echo $TARGET $SOURCE")` It should work. This should get you unstuck if you were stuck. Until such time as...

This is not something we'd put in the users guide, but it should fit in the cook book.. https://github.com/SCons/cookbook Feel free to make a PR against that.

@gavinltomra the `env.Clone()` really isn't needed at all. It seems like it's only used to modify/set `MakeTargets`, which instead could be passed to `env.subst()` via the `overrides` dict it takes...

I think this falls into the need a cachedir server to really fix the issue category.. Likely a dup or a sibling of other issues.

> having the storage handled by a server would certainly help aribtrate conflicts between users ... possibly at the cost of a bit more slowdown. Haven't heard much about this...

@pweseloh - which versions of python and SCons are you using? We did some work on minimizing cache corruption possibilities issues in the last few years.

Is this resolved in current master?

I guess you didn't read the header which asks you to bring your issue to the mailing list or discord server before posting. Where are you pulling your .tag.gz's from?...

I looked at my notes, we found a couple errors where the version # hadn't been changed in CHANGES.txt BTW we have a dedicated channel on our discord server for...

@dvzrv - re tons of packages. Fair enough. (BTW thanks for your work on such.. we know it's mostly thankless) Ok so if we update sourceforge's packages to match the...