FieldMetadata.jl icon indicating copy to clipboard operation
FieldMetadata.jl copied to clipboard

fix expr has no head

Open kongdd opened this issue 2 months ago • 4 comments

try to fix https://github.com/rafaqz/FieldMetadata.jl/issues/20

kongdd avatar Sep 29 '25 12:09 kongdd

all tests passed, including the @inferred tests

https://github.com/kongdd/FieldMetadata.jl/actions/runs/18116590518

kongdd avatar Sep 30 '25 02:09 kongdd

The type restriction means this is a breaking change, so we will have to bump a breaking version.

Wondering if there is a better way to get stability.

rafaqz avatar Sep 30 '25 07:09 rafaqz

I am out of juice. This is the solution gived by the GPT5.

kongdd avatar Sep 30 '25 07:09 kongdd

Sure, but GPT5 is not a very good programmer ;)

We have to follow semantic versioning and make breaking releases if we make breaking changes. But we try our hardest to avoid breaking things first.

These are just basic rules of programming in a community.

rafaqz avatar Sep 30 '25 11:09 rafaqz