-
-
Notifications
You must be signed in to change notification settings - Fork 14.8k
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
cntb: init at 1.4.6 #255854
cntb: init at 1.4.6 #255854
Conversation
Have you read the ofborg failure messages? |
@AndersonTorres there was written "all checks are passed" but apparently it was because some of them (which were failing) were "neutral" (why?) Anyway fixed (I hope), I was experimenting with a fork and when I came back to the upstream source I restored only the Also, do you prefer if I avoid using |
Ofborg usually does a quick syntax check before running the code. If it founds syntax errors (e.g. mismatched parens) it emits red marks. The grey marks occur at "runtime", in which the code truly runs: fetch source code, patch, compilation, installation... Nix the language does not control this, it just delegates it to the inferior OS. |
It makes definitely sense. But why now it still says "2 neutral checks"? If I click on those checks they are still referring to the previous failure even if I force pushed now. I can understand that probably there is a longer queue for |
@ofborg eval |
Ok problem solved, apparently As far as I'm concerned it's mergeable. |
This is too strange. Why the same source code generates different hashes in different OSes? It deserves a bug report. |
I asked what was going on Indeed running
I don't know what happens when these files are fetched on darwin, probably one of them is overwritten. Anyway, since they are documentation it shouldn't be a problem. |
Run ok on macOS 13.5.2 (x86_64-darwin)
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM other than this.
Description of changes
Things done
sandbox = true
set innix.conf
? (See Nix manual)nix-shell -p nixpkgs-review --run "nixpkgs-review rev HEAD"
. Note: all changes have to be committed, also see nixpkgs-review usage./result/bin/
)