Marshall Davis

Results 4 issues of Marshall Davis

This option is non-boolean and thus requires a value. The command `./vendor/bin/carbon macro -c` as documented would result in: > -c option is not a boolean, so you can't use...

`./vendor/bin/carbon macro --composer` will not work as `--composer` is non-boolean.

If you define a macro on one of the Carbon classes that support it but are not Carbon itself the stubs are not created. `CarbonPeriod::mixin(CarbonPeriodMacros::class);` for example does not general...

I believe it may be possible to determine the return type and parameters of macros using the reflection already employed so that the stubs can be more accurate. Without this...