Dylan Baker

Results 375 comments of Dylan Baker

3. is possible by passing the `static : ` option to `dependency()`, and I've checked that is wired up. So you should be able to do something like: `dependency('wxwidgets', static...

Does vala.compiles() similarly crash? It’s an interesting question with languages like vala that are transpilers what these even mean, does compiles mean vala->c? Vala->obj?

Good to know, I'll have to go look at the implementation of vala.compiles and see what it's doing.

Apparently there are still some issues with non-unit tests

Rebased on main, next up is to deal with review :)

Okay, @jpakkane you gave me the motivation to finish the AstInterpreter and the IntrospectionInterpreter, and rework the State class a little bit, so there are some more subclasses (and less...

~~I'd like to see a test added for this, or it's going to regress at some point.~~ ~~I also *think* this is okay, but the option parsing code is complicated...~~...

I had a patch for that at one point, I wonder what happend to it... I'm really concerned this is just us doing something dumb. Does this cause the same...

I've ready both of your blog posts, both this one and the one one about the dynamic command lines. Clang does have the option you want, it's called [`-fprebuilt-module-paths`](https://clang.llvm.org/docs/StandardCPlusPlusModules.html#how-to-specify-the-dependent-bmis). I...

I've added the necessary orderdep -> full dep changes, but I haven't gotten the tests yet. They'll require a python unittest because we're going to have to compile -> change...