-
Notifications
You must be signed in to change notification settings - Fork 9
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
Doesn't work for online repository #113
Comments
It seems like online support has been discontinued? Which is unfortunate, this would be very helpful |
Yes. If you need to run this anyway follow my instructions in my pull-request: |
This is very helpful, thank you. Does it only upgrade from 0.6.x to 0.7? Is there a way to upgrade to 1.1.x? |
TBH, the developers should answer this. But what I understood is that you set the Julia version in REQUIRE file, and it updates the package based on another package which is Deprecated.jl. So whatever Deprecated.jl has should be fixed by FemtoCleaner |
I have followed the instructions for running FemtoCleaner locally within Julia 0.6.4 to no success:
|
Did you give your repository path and not the Julia file? The repository path should have a REQUIRE file stating the required Julia version.
And, for some reason, it has not installed AbstractTrees! Let me reinstall this on a clean Julia. |
Amin, thank you for the response.
Yes, while calling FemtoCleaner in
the For your information, this is (a Julia package developed by somebody else) and it now appears abandoned/unmaintained. I just wanted to revive it. For convenience, the content of REQUIRE is
Thanks. |
You should update REQUIRE to be julia 1.0 I couldn't find a solution to your problem but I ran Femtocleaner for that package. Here is the result: I created a PR too: |
Amin, thank you again for your response,
Sure.
That is very kind from you, thanks a million! |
Amin, I have looked at the result you uploaded to and it appears to me that the conversion was not accomplished successfully. Have a look at the very first lines of
However, replacing the depreceated |
From what I faced and understood and mentioned in this issue, it only updates syntax up to 0.6.4, and you need to update 0.7 syntaxes manually! I recommend installing Julia 0.7 and try to add and use the package. It gives an error for different parts of the code. Fix them manually. Use Shift+Ctrl+F in Atom if you want to search for certain syntax. |
Amin,
I see... Somehow I automatically assumed (perhaps having been directed in some discussion) that FemtoCleaner is the tool for the 0.6->0.7 upgrade. My fault I did not check the specs and wasted your time. Sorry.
Yeap. I am aware of this manual procedure using warnings (and suggestions) from Julia 0.7. It highlights several hundred lines. Well, I will only see if I go for the task... :-) |
I added a pull request to solve the issue for running it offline, but this does not work online.
#112
The text was updated successfully, but these errors were encountered: