tapir icon indicating copy to clipboard operation
tapir copied to clipboard

Investigate macro exponential explosion with multiple .modify invocations

Open adamw opened this issue 4 years ago • 3 comments

See: https://github.com/ghik/silencer/issues/45

adamw avatar Feb 27 '20 12:02 adamw

We have several Schema modifications while deriving the schemas. We primarily use annotations, but we've observed gaps with its support and use derived schema modifications to fill them in. Our scala compiler build times are 100+ seconds so we'll need to investigate a different means of defining schema metadata for all our requirements.

seglo avatar Jan 20 '22 00:01 seglo

@seglo thanks for the data point. If there are gaps in the annotations, can you create an issue to fill those gaps? :)

adamw avatar Jan 20 '22 07:01 adamw

Of course. I apologize for the vague details I provided earlier, it's been one of those weeks.

I created an issue that describes the issue we're seeing with the annotation API.

seglo avatar Jan 20 '22 13:01 seglo