Dylan Baker

Results 133 issues of Dylan Baker

The Interpreter is an all-knowing object that has too many responsibilities. This creates a bunch of problems I want to solve, particularly for getting my series to build subproject for...

refactoring

This allows `cc.find_library().name()` to work, just like `dependency().name()`. Fixes: #13053

Recently, I've noticed a number of places where either a custom_target or a generator would benefit from directly understanding an include_directories object. I considered adding a `to_string()` method to `include_directories`,...

This series does a bit of cleanup and optimization as well, but the main goal is to have a scanner that outputs P1689r5 compatible JSON scanning information, and then a...

language:fortran
language:c++

Right now a parameter has to have a distinct type, but I have a case where I have a macro that takes any for one parameter, does internal type checking,...

Upstream Meson allows the following: `dependency('gtest', main : true)`, which is the same as `dependency('gtest_main')`, but without having a magical name that might not be expected. I understand this is...

I'm working on a module specifically for use with typing, so I have tests that I expect to raise mypy warnings. It doesn't look like there's a way to mark...

appveyor is a huge pain, it would be much nicer to use github actions.

CI

Use the ```python class Foo: foo: Text ``` syntax.

Looking back at the type styubs now makes me realize there's some errors, among them that `Generic` is being used incorrectly.