[01:49:55] travis-ci: exult/exult#602 (snapshot-v1.7.0.20210306 - bf5fafb : DominusExult): The build passed.
[01:49:55] travis-ci: Change view : https://github.com/exult/exult/compare/snapshot-v1.7.0.20210306
[01:49:55] travis-ci: Build details : https://travis-ci.com/exult/exult/builds/219178686
[12:00:10] Dominus: I really wasn't expecting Exult Studio to link against Fluidsynth... wreaked some havoc with my bundler magic :)
[12:15:32] Dominus: Marzo, why is hg added in the macos workflow?
[12:33:37] Marzo: I think it is because of SDL
[12:34:27] Dominus: at least with up to date brew it *should* no longer be needed, since SDL2 --head is being pulled from git now
[12:38:47] Marzo: Speaking of fluidsynth, I found the soundfonts I was using before
[12:39:10] Dominus: oh great! how deep did you need to dig? :)
[12:39:48] Marzo: It was in the HD of my linux laptop, so I just had to grab them
[12:41:03] Marzo: And the logs do confirm that brew is pulling SDL from git
[14:20:24] Dominus: brew pull request for mt32emu in review
[15:47:13] Dominus: Mt32emu in brew is not likely to happen. They insist on a test block in their formula with a simple test for one of the functions.
[15:47:51] Dominus: Not interested in spending time on this nitpickery and IMO senselessness for libraries
[16:52:30] Dominus: https://github.com/Homebrew/homebrew-core/pull/72618 yep, I'm done ;)
[17:15:10] Dominus: I'm feeling quite angry/disappointed at brew. For claiming to be the easiest uncomplicated package manager for macOS, they sure have the most anal process to get something approved
[22:07:32] Marzo: To be fair, it is kind of understandable
[22:08:23] Marzo: A few months ago, there was a package in msys2 (libgd) which has a library and a few command line utilities to convert images to a few formats supported by the Lua scripting language
[22:08:34] Marzo: It was there for quite a while
[22:09:10] Marzo: I ended up submitting a bug report for it because the msys2 package was all but useless
[22:09:31] Marzo: There were config options to disable all of the formats, and these config options were turned on the msys2 package
[22:09:58] Marzo: And so you simply could not do anything with the package because it would print an error saying that the format was not supported
[22:10:17] Marzo: If there was a test for the package, it would have been caught early on
[22:10:32] Marzo: So asking for tests is a good thing -- they care about quality
[22:11:03] Marzo: And to be frank, if we had (or could make) tests for most stuff on Exult, the rate of regressions would be a lot smaller
[22:11:22] Marzo: In a very real sense, we are in the wrong here
[22:11:49] Marzo: Anyways, off to bed