COMBINE-lab / simpleaf

A rust framework to make using alevin-fry even simpler
BSD 3-Clause "New" or "Revised" License
44 stars 3 forks source link

improve logging for index and quant programs #47

Closed DongzeHE closed 1 year ago

rob-p commented 1 year ago

@DongzeHE — the merge of dev into your branch seems to have messed up. It overwrites some changes that were previously made upstream. This is why you are getting e.g. the clippy warnings about not using ProgramVerbosity and execute_command. I think this PR needs to be re-written by first ensuring that the forked branch is up to date with upstream, and then playing back the new commits on top of that.

rob-p commented 1 year ago

As discussed, the updated changes will be in a new PR, so we will abandon this one ;P.