Haozhe Zhu

Results 68 comments of Haozhe Zhu

The workflow configuration yaml is like this: ``` # Workflow to upgrade the Scala dependencies automatically on: workflow_dispatch: schedule: - cron: '0 0 * * 0' name: Upgrade Scala Dependencies...

No, I don't specify a mill version in my project. And because I use some 0.11 API in my build.sc, it will throw another error (xxx type not found) when...

I read the code referenced by you. Are you sure Mill 0.11 has an option "-p"? > It looks like Scala Steward ran [code for Mill < 0.11](https://github.com/scala-steward-org/scala-steward/blob/v0.28.0/modules/core/src/main/scala/org/scalasteward/core/buildtool/mill/MillAlg.scala#L48-L55) to extract...

Ok, let me try. And the configuration `mill-version` in github action does not take effect? ```text Run scala-steward-org/scala-steward-action@v2 with: mill-version: 0.11.6 // *******************this line .... ```

Just changing https://github.com/chipsalliance/chisel/blob/0c5fccd4c19edf4c5c86643715d4083082c8d43d/src/main/scala/chisel3/util/MixedVec.scala#L31 to ```scala a b ``` maybe can solve the bug? (I haven't tested it).

> To be more specific, The main problem is the second read doesn't know which port should bind to? I think in the future we should resolve this with intrinsic...

I think one doc page dedicated to `ChiselStage.emitXXX(***)` is very necessary. I don't find somewhere to detail the function/args of these APIs.

> Fair point. The best documentation for this is the API docs: https://javadoc.io/doc/org.chipsalliance/chisel_2.13/latest/circt/stage/ChiselStage$.html Thanks for your reply. The API doc is not enough. :( From the API doc (i.e. the...

> in lr_scheduler.py class ExponentialLr forget self.set_lr(self.current_lr); Hi thanks. Could u provide a pull request?

You can try [my fork](https://github.com/zhutmost/setup-mill). It use the mill script instead of the mill binary. So that it can infer version from .mill-version.