Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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
```