Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
G
ghc-debug
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Wiki
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue 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
ghc-debug
Commits
b1e8bb0d
Commit
b1e8bb0d
authored
2 years ago
by
Matthew Pickering
Browse files
Options
Downloads
Patches
Plain Diff
Add two missing cases to decodeClosureFallback
parent
3512a215
No related branches found
No related tags found
No related merge requests found
Pipeline
#59848
failed
2 years ago
Stage: test
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
common/src/GHC/Debug/Decode/Convert.hs
+2
-0
2 additions, 0 deletions
common/src/GHC/Debug/Decode/Convert.hs
with
2 additions
and
0 deletions
common/src/GHC/Debug/Decode/Convert.hs
+
2
−
0
View file @
b1e8bb0d
...
@@ -27,6 +27,8 @@ convertClosure itb g =
...
@@ -27,6 +27,8 @@ convertClosure itb g =
GHC
.
SmallMutArrClosure
_
a2
a3
->
SmallMutArrClosure
itb
a2
a3
GHC
.
SmallMutArrClosure
_
a2
a3
->
SmallMutArrClosure
itb
a2
a3
GHC
.
MVarClosure
_
a2
a3
a4
->
MVarClosure
itb
a2
a3
a4
GHC
.
MVarClosure
_
a2
a3
a4
->
MVarClosure
itb
a2
a3
a4
GHC
.
OtherClosure
_
a2
a3
->
OtherClosure
itb
a2
a3
GHC
.
OtherClosure
_
a2
a3
->
OtherClosure
itb
a2
a3
GHC
.
IndClosure
_
a2
->
IndClosure
itb
a2
GHC
.
MutVarClosure
_
a2
->
MutVarClosure
itb
a2
GHC
.
WeakClosure
_
a2
a3
a4
a5
a6
->
GHC
.
WeakClosure
_
a2
a3
a4
a5
a6
->
#
if
MIN_VERSION_GLASGOW_HASKELL
(
9
,
4
,
2
,
0
)
#
if
MIN_VERSION_GLASGOW_HASKELL
(
9
,
4
,
2
,
0
)
let
w_link
=
a6
let
w_link
=
a6
...
...
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