-
Notifications
You must be signed in to change notification settings - Fork 33
Rename package to FixedPointNumbers.jl? #3
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
Comments
It wouldn't be bad to give a verdict on this, if other packages are about to start depending on it. |
Yes! The name of the abstract type should really be |
Great. Since this is in your personal GitHub account, I'll need to ask you to do the dirty work. |
Maybe while I'm at it I should move this to the JuliaLang organization? |
Up to you. (I'm not sure I'd be able to rename it there either.) I imagine it's useful for you to have a package or two of your own...besides Julia, that is 😄. I know Jameson commented that he thought it was informative to keep his pulse on the process of package maintenance and development. |
Yes, I agree it's helpful to serve as a package maintainer myself, even if for just 1 package :) I believe the way to rename packages is just to make a new package and copy everything over, then deprecate/remove the old one. @StefanKarpinski is that right? |
I think if you click the Settings icon, the top part of the page is for renaming the GitHub repository. Then if you clone it you can tweak filenames and module names (also the .travis.yml file). That may be easier than recreating it. As for registering it in METADATA, dunno. I kind of expect that it will be easier to create a new package, but I'd defer to @StefanKarpinski. |
Was just exploring this (following the breadcrumbs from JuliaImages/Images.jl#135). Since no other official* packages depend on this package yet, renaming in METADATA is probably okay. The main consequence is that anyone who has the package installed will suddenly have an If you wanted to be nice, you could make Cc: @IainNZ for another opinion.
|
Best thing to do would be to make a new entry in METADATA, update URL in |
Thanks Iain, I've followed your advice. Hope I didn't screw anything up. Fixed in a1b6fca. |
Great, thanks Jeff! |
Sorry for my lack of input on this – it appears to have been resolved smoothly. |
Btw, I just discovered that gmail has been sending a significant number of my github notifications to spam. I appear to have missed a number of discussions and I'm pretty annoyed about it. |
I wonder if there might be some potential for confusion with the notion of a fixed point of a function.
The text was updated successfully, but these errors were encountered: