brandon s allbery kf8nh

Results 569 comments of brandon s allbery kf8nh

The current version of this has `Makefile` rules to generate the API records locally, individually or together. (You need to install `print-api` yourself.) If the GHC ecosystem behaves itself then...

I also have started a discussion somewhere (maybe above) about reviewing Cabal APIs that belong in private libraries instead of the public one, but I suspect that's a long term...

@jasagredo, I think this will look familiar to you.

I'm uncertain. It didn't attempt to build the library, whereas it did when I let it use happy-2.0, so I guess that's a good sign.

We (this was originally raised by Tom Smeding on IRC, but someone else originally asked about it there) were able to get it to work with that, yes.

That's the wrong place; it just records what kind of path it is. You want what converts `SymbolicPath` back to an actual path. I suggest looking over #9718.

Those and the first one you found are the only places that make any sense to do it. In either case you need to either put them in `IO` or...

Is that up to him? It lives in our repo.

This is still happening with nightly 0.12.0-24c687d. Error: signal 11: io.github.NhekoReborn.Nheko(+0x589b00)[0x5654dc332b00] /usr/lib/x86_64-linux-gnu/libc.so.6(+0x3f100)[0x7ff70963f100] /usr/lib/plugins/platformthemes/libqgtk3.so(+0x1958e)[0x7ff704c0c58e] /usr/lib/qml/Qt/labs/platform/libqtlabsplatformplugin.so(+0x237f8)[0x7ff6e008d7f8] /usr/lib/qml/Qt/labs/platform/libqtlabsplatformplugin.so(+0x24215)[0x7ff6e008e215] /usr/lib/qml/Qt/labs/platform/libqtlabsplatformplugin.so(+0x25d99)[0x7ff6e008fd99] /usr/lib/qml/Qt/labs/platform/libqtlabsplatformplugin.so(+0x25f97)[0x7ff6e008ff97] /usr/lib/qml/Qt/labs/platform/libqtlabsplatformplugin.so(+0x16f7b)[0x7ff6e0080f7b] /usr/lib/x86_64-linux-gnu/libQt5Core.so.5(_ZN14QObjectPrivate14deleteChildrenEv+0x6e)[0x7ff70a0f855e] /usr/lib/x86_64-linux-gnu/libQt5Core.so.5(_ZN7QObjectD1Ev+0x424)[0x7ff70a1042f4] /usr/lib/qml/Qt/labs/platform/libqtlabsplatformplugin.so(+0x17073)[0x7ff6e0081073] /usr/lib/x86_64-linux-gnu/libQt5Core.so.5(_ZN14QObjectPrivate14deleteChildrenEv+0x6e)[0x7ff70a0f855e] /usr/lib/x86_64-linux-gnu/libQt5Core.so.5(_ZN7QObjectD1Ev+0x424)[0x7ff70a1042f4] /usr/lib/qml/Qt/labs/platform/libqtlabsplatformplugin.so(+0x17073)[0x7ff6e0081073] /usr/lib/x86_64-linux-gnu/libQt5Core.so.5(_ZN14QObjectPrivate14deleteChildrenEv+0x6e)[0x7ff70a0f855e] /usr/lib/x86_64-linux-gnu/libQt5Core.so.5(_ZN7QObjectD1Ev+0x424)[0x7ff70a1042f4] /usr/lib/x86_64-linux-gnu/libQt5Quick.so.5(+0x3ec075)[0x7ff70bfec075] /usr/lib/x86_64-linux-gnu/libQt5Core.so.5(_ZN14QObjectPrivate14deleteChildrenEv+0x6e)[0x7ff70a0f855e] /usr/lib/x86_64-linux-gnu/libQt5Core.so.5(_ZN7QObjectD1Ev+0x424)[0x7ff70a1042f4] /usr/lib/qml/QtQuick/Templates.2/libqtquicktemplates2plugin.so(+0x5c695)[0x7ff6da8cd695]...

You might do better with a test that tells `hsc2hs` to call a replacement for `gcc` that checks for duplicated arguments. Not only is it difficult to hit limits, but...