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

fix for future changes in code loading #521

Merged
merged 1 commit into from
Aug 28, 2020

Conversation

KristofferC
Copy link
Collaborator

@KristofferC KristofferC commented Aug 28, 2020

The regex based parsing will dissapear, instead use the
TOML functionality in Base. We could introduce a dependency
on the TOML stdlib but AFAIU that means we would need to
bump the compat of Revise to 1.6.

With this, most tests pass on JuliaLang/julia#36018 and the ones that don't does not seem related to manifest tracking.

@timholy
Copy link
Owner

timholy commented Aug 28, 2020

Oh, thank you so much! I was working my way towards this, but from the look of it you knew a lot more about how to implement this than I would have. I am grateful!

@timholy timholy merged commit 5a5ad31 into timholy:master Aug 28, 2020
@KristofferC KristofferC deleted the kc/toml_loading branch August 28, 2020 10:06
@timholy
Copy link
Owner

timholy commented Sep 17, 2020

I'm wondering about refactoring Base.explicit_manifest_uuid_path, basically giving the loop over entries its own API. Thoughts? That makes Revise both more and less dependent on Base.

@KristofferC
Copy link
Collaborator Author

I can see that making sense. Happy to help if there are any issues :)

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.

2 participants