Mats Wichmann

Results 557 comments of Mats Wichmann

Doesn't seem to be... which doesn't mean my test isn't faulty. I still get: ``` AssertionError: False is not true : expect ['f9.h'] != scanned [] ```

This bugreport is kind of irritating: it seems to pick up after whatever the problem report was, as the first bit of information is "I had a bit of trouble...

I think both work, but there were some extras in that patch... the pch stuff is split into separate bits for C and C++ and the pdb stuff (*not* Python...

also - "issue 8" isn't issue 8 in the current system, as that links to an unrelated PR.

Hmmm, the latter is possible because an e2e test does it - `test/Configure/CONFIGUREDIR.py`. And the former should be, if you write logic to handle it as a Variable. What doesn't...

Okay, I've located a simple example and don't see the problem with it. Here's the tree dump: ```console +-. +-SConstruct +-list-module.f90 +-list-module.o | +-list-module.f90 | +-/bin/gfortran +-listmodule.mod | +-list-module.f90 |...

I still have to look at the .i/.i90 thing, I think it should work just find on ordinary suffixes and I don't know what those actually mean.

Most of this setup bemuses me, so you have company :) Out of curiosity, are all the files in your project of the same suffix?

Okay, then the muck with "dialects" isn't completely useless to you (or if it is - please feel free to let us know!).

> So, it seems to be getting the dependency correct for .f90 extensions but not .f extensions. That's not impossible, since they use separate settings groups, but this stuff is...