Conversation
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## develop #293 +/- ##
===========================================
- Coverage 86.07% 83.64% -2.43%
===========================================
Files 23 23
Lines 6069 6274 +205
===========================================
+ Hits 5224 5248 +24
- Misses 845 1026 +181
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
It's perfectly no problem. My aim was to make it a stand alone routine. I should do like you wrote. We can migrate the copyright. |
|
Thanks for the clarification. I should leave that commit to you. You can simply pull my branch and push directly to it. |
If it is who I wrote, I think it can be removed. |
Sorry for bothering you. How can I do it concretely? |
It goes all the way back to "First commit on github" 10 year ago:
No problem at all: Assuming you push using ssh, otherwise change it to https
$ git remote add LecrisUT [email protected]:LecrisUT/spglib.git
$ git fetch LecrisUT
$ git checkout LecrisUT/debug-warnings
Edit to your heart's content
$ vi src/niggli.c
Then do the usual
$ git commit -s
Now just specify my remote instead of origin
$ git push LecrisUT |
Then, it's definitely me. Let's remove it. Spglib was born in Aachen more than 10 years ago. Thanks for your instruction about git. |
|
@LecrisUT, thanks for all of these improvements. |
|
Actually I was looking at the debug in the tests and I find the debug messages too spamy to be useful to navigate so I want to get your opinion about it (not for this PR). Have you used the breakpoint debugger in VSCode? Do you find it more useful than the manual printing? I find that the usage of all of the |
|
Of course I am happy to move to the modern world! |
|
When I started to learn C, google didn't exist. |
|
Great, just wanted to make sure if it's not part of a developer's active setup, and if it is, if they need some help setting up the IDE debugger to work around it. I will leave it to @lan496 to merge this one after he's caught up with the discussion. |
Signed-off-by: Cristian Le <[email protected]>
- Also do not propagate the definition flags Signed-off-by: Cristian Le <[email protected]>
Signed-off-by: Cristian Le <[email protected]>
Signed-off-by: Cristian Le <[email protected]>
These are optimized out by the compiler, no need for #ifdef guards Signed-off-by: Cristian Le <[email protected]>
Signed-off-by: Cristian Le <[email protected]>
Signed-off-by: Atsushi Togo <[email protected]>
Signed-off-by: Cristian Le <[email protected]>
PRIVATEbecause they only affect the library compilation and notspglib.h#ifdefand macros as much as possible.niggli.cand it said to be part of a different project, so I have to ask your approval for 32bae2b. Generally I avoid including code from project to project and then editing it, and when I do copy around and have full copyright, I tend to remove and migrate the copyright to avoid such confusions