beacon-biosignals / TimeSpans.jl

A Julia package that provides a `TimeSpan` type for representing a continuous span between two points in time.
Other
6 stars 2 forks source link

Revert "Fix #28 (#29)" #31

Closed ericphanson closed 2 years ago

ericphanson commented 2 years ago

This reverts commit b93854383ab5b3e715db7de957f369bb38989461.

I think this commit is truly a bugfix, but I think there's enough code relying on the buggy behavior that practically it's more reasonable to do it as a breaking change.

If we merge this, then I will merge https://github.com/JuliaRegistries/General/pull/53570

ericphanson commented 2 years ago

Closing in favor of #32