Skip to content

Delete AWKCompiler stub#201

Merged
amc-corey-cox merged 1 commit intomainfrom
delete-awk-compiler
Apr 10, 2026
Merged

Delete AWKCompiler stub#201
amc-corey-cox merged 1 commit intomainfrom
delete-awk-compiler

Conversation

@amc-corey-cox
Copy link
Copy Markdown
Contributor

Summary

Closes #126

Pure NotImplementedError stub with no tests, no callers, and no
meaningful use case for generating AWK from a TransformationSpecification.

Closes #126
Copilot AI review requested due to automatic review settings April 9, 2026 16:48
Copy link
Copy Markdown
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

Removes an unused, unimplemented compiler backend (AWKCompiler) to reduce dead code and maintenance surface area in linkml_map’s compiler module.

Changes:

  • Deleted src/linkml_map/compiler/awk_compiler.py, which only raised NotImplementedError.

@amc-corey-cox amc-corey-cox merged commit d265056 into main Apr 10, 2026
12 checks passed
@amc-corey-cox amc-corey-cox deleted the delete-awk-compiler branch April 10, 2026 12:37
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.

Delete or test untested compilers

2 participants