Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
toku-sa-n committed Feb 2, 2025
1 parent 7b5ee1d commit a4a2544
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/HIndent/Ast/NodeComments.hs
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ fromEpAnn' GHC.EpAnn {..} = NodeComments {..}
commentsAfter =
filter (not . isCommentOnSameLine) $ GHC.getFollowingComments comments

Check failure on line 44 in src/HIndent/Ast/NodeComments.hs

View workflow job for this annotation

GitHub Actions / CI (ubuntu-latest, 9.10.1)

• Couldn't match type: GHC.AnnList a1

Check failure on line 44 in src/HIndent/Ast/NodeComments.hs

View workflow job for this annotation

GitHub Actions / CI (macos-latest, 9.10.1)

• Couldn't match type: GHC.AnnList a1

Check failure on line 44 in src/HIndent/Ast/NodeComments.hs

View workflow job for this annotation

GitHub Actions / CI (ubuntu-latest, 9.8.2)

• Couldn't match type: GHC.AnnList a1

Check failure on line 44 in src/HIndent/Ast/NodeComments.hs

View workflow job for this annotation

GitHub Actions / CI (macos-latest, 9.8.2)

• Couldn't match type: GHC.AnnList a1

Check failure on line 44 in src/HIndent/Ast/NodeComments.hs

View workflow job for this annotation

GitHub Actions / CI (ubuntu-latest, 9.12.1)

• Couldn't match type: GHC.AnnList a1

Check failure on line 44 in src/HIndent/Ast/NodeComments.hs

View workflow job for this annotation

GitHub Actions / CI (macos-latest, 9.12.1)

• Couldn't match type: GHC.AnnList a1
isCommentOnSameLine (GHC.L comAnn _) =
GHC.srcSpanEndLine (GHC.anchor entry)
GHC.srcSpanEndLine (GHC.al_anchor entry)

Check failure on line 46 in src/HIndent/Ast/NodeComments.hs

View workflow job for this annotation

GitHub Actions / CI (ubuntu-latest, 9.10.1)

• Couldn't match expected type ‘GHC.RealSrcSpan’

Check failure on line 46 in src/HIndent/Ast/NodeComments.hs

View workflow job for this annotation

GitHub Actions / CI (ubuntu-latest, 9.10.1)

• Couldn't match type: GHC.EpaLocation' [GHC.LEpaComment]

Check failure on line 46 in src/HIndent/Ast/NodeComments.hs

View workflow job for this annotation

GitHub Actions / CI (macos-latest, 9.10.1)

• Couldn't match expected type ‘GHC.RealSrcSpan’

Check failure on line 46 in src/HIndent/Ast/NodeComments.hs

View workflow job for this annotation

GitHub Actions / CI (macos-latest, 9.10.1)

• Couldn't match type: GHC.EpaLocation' [GHC.LEpaComment]

Check failure on line 46 in src/HIndent/Ast/NodeComments.hs

View workflow job for this annotation

GitHub Actions / CI (ubuntu-latest, 9.8.2)

• Couldn't match expected type ‘GHC.RealSrcSpan’

Check failure on line 46 in src/HIndent/Ast/NodeComments.hs

View workflow job for this annotation

GitHub Actions / CI (ubuntu-latest, 9.8.2)

• Couldn't match type: GHC.EpaLocation' [GHC.LEpaComment]

Check failure on line 46 in src/HIndent/Ast/NodeComments.hs

View workflow job for this annotation

GitHub Actions / CI (macos-latest, 9.8.2)

• Couldn't match expected type ‘GHC.RealSrcSpan’

Check failure on line 46 in src/HIndent/Ast/NodeComments.hs

View workflow job for this annotation

GitHub Actions / CI (macos-latest, 9.8.2)

• Couldn't match type: GHC.EpaLocation' [GHC.LEpaComment]

Check failure on line 46 in src/HIndent/Ast/NodeComments.hs

View workflow job for this annotation

GitHub Actions / CI (ubuntu-latest, 9.12.1)

• Couldn't match expected type ‘GHC.RealSrcSpan’

Check failure on line 46 in src/HIndent/Ast/NodeComments.hs

View workflow job for this annotation

GitHub Actions / CI (ubuntu-latest, 9.12.1)

• Couldn't match type: GHC.EpaLocation' [GHC.LEpaComment]

Check failure on line 46 in src/HIndent/Ast/NodeComments.hs

View workflow job for this annotation

GitHub Actions / CI (macos-latest, 9.12.1)

• Couldn't match expected type ‘GHC.RealSrcSpan’

Check failure on line 46 in src/HIndent/Ast/NodeComments.hs

View workflow job for this annotation

GitHub Actions / CI (macos-latest, 9.12.1)

• Couldn't match type: GHC.EpaLocation' [GHC.LEpaComment]
== GHC.srcSpanStartLine (GHC.al_anchor comAnn)

Check failure on line 47 in src/HIndent/Ast/NodeComments.hs

View workflow job for this annotation

GitHub Actions / CI (ubuntu-latest, 9.10.1)

• Couldn't match expected type ‘GHC.RealSrcSpan’

Check failure on line 47 in src/HIndent/Ast/NodeComments.hs

View workflow job for this annotation

GitHub Actions / CI (macos-latest, 9.10.1)

• Couldn't match expected type ‘GHC.RealSrcSpan’

Check failure on line 47 in src/HIndent/Ast/NodeComments.hs

View workflow job for this annotation

GitHub Actions / CI (ubuntu-latest, 9.8.2)

• Couldn't match expected type ‘GHC.RealSrcSpan’

Check failure on line 47 in src/HIndent/Ast/NodeComments.hs

View workflow job for this annotation

GitHub Actions / CI (macos-latest, 9.8.2)

• Couldn't match expected type ‘GHC.RealSrcSpan’

Check failure on line 47 in src/HIndent/Ast/NodeComments.hs

View workflow job for this annotation

GitHub Actions / CI (ubuntu-latest, 9.12.1)

• Couldn't match expected type ‘GHC.RealSrcSpan’

Check failure on line 47 in src/HIndent/Ast/NodeComments.hs

View workflow job for this annotation

GitHub Actions / CI (macos-latest, 9.12.1)

• Couldn't match expected type ‘GHC.RealSrcSpan’
#else
fromEpAnn' GHC.EpAnn {..} = NodeComments {..}
Expand Down

0 comments on commit a4a2544

Please sign in to comment.