ikod / ikod-containers

some standard containers, safe, nogc
8 stars 3 forks source link

Use catch(Throwable) {} in place of deprecated catch {} #6

Closed nordlow closed 2 years ago

nordlow commented 2 years ago

I'd appreciate a tag accompanied with a dub reg sync as usual.

ikod commented 2 years ago

Hello @nordlow !

I'd appreciate a tag accompanied with a dub reg sync as usual. Thanks, Done

nordlow commented 2 years ago

Done

I don't see any bump at https://code.dlang.org/packages/ikod-containers.

ikod commented 2 years ago

Done

I don't see any bump at https://code.dlang.org/packages/ikod-containers.

that's strange as I bumped release on github 4 hours ago image

nordlow commented 2 years ago

that's strange as I bumped release on github 4 hours ago

I don't think the dub reg is bumped updated automatically from the latest github tag. You have to log in and do the bump manually last time I checked.

ikod commented 2 years ago

Looks like this changed at some moment.

Btw, how do you use my containers?

nordlow commented 2 years ago

Looks like this changed at some moment. Btw, how do you use my containers?

Works now. Thanks. It's a dependency for https://github.com/symmetryinvestments/concurrency I'm using.

ikod commented 2 years ago

Looks like this changed at some moment. Btw, how do you use my containers?

Works now. Thanks. It's a dependency for https://github.com/symmetryinvestments/concurrency I'm using.

Nice, thanks!