Skip to content
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

fixing the curl issues #178

Merged
merged 8 commits into from
Jan 9, 2022
Merged

fixing the curl issues #178

merged 8 commits into from
Jan 9, 2022

Conversation

ngam
Copy link
Contributor

@ngam ngam commented Jan 8, 2022

No description provided.

@conda-forge-linter
Copy link

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 (recipe) and found it was in an excellent condition.

@ngam
Copy link
Contributor Author

ngam commented Jan 8, 2022

@mkitti, they have weird hard-wiring in the checksums? i am not sure how best to handle this...

@ngam
Copy link
Contributor Author

ngam commented Jan 9, 2022

@mkitti, this should be good to go. Review and merge pls

@ngam
Copy link
Contributor Author

ngam commented Jan 10, 2022

@mkitti I have a question: After updating my conda env to this one; it all went well except in the "executing" part of updating it took forever. Then I forced it to stop (ctrl+c) and then it printed that it was recompiling the the julia project inside the conda env. Is that because we updated the Downloads.jl part or is this odd behavior?

I then started a new env (conda create -n julia_test julia) and everything was smooth and quick. So I guess it was the Downloads.jl update? Is it supposed to recompile/redownload everything?

@mkitti
Copy link
Contributor

mkitti commented Jan 10, 2022

Did you have a lot of packages to compile in the environment that you updated? What did you update from? Were you changing minor versions?

When you add a new package, Julia will attempt to precompile the environment so that packages load faster later. It sounds like it was slilently doing this. Is something suppressing the output?

@mkitti
Copy link
Contributor

mkitti commented Jan 10, 2022

What is the "executing" part?

@ngam
Copy link
Contributor Author

ngam commented Jan 10, 2022

What is the "executing" part?

Whenever you install/update a new package, you would get something like this at the end, see the "Executing transaction:"

Finished julia                                (00m:18s)             105 MB      5 MB/s
Downloading  [==================================================================] (00m:32s)    7.34 MB/s
Extracting   [==================================================================] (00m:32s)      15 / 15
Preparing transaction: done
Verifying transaction: done
Executing transaction: 

Julia will attempt to precompile the environment so that packages load faster later. It sounds like it was slilently doing this. Is something suppressing the output?

Yes, that would be my guess too. It wasn't suppressed per se. Sometimes this part hangs and would appear later.

Did you have a lot of packages to compile in the environment that you updated? What did you update from? Were you changing minor versions?

I don't know what I had, but I think I was testing random things in it, so most likely I had a lot of random packages. I updated from an earlier 1.7.1 (_0) to the latest one 1.7.1 (_3).


My guess is that it is to do with Downloads.jl upgrade/change. Otherwise, this usually doesn't happen. For example, when I updated from 1.7.1 (_3) to 1.8.0 dev, it didn't pre/re compile things. I guess it would be interested to try it again by downgrading and see how that goes? I will try that now.

@ngam
Copy link
Contributor Author

ngam commented Jan 10, 2022

I will try that now

ugh... I can't really... we have a lot of broken stuff...

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants