ctm / mb2-doc

Mb2, poker software
https://devctm.com
7 stars 2 forks source link

Chrono deprecation warnings #1338

Closed ctm closed 4 months ago

ctm commented 4 months ago

Fix the deprecation warnings chrono is giving us.

Building mb2 causes chrono to complain:

#17 15.59 warning: use of deprecated associated function `chrono::TimeDelta::seconds`: Use `TimeDelta::try_seconds` instead
#17 15.59     --> mb2/src/tournament.rs:1853:52

Looks like they want us to use fallible associated functions. Since the warnings clutter up our build output, I want to get rid of them ASAP so I don't overlook some other warning that actually matters.

ctm commented 4 months ago

FWIW, my main laptop is giving me a blank screen, so I'm working on my 2013 Macbook Pro. I don't plan on doing much mb2 work until I either get my main development machine working again or have exhausted the various tricks I can play and made an appointment to take it in to Apple. Ugh.

ctm commented 4 months ago

Done. Deploying now.