Miscellaneous additions#48
Conversation
|
Small additions. Hope they are useful. |
|
Hm one of the checks is failing, can you have a look |
|
Hi, That That can be fixed by changing line 10 of # From:
env:
BRANCH_NAME: ${{ github.head_ref || github.ref_name}}
# To:
env:
BRANCH_NAME: ${{ github.event.pull_request.head.sha || github.sha }}With that change the PR head SHA is mirrored on origin under Could you please apply this change on Thanks.. |
|
I will look at this again tomorrow. Meanwhile I would be interested to know...who are you and what is your interest in Genesis2? Also @grg I would be interested in your take on these proposed changes...
|
|
Okay @stfns-s I have pushed (to master) a fix for the CI problem. It's a little different than what you proposed, but I think it will work. It's also just a bit hacky, and I may change it in the future, but I think it's what I'm comfortable with for now. Please pull and rebase and push etc. and we will see what happens. Also: if you want to include your smoke test as part of Thanks! |
|
Oops sorry I hit send on previous comment a little too soon, changes were not yet merged to master. |
grg
left a comment
There was a problem hiding this comment.
I didn't get a chance to review before the merge.
Here's a little feedback anyway 🙂
| //;my $WIDTH = parameter(name => 'WIDTH', val => 8); | ||
| //;pinclude("example_lib.pl") |
There was a problem hiding this comment.
Can you make the spacing consistent for the Genesis //; invocations please? You have no space between //; and the perl code here, but on lines 14/16 you have a space.
(I vote for always including the space.)
| GVP2 ?= $(abspath $(HERE)/../../bin/gvp2.pl) | ||
| GVP ?= $(abspath $(HERE)/../../gvpy/gvp.pl) |
There was a problem hiding this comment.
Does this fail if you just reference ../../bin/gvp2.pl (and similarly for gvp.pl)?
There was a problem hiding this comment.
Rather than calling it vp, why not call it genesis2? 🙂
| @@ -0,0 +1,114 @@ | |||
| " Vim syntax file | |||
There was a problem hiding this comment.
Any idea how this compares to the two versions referenced here: https://github.com/StanfordVLSI/Genesis2/wiki/Genesis2#user-content-Setting_Genesis2_Mode_for_Vim
I had created one version, but I'm not particularly attached to it. I'm just hoping that this isn't missing anything from the other two if it's being included in the base repo 🙂
(Also probably worth updating the wiki to reflect that there's now a syntax file included in the base repo.)
Thanks so much for the feedback! I will leave it for @stfns-s to respond. |
|
It's cool that you're still using Genesis. Of course I'm still using it too 🙂 |
./extras/vim/: vim/neovim syntax highlighting. See ./extras/vim/README.md
cleanup: remove dead symlinks in ./gui/designs.aux/savelinks/