-
Notifications
You must be signed in to change notification settings - Fork 22
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
There is no such thing in just traitlets as Sentinel #28
Comments
I am not sure that we need to do that since Sentinel is imported at the top level in traitlets. Is there a reason why it would be cleaner to import it from utils? |
err… Sentinel is not being imported at the top level in |
Maybe this is inconsistent between versions of traitlets (it definitely works for some versions). @mprogram which version of traitlets are you using? |
@vidartf, in |
@mprogram Do you know a version of traitlets for which it would not |
@SylvainCorlay, with all due respect, shall it be a repeating question, to which I've already posted the answer? To recount, and based on the actual absence of It appeared to me as such a simple issue, I'm truly surprised I was not understood from my very first comment. It's truly discouraging, and re-typing the whole comment only cloaks the clarity of original reporting. Am I missing, might be, some possibly hidden backgrounds on reporting issues on GitHub?… EDITS: …happened to be the self-contained proof of the last paragraph |
From a technical standpoint I have tested that all released versions of
Traittypes is a dependency to a number of projects (bqplot, ipydatawidgets, ipyvolume), so I was surprised it would be so "obviously" broken, hence the question about the version that you used. Now regarding your last message The developers maintaining Project Jupyter are volunteers, and take the time to respond to your issue in their free time. We are all giving each other a service here. I get that working with software is frustrating and discouraging at times, but I would really like that you remain civil in your interactions with the volunteers maintaining the project. |
@SylvainCorlay Thanks for doing the legwork here and actually testing the different versions! So the issue here is that |
Sounds good to me! |
@SylvainCorlay, my apologies for not testing the released versions of The reason to write a closing comment after the issue is over, however, is different from a technical point of view: I think, on more general, if not yet philosophical level, the decision to |
…it actually was/is in
traitlets.utils.sentinel
for a long time being, so the correct curated syntax, taken from line 4 would be (forgive my ignorance, but how 0.2.x releases were being made, so it has slipped through?):from traitlets.utils.sentinel import Sentinel
The text was updated successfully, but these errors were encountered: