Dave Thomas

Results 248 comments of Dave Thomas

Maybe its: There needs to be a way of specifying which generators do or don't run on arbitrary files, so some type of filter, and as it cant be in...

It does feel like a feature hole where everything just runs, especially if you like to cram multiple plugins in one dll.

What makes it hard is this needs to be done in msbuild otherwise every plugin always gets activated and has to return an empty ast so nothing is added but...

Thinking more I don't think its even possible at the MSBuild level as Myriad uses reflection to find all plugins inside the passed dll, so it has to be done...

This is done, just need docs 😢

I dont have permissions any more.

This is something that's not really been tested, feel free to add a failing test and I'll endeavour to add this.

https://github.com/7sharp9/myriad/blob/master/test/Myriad.IntegrationTests/Myriad.IntegrationTests.fsproj#L14-L17 The input is specified as `..\..\src\Example\Library.fs` the output file is ` `

Sorry Ive not replied I never got notifications. Transforms are not pluggable yet, all this needs is an extra proper to two in the config so you can specify a...

@wuzzeb Looks like the CI failed, although azure is down right now so I cant see the failure 🤦‍♂️