-
Notifications
You must be signed in to change notification settings - Fork 63
Added SIGNUM #1966
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Added SIGNUM #1966
Conversation
… cw_field to work correctly (atv uses cw_field for its editables text fields). behaviour is now OK for cw_field and change suggested by @klimpel should still be OK too.
…as written in editable text in some cases.
something fussy with all these merge origin/master that seem sticky. And the authoring by gildas@localhost is strange too. Keeping fingers crossed. |
@GillesDuvert, your fork's It is likely a good idea to force-push your main to a state where there are no commits "behind" or "ahead" of HTH. |
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## master #1966 +/- ##
==========================================
- Coverage 42.47% 42.45% -0.02%
==========================================
Files 444 444
Lines 110117 110158 +41
Branches 22040 22055 +15
==========================================
+ Hits 46772 46773 +1
- Misses 63345 63385 +40 ☔ View full report in Codecov by Sentry. |
@slayoo ahem, I'm using the git interface of NetBeans and I do not see a button 😄 to do that. Should a simple git command do it? and what command? |
And @slayoo is it OK to squash/merge this PR or shall I redo it after force-pushing my main with this mysterious git command? |
Since we are squash-merging, there is no difference. |
Assuming we have an
(I've checked and all the contents of the "ahead" commits on your The After the A key pattern that will make sure the above is not needed anymore in future is to:
HTH, best! |
yes it may have happened I made a PR from the master, 😊 😊 |
@slayoo Except that I needed to create a ssh key in GitHub to do the job, all this worked perfectly well, thanks to our team git expert! |
closes #1956