Results 232 comments of refi64

Question: couldn't you also use AppImages for this?

Or you can just run `make CC=whatever CXX=whatever`...

@vadz Is there an example of that or something? Or was the `here` supposed to be a link somewhere?

@vadz Well, that's weird... :O The use case is that a file should only be built if Boost is present. I figured that I could just conditionally define the target...

IMO, the main difference is that Bakefile encourages the build files to be pre-generated (and maybe uploaded to version control), while the others prefer the user to generate the file.

Ack...I thought ConcatExpr was only used when strings were interpolated. I'm checking to see where it actually occurs now.

@vslavik And...I'm lost. Could you point me to where variables get interpolated? I've grepped for ReferenceExpr, 'def reference(', and get_value, all of which have returned nothing useful.

Ok...I think I've got something working. It rejects normal concatenation between different types but specializes string interpolation. The only problem now is that I think it set something off that's...

I opened PR #34 for this. Forgot to mention it. Oops...