Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Drop Base TOML cache when binding artifacts
We need to clear this cache when modifying the TOML file. This should fix #3212. It might be nice to expose a `Base.drop_parsed_toml(path::String)` API so that I don't have to manually reach into `TOML_CACHE.d` here like this.
- Loading branch information