-
Notifications
You must be signed in to change notification settings - Fork 15
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
Check unit empty #883
base: master
Are you sure you want to change the base?
Check unit empty #883
Conversation
I got only one problem Here I guess we should modify the parser to strip spaces around name, right? |
Logfiles from GitLab pipeline #60936 (:white_check_mark:) have been uploaded here! Status and direct links: |
@alkino : If this is a good change, I wonder if similar change should be done on neuron side. This way, we won't have situation where neuron will accept the mod file but coreneuron will fail to compile 🤔 |
I believe so! I don't this is where "spaces" as a name make sense. |
Codecov Report
@@ Coverage Diff @@
## master #883 +/- ##
==========================================
+ Coverage 68.74% 68.76% +0.02%
==========================================
Files 189 189
Lines 25789 25808 +19
==========================================
+ Hits 17729 17748 +19
Misses 8060 8060
Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here. |
Logfiles from GitLab pipeline #101693 (:white_check_mark:) have been uploaded here! Status and direct links: |
Logfiles from GitLab pipeline #101806 (:white_check_mark:) have been uploaded here! Status and direct links: |
Logfiles from GitLab pipeline #102310 (:white_check_mark:) have been uploaded here! Status and direct links: |
Fix #8 (endly)