YosysHQ / yosys

Yosys Open SYnthesis Suite
https://yosyshq.net/yosys/
ISC License
3.42k stars 873 forks source link

chore: fix master branch refs #4297

Closed chenrui333 closed 6 months ago

chenrui333 commented 6 months ago

I could not find exact change wrt master branch to main branch, but since this already happened, just rename all the master branch references to main.

also relates to https://github.com/Homebrew/homebrew-core/pull/166979

KrystalDelusion commented 6 months ago

There isn't a commit that marks the change in default branch name, it was purely on the github side. d73f71e was the last commit prior to the change.

There is also an existing PR to update references in the docs, #4292. Yours has a number of whitespace fixes in the affected files, which is great, but if that's the only difference I would rather you were consistent and did it to all of the docs source files. And probably in a separate PR.

chenrui333 commented 6 months ago

yeah, I can exclude the whitespace changes from the PR if that is the concern in here. (I can also incorporate the pr changes, I did not know that one's existence)

chenrui333 commented 6 months ago

@KrystalDelusion should be good now.

KrystalDelusion commented 6 months ago

Thanks. I'll close the other one in favour of this one then.

chenrui333 commented 6 months ago

the test failure should be unrelated, right?

KrystalDelusion commented 6 months ago

Looks like it's unrelated and transient. Re run passed.