SpineEventEngine / validation

Apache License 2.0
2 stars 0 forks source link

Adopt changes to `TypeName` API from ProtoData #110

Closed alexander-yevsyukov closed 9 months ago

alexander-yevsyukov commented 9 months ago

This PR updates the dependency on ProtoData thus fixing the compatibility issue on the extension function from Expressions class of ProtoData.

Previously, the extension was public fun ClassName.call(), while latest ProtoData has it as public fun ClassOrEnumName.call(). Even though, ClassOrEnumName is a subtype of ClassName, the Java implementation of the extensions is not backward compatible.

Also This PR updates versions of tool-base, thus brining PSI into the dependencies.

codecov[bot] commented 9 months ago

Codecov Report

Merging #110 (8bb87e3) into master (586f3f0) will not change coverage. The diff coverage is n/a.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #110 +/- ## ========================================= Coverage 34.33% 34.33% Complexity 324 324 ========================================= Files 123 123 Lines 2429 2429 Branches 195 195 ========================================= Hits 834 834 Misses 1538 1538 Partials 57 57 ```