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

Added :paths to the workspace and moved the last side effecting code to workspace-cli. #2

Merged
merged 12 commits into from
Sep 8, 2020

Commits on Sep 6, 2020

  1. Configuration menu
    Copy the full SHA
    13042a4 View commit details
    Browse the repository at this point in the history

Commits on Sep 7, 2020

  1. Configuration menu
    Copy the full SHA
    6c4d42d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3615132 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    c0ad711 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    a3adb00 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    921c1ef View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    186037e View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    2c3905c View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    9a6be1c View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    e91097f View commit details
    Browse the repository at this point in the history
  10. Added the :paths key to the workspace with that calculates all existi…

    …ng and missing paths in the environments and profiles. Those paths are then used in 'path-finder' instead of accessing the disk. This was the last side effecting operation left to move to 'workspace-clj', and now all following steps are 100% side effect free, e.g. the workspace component. Also included :sub-ns in the identity calculation for functions and macros, that cased a bug in validation 102.
    tengstrand committed Sep 7, 2020
    Configuration menu
    Copy the full SHA
    856613c View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    be829d5 View commit details
    Browse the repository at this point in the history