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

remove GeneratorSettings.cache #2703

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Commits on Sep 26, 2023

  1. remove GeneratorSettings.cache

    instead the cache is a property of PackageManager
    
    This way dub lib users don't have to try to figure out where the real
    cache path is and can just continue using the generator and describe
    APIs like in previous versions.
    
    Customizing cache path is no longer easily possible and now must be done
    through creating a custom PackageManager and use that on `new Project()`
    to pass into the generators. If needed, APIs to modify m_dirs on
    startup could be added to Dub subclasses in the future.
    WebFreak001 committed Sep 26, 2023
    Configuration menu
    Copy the full SHA
    be92035 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1485c45 View commit details
    Browse the repository at this point in the history