Skip to content

Disable unbuildable case-study libraries on the Veil-support branch - #35

Open
larskuhtz wants to merge 1 commit into
verse-lab:upgrade-v4.28from
larskuhtz:upgrade-v4.28-lakefile-fix
Open

Disable unbuildable case-study libraries on the Veil-support branch#35
larskuhtz wants to merge 1 commit into
verse-lab:upgrade-v4.28from
larskuhtz:upgrade-v4.28-lakefile-fix

Conversation

@larskuhtz

Copy link
Copy Markdown

This branch upgrades only the Loom core needed by Veil (37fe563); the case studies were not ported and still import
Loom.MonadAlgebras.NonDetT.Extract, which was dropped — so the CaseStudiesBase/Cashmere/Velvet/CaseStudies libraries cannot build at any revision of this branch. Because the CaseStudies lib's globs also overlap the core library, consumers that precompile modules (Veil with precompileModules := true) get CaseStudies:shared pulled into their build and fail on the missing module.

Comment the four case-study libs out and switch the Loom lib to Glob.andSubmodules so the root Loom module is covered by the library.

This branch upgrades only the Loom core needed by Veil (37fe563); the
case studies were not ported and still import
Loom.MonadAlgebras.NonDetT.Extract, which was dropped — so the
CaseStudiesBase/Cashmere/Velvet/CaseStudies libraries cannot build at any
revision of this branch. Because the CaseStudies lib's globs also overlap
the core library, consumers that precompile modules (Veil with
precompileModules := true) get CaseStudies:shared pulled into their build
and fail on the missing module.

Comment the four case-study libs out and switch the Loom lib to
Glob.andSubmodules so the root Loom module is covered by the library.

Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
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