Skip to content

Use local elm-codegen source in property test generator.#130

Merged
mdgriffith merged 1 commit intomdgriffith:mainfrom
dillonkearns:property-test-use-local-source
Mar 30, 2026
Merged

Use local elm-codegen source in property test generator.#130
mdgriffith merged 1 commit intomdgriffith:mainfrom
dillonkearns:property-test-use-local-source

Conversation

@dillonkearns
Copy link
Copy Markdown
Contributor

Whoops, just a small but important change, the previous version was testing against the published Elm package instead of the local one. This change lets us run the tests against the current code as we're writing and fixing things in the codebase.

The generator was using the published mdgriffith/elm-codegen package,
so it could not detect bugs in the local source. Now it includes
../../../src in source-directories and depends on elm-codegen's
transitive dependencies directly.

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
@mdgriffith mdgriffith merged commit d436f75 into mdgriffith:main Mar 30, 2026
1 check passed
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.

2 participants