Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
C
Cabal
Manage
Activity
Members
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Analyze
Contributor analytics
CI/CD analytics
Repository analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Glasgow Haskell Compiler
Packages
Cabal
Commits
f487db6b
Unverified
Commit
f487db6b
authored
2 years ago
by
mergify[bot]
Committed by
GitHub
2 years ago
Browse files
Options
Downloads
Plain Diff
Merge pull request #8591 from eltociear/patch-1
Fix typo in cabal-testsuite/README.md
parents
344958d8
4a827e1a
No related branches found
Branches containing commit
Tags
head-when-planning-3.10-freeze
Tags containing commit
No related merge requests found
Pipeline
#59104
failed
2 years ago
Stage: build
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
cabal-testsuite/README.md
+2
-2
2 additions, 2 deletions
cabal-testsuite/README.md
with
2 additions
and
2 deletions
cabal-testsuite/README.md
+
2
−
2
View file @
f487db6b
...
...
@@ -137,7 +137,7 @@ these with include `hasSharedLibraries`, `hasProfiledLibraries`,
`hasCabalShared`
,
`isGhcVersion`
,
`isWindows`
,
`isLinux`
,
`isOSX`
and
`hasCabalForGhc`
.
**
I programatically modified a file in my test suite, but Cabal/GHC
**
I program
m
atically modified a file in my test suite, but Cabal/GHC
doesn't seem to be picking it up.
**
You need to sleep sufficiently
long before editing a file, in order for file system timestamp
resolution to pick it up. Use
`withDelay`
and
`delay`
prior to
...
...
@@ -152,7 +152,7 @@ Hermetic tests
--------------
By default, we run tests directly on the source code that is checked into the
source code repository. However, some tests require programatically
source code repository. However, some tests require program
m
atically
modifying source files, or interact with Cabal commands which are
not hermetic (e.g.,
`cabal freeze`
). In this case, cabal-testsuite
supports opting into a hermetic test, where we first make copy of all
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment