Unai Martinez-Corral

Results 618 comments of Unai Martinez-Corral

Note that GHDL has command `elab-order` to "Display ordered source files". So, the compile order file can be autogenerated/autoupdated in CI instead of maintaining it manually. See https://ghdl.github.io/ghdl/using/InvokingGHDL.html#cmdoption-ghdl-elab-order.

@mikaelsky I am not proposing to require users to call GHDL in order to get `.f` files, but for NEORV32 developers to use GHDL to either keep those files up...

> Let GHDL emit a file/hierarchy list within some CI workflow and then push that to main or open a dependabot-like pull request? I believe that's not necessary. It would...

@SmileyChris there are at least three reasons: - Relying on redirection of stdout depends on the environment/language. If towncrier is called from e.g. Python (instead of bash/powershell), the syntax is...

> I think I like keeping the semantics of draft to only render the current changes, whether or not `--filename` is used. Actually, in the use case that motivated this...

@hynek this is now ready for review!

With regard to the failing CI, it's complaining about the following lines not being covered: ` src/towncrier/build.py: 261->264, 284->296`. I am confused. The default value of `draft` is `False` and...

https://github.com/google/globalfoundries-pdk-libs-gf180mcu_fd_sc_mcu9t5v0/pull/23 was merged. Can this be closed?

@webknjaz you might want to use `hdl/containers/utils/with-post-step`, or just copy the sources to you own repo: https://github.com/pyTooling/Actions/tree/main/with-post-step. For instance: ```yml - name: Release uses: ./utils/with-post-step with: main: | echo '${{...

When I use it in a composite action, I call that action once only. Therefore, there is no difference between the end of the composite action or the end of...