-
-
Notifications
You must be signed in to change notification settings - Fork 270
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
fix rm: project.extras
also contains dependency names
#985
Conversation
project.extras
also contain dependency namesproject.extras
also contains dependency names
bors try |
tryBuild succeeded |
Nice! |
Add a test? |
23aa8f0
to
27d452d
Compare
bors r+ |
985: fix rm: `project.extras` also contains dependency names r=00vareladavid a=00vareladavid fixes #876 Thanks @fredrikekre for getting it down to a minimal repro. Co-authored-by: David Varela <00.varela.david@gmail.com>
Thanks for the fix! Remember not to @ people in commit messages, now I get notifications whenever this commit is involved. I just got an email from bitbucket for example (https://bitbucket.org/UnofficialJuliaMirror/julialang-pkg.jl-44cfe95a-1eb2-52ea-b672-e2afdf69b78f/commits/9839b334210ec5f72302c773d9f8a70fd2943f55). bors includes the top post of the PR in the merge-commit message as well, so use the Line 7 in 9839b33
|
Sorry about that! 😅 I didn't know you would end up getting pinged. |
Can this get backported? |
It has the label so yea it will. |
I should have said: Can we have it to be backported ASAP, and a patch release tagged early, |
You can help debug JuliaLang/julia#30954 |
fixes #876
Thanks @fredrikekre for getting it down to a minimal repro.