Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/int-index/trigger-gvalue-bug-app
https://github.com/int-index/trigger-gvalue-bug-app
Last synced: 15 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/int-index/trigger-gvalue-bug-app
- Owner: int-index
- Created: 2020-09-23T22:18:13.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2020-09-25T09:11:41.000Z (over 4 years ago)
- Last Synced: 2024-11-07T03:48:43.246Z (2 months ago)
- Language: Haskell
- Size: 4.88 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Trigger a ListStore/GValue Bug
It used to work:
```
nix-shell --command "runhaskell Bug.hs -Wall"
```But no longer does:
```
nix-shell --arg broken true --command "runhaskell Bug.hs -Wall"
``````
(ghc:19451): GLib-GObject-CRITICAL **: 01:16:38.003: g_value_get_string: assertion 'G_VALUE_HOLDS_STRING (value)' failed
Bug.hs: user error (Pattern match failure in do expression at Bug.hs:40:11-16)
Bug.hs: interrupted
Bug.hs: warning: too many hs_exit()s
```