Conversation
e7e1869 to
ee6836f
Compare
- GitHub workflows (`build-and-release.yaml` & `future-proofing.yaml`): * Added a step to freeze dependencies and list them from plan.json. * Prints total number of dependencies for auditing purposes. - Internal library `jbeam-edit-transformation`: * `yaml` dependency is now included only when `transformation` flag is enabled. * Buildable logic remains tied to the `transformation` flag. - Executable `jbeam-edit-dump-ast`: * Conditional dependencies (`jbeam-edit-transformation`, `pretty-simple`) now only included when both `dump-ast` and `transformation` flags are enabled. * Buildable logic remains unchanged.
e0d4293 to
249a1f6
Compare
ebcdb9d to
b79e09f
Compare
b79e09f to
70e02ed
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Cabal changes
tests: Falseglobally incabal.projectand enabled tests only forjbeam-editpackagetests: Trueincabal.project.ciandcabal.project.devfor CI/dev environmentsyamldependency conditional onflag(transformation)injbeam-edit.cabalCI & workflow changes
.github/scripts/configure_project.shfor dynamic Cabal configuration.github/scripts/prepare_installer.shreplacing older copy/test scriptsbuild-and-release.yaml:plan.jsoninstead ofpackage.yamlbuild-and-test.yaml,lint-and-format.yaml, andfuture-proofing.yaml: