Closed paskal closed 3 years ago
@paskal could you please resolve conflicts in gomod files? not sure which version is which for your pr...
Also, i planning to release v1.1.0 with fixes of seqno and more improvements like builtin methods for uploading files etc. So, i'll certainly merge these changes (including your examples and more other features) so, yeah, no worries, releases will be stable always (master will be stable most of time, lol 😂)
@quenbyako sorry for not being clear, this PR is not intended to be merged to master. What I propose you do:
go get github.com/xelaj/go-dry@21c7782
and replace dry.PathIsWirtable
with dry.PathIsWritable
in two placesThat way I'll get the same library I work with now and which behaviour I know, but with the leaking goroutines problem resolved. And for the main
branch I'll prepare a separate PR with a bump.
@quenbyako would you be so kind as to release v1.0.1 with just that fix and nothing else on top of v1.0.0?
Hey @quenbyako, would you be so kind as to make a change like one in this PR on top of v1.0.0 and release v1.0.1 or v1.0.0-1 with just this change and nothing else? The current master seems to be in a semi-broken state (particularly panics I can't catch scare me), so I think it's reasonable to ask for clean v1.0.1, which wouldn't break anything that is not yet broken in v1.0.0.
Thanks in advance!