Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 860501 - dev-haskell/regex-compat-0.95.2.0: Bang pattern in expression context: !0
Summary: dev-haskell/regex-compat-0.95.2.0: Bang pattern in expression context: !0
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal
Assignee: Gentoo's Haskell Language team
URL:
Whiteboard:
Keywords: PullRequest
Depends on:
Blocks:
 
Reported: 2022-07-24 10:28 UTC by yongxiang
Modified: 2022-07-24 17:11 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments
dev-haskell:regex-compat-0.95.2.0:20220724-102649.log (dev-haskell:regex-compat-0.95.2.0:20220724-102649.log,6.87 KB, text/plain)
2022-07-24 10:29 UTC, yongxiang
Details
emerge.info (emerge.info,7.53 KB, application/octet-stream)
2022-07-24 10:30 UTC, yongxiang
Details

Note You need to log in before you can comment on or make changes to this bug.
Description yongxiang 2022-07-24 10:28:47 UTC
Building library for regex-compat-0.95.2.0..
[1 of 1] Compiling Text.Regex       ( Text/Regex.hs, dist/build/Text/Regex.o, dist/build/Text/Regex.dyn_o )

Text/Regex.hs:142:22: error:
    Bang pattern in expression context: !0
    Did you mean to add a space after the '!'?
    |
142 |   let matches = map (!0) (matchAll delim strIn)
    |                      ^^


Reproducible: Always
Comment 1 yongxiang 2022-07-24 10:29:57 UTC
Created attachment 793850 [details]
dev-haskell:regex-compat-0.95.2.0:20220724-102649.log

build.log
Comment 2 yongxiang 2022-07-24 10:30:55 UTC
Created attachment 793853 [details]
emerge.info

emerge-info
Comment 3 Larry the Git Cow gentoo-dev 2022-07-24 17:11:12 UTC
The bug has been closed via the following commit(s):

https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9cdb9ebe2db0d22d65c8c757937c168d1f14722d

commit 9cdb9ebe2db0d22d65c8c757937c168d1f14722d
Author:     Jack Todaro <solpeth@posteo.org>
AuthorDate: 2022-07-24 10:37:39 +0000
Commit:     Sam James <sam@gentoo.org>
CommitDate: 2022-07-24 17:10:57 +0000

    dev-haskell/regex-compat: add 0.95.2.1
    
    Closes: https://bugs.gentoo.org/860501
    Signed-off-by: Jack Todaro <solpeth@posteo.org>
    Signed-off-by: Sam James <sam@gentoo.org>

 dev-haskell/regex-compat/Manifest                  |  1 +
 .../regex-compat/regex-compat-0.95.2.1.ebuild      | 32 ++++++++++++++++++++++
 2 files changed, 33 insertions(+)