For those who know, evt_sequences was a prototype of a charm lib (never got past 0.1) for doing what later became Scenario
. It used ops.testing.Harness
as backend and has had it coming a long time already.
This is not just an announcement, also food for thought: as far as I’m aware of, there is no ‘standard’ process in place for deprecating charm libs. So here’s how I did it, maybe we can have a discussion about whether this makes sense or not.
As of two seconds ago (time of writing), if you run:
charmcraft fetch-lib charms.harness_extensions.v0.evt_sequences
you will get:
all the code is gone, so you’ll only get the deprecation warning and if you’re hoping to just upgrade a dependency, that won’t work out well.
Is that too harsh?