Samuel Nelson
Samuel Nelson
Just my two denar to add to this: First, for reference: I'm on gentoo linux, and the current version of Bannerlord is `1.7.2` (`1.8.0` is the current beta). I have...
I've been running in to this lately, and have been trying to find a fix. Work on it is slow, though - I'm swamped.
The issue really boils down to the fact that I don't know what's causing suites to run in parallel. I've done some research (again, I'm swamped), but haven't really gotten...
Found it. It basically looks like testing.RunTests and testing.InternalTest are not intended for use externally. I'll see what I can do. I think our original version just walked through methods...
... Argh. Okay, so, I was pretty sure I had found the problem, but I was (to put it simply) wrong. I added channels to suite.Run() to ensure that only...
Phew, it's been so long since I had time to work on gorc, I don't quite remember. Let me take a look and get back to you.
After a quick look, I don't think I quite got to that. I've got a little bit of time, though, so I'll start working on that now. The rewrite branch...
Some implementation detail knowledge: tl;dr: be careful about open file limits when using `fsnotify`, especially if we want `--watch` to be multiplatform. The long version: I relied on `fsnotify` for...
Hey, all, I just wanted to jot down some quick updates about how this will behave when it's merged: First: the initial PR only handles doc comments on targets. It...
Yep, good catch! we should probably read the leading whitespace of the first comment in the block and only trim that amount from following comments.