-
-
Notifications
You must be signed in to change notification settings - Fork 63
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
[main] bail out of activation if environment is not writable #1127
Conversation
Hi! This is the friendly automated conda-forge-linting service. I just wanted to let you know that I linted all conda-recipes in your PR ( |
What's the purpose of the GDB wrappers in the first place? (Despite having contributed I don't actually understand what's going on. 😂) |
gdb needs to know where to look for symbols, and has a very specific path pattern it expects. Since that pattern depends on the exact path of the environment (which we cannot know at packaging time), the only option is to do something with an activation script (or not at all). But where that approach is not possible, we might as well drop gdb support. It's not that important. |
Ok, so it's only if someone wants to use a debugger with libarrow? That doesn't sound so important. Maybe we should modify the log message to say so?
|
Yes and yes.
OK |
Reinstate 7c0287a Closes conda-forge#1126 Also consistently use punctionation at the end of log messages.
Suggested-By: Ben Mares <services-git-throwaway1@tensorial.com>
d242749
to
c15281f
Compare
Hm, I've never seen github take minutes between a force-push and it showing up in the PR. I did it a couple times to double-check... 🙈 |
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.
This is great, thanks for this!
Maybe we want to also add something similar to ERROR: Failed to create symlink...
?
I've switched off my laptop already. Perhaps the next time. ;) |
Hi! This is the friendly conda-forge automerge bot! I considered the following status checks when analyzing this PR:
Thus the PR was passing and merged! Have a great day! |
Reinstate 7c0287a
Closes #1126
Also pick up some small improvements from #1124