MasonProtter / SumTypes.jl

An implementation of sum types in Julia
MIT License
104 stars 8 forks source link

Deprecate getproperty #60

Closed MasonProtter closed 9 months ago

MasonProtter commented 9 months ago

This switches https://github.com/MasonProtter/SumTypes.jl/pull/59 to emit a deprecation warning instead of erroring.

cc @Abhishek-1Bhatt

codecov[bot] commented 9 months ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Comparison is base (3496cdb) 100.00% compared to head (8c750a4) 100.00%.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #60 +/- ## ========================================= Coverage 100.00% 100.00% ========================================= Files 3 3 Lines 260 261 +1 ========================================= + Hits 260 261 +1 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.

ba2tro commented 9 months ago

Thanks!