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

using broken in 0.5.15 #68

Closed
karlwessel opened this issue Apr 8, 2020 · 6 comments
Closed

using broken in 0.5.15 #68

karlwessel opened this issue Apr 8, 2020 · 6 comments

Comments

@karlwessel
Copy link
Contributor

With Pluto version 0.5.14 I can normally run a simple notebook like

### A Pluto.jl notebook ###
# v0.5.15
# ╔═╡ 445f4fb8-7976-11ea-2d40-975a8f0f08cd
Pkg

# ╔═╡ 40b77c32-7976-11ea-09ee-37191f9fd2a5
using Pkg

# ╔═╡ Cell order:
# ○ 40b77c32-7976-11ea-09ee-37191f9fd2a5
# ○ 445f4fb8-7976-11ea-2d40-975a8f0f08cd

However when running the notebook with version 0.5.15, Pluto seems to have lost the dependency between the two cells since when running both cells it complains in the second cell with
UndefVarError: Pkg not defined

@karlwessel karlwessel changed the title using broken in 0.5.15 using broken in 0.5.15 Apr 8, 2020
@fonsp
Copy link
Owner

fonsp commented Apr 8, 2020

Are you using Windows? And is Pkg the only package that is broken?

Whoops yes it's broken.

@freemin7
Copy link

freemin7 commented Apr 8, 2020

I encountered the same problem.

@fonsp
Copy link
Owner

fonsp commented Apr 8, 2020

Sorry! Should be solved in an hour or so

@fonsp fonsp closed this as completed in c13ed8d Apr 8, 2020
@fonsp
Copy link
Owner

fonsp commented Apr 8, 2020

This is fixed in patch 0.5.16, which will be added to the julia registry in about 30 minutes ⏱
Check the progress of this PR.

@fonsp
Copy link
Owner

fonsp commented Apr 8, 2020

This is now a testset 🐭

@karlwessel
Copy link
Contributor Author

Thanks!

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

No branches or pull requests

3 participants