sway icon indicating copy to clipboard operation
sway copied to clipboard

Rename our current module caching terminology to something more descriptive

Open tritao opened this issue 1 year ago • 1 comments

Right now we use the term Module for the parser cache:

pub struct ModuleCacheKey {
    pub path: Arc<PathBuf>,
    pub include_tests: bool,
}

After some discussion with @IGI-111, we realized this could probably use a more descriptive name, maybe Package cache.

cc @JoshuaBatty

tritao avatar Apr 18 '24 08:04 tritao

Package is a more apt description for what is being cached than Module. Happy for this change to go ahead.

JoshuaBatty avatar Apr 22 '24 10:04 JoshuaBatty