Egon Elbre
Egon Elbre
Hmm, maybe there's a way to make something shorter? But, I was not able to come up with something shorter. Maybe structs and delegating the field checks to lint time...
I guess the primary thing we want is comments for tables and fields and indexes... maybe something like: ``` model baz ( comment "baz table is the opposite of aay"...
There are some fields that have multiline comments, so not sure what to do about those... but potentially could fold it into a single string. e.g. ``` // default_redundancy_algorithm is...
@Qweder93 I adjusted the naming a bit.
This has gotten significantly out of date. We can reopen if really needed.
@gedw99 note, I'm that approach, but it doesn't seem to be sufficient. (https://github.com/loov/watchrun/blob/master/pgroup/kill_windows.go#L13)
The issue is with subprocesses starting processes themselves and not chaining to the process group properly, so when you try to kill the process group the children won't be shutdown....
Kind of. It's more of, the default process group / tree in Windows doesn't fully contain the children. i.e. it allows to detach subprocesses, so killing the tree doesn't kill...
Well, that seems more work than getting job objects etc. similar working.
https://learn.microsoft.com/en-us/windows/win32/procthread/job-objects