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

implement initial lock format parsing #42

Draft
wants to merge 3 commits into
base: master
Choose a base branch
from
Draft

implement initial lock format parsing #42

wants to merge 3 commits into from

Conversation

nrdxp
Copy link
Member

@nrdxp nrdxp commented Dec 17, 2024

This changeset includes code for evaluating eka produced lock files and injecting them into the atom's scope

Currently in draft as it is still a work in progress, but currently legacy expressions and atom dependencies evaluate successfully, for the most part

TODO

  • abstract the lock parser code
    • right now it is simply dumped into the manifest parser a la the importAtom function
  • path dependencies
    • needs support on the format side?
  • build time dependencies (typically source trees)

nrdxp added a commit that referenced this pull request Dec 23, 2024
instead parse eka produced locks with #42, which builds off of this PR
nrdxp added a commit that referenced this pull request Dec 23, 2024
instead parse eka produced locks with #42, which builds off of this PR
nrdxp added 3 commits January 2, 2025 09:09
The evaluation will prefer a local path, if it exists, to make
interactive development in repos with more than one atom convenient.
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.

1 participant