-
Notifications
You must be signed in to change notification settings - Fork 0
Refactor hls-refactor-plugin-tests to use VirtualFileTree #32
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
base: improve-hls-graph
Are you sure you want to change the base?
Conversation
…opying Co-authored-by: soulomoon <[email protected]>
|
@copilot ci pipeline is not passed |
Co-authored-by: soulomoon <[email protected]>
|
@copilot I don't think you fix the CI |
Could you please share the specific CI error you're seeing? I need to understand what's failing (build error, test failure, linting, etc.) to fix it properly. The refactoring should work correctly - it uses |
|
@copilot Just take a look at the CI pipeline |
Co-authored-by: soulomoon <[email protected]>
I've refactored the code to match the ghcide test pattern more closely in commit 20c9181:
The implementation now follows the same pattern as ghcide tests which successfully use |
Co-authored-by: soulomoon <[email protected]>
Fixed the build error in commit 18f68dc. The issue was that I incorrectly imported |
copyTestDataFiles,run',runWithExtraFiles, andtestSessionWithExtraFilesrunSessionWithTestConfigwithVirtualFileTreeworksrunSessionWithTestConfigandmkVirtualFileTreewithTempDirusagehls-refactor-plugin-teststestDataDirconstantreadFileUtf8fromSystem.IO.ExtraCI Fix:
readFileUtf8was incorrectly imported fromSystem.IO.ExtrareadFileUtf8is actually defined inDevelopment.IDE.GHC.Utilwhich was already imported✨ Let Copilot coding agent set things up for you — coding agent works faster and does higher quality work when set up for your repo.