Charles Forsyth writes:
> It's a virtual city in Switzerland, which is famously neutral (hence Geneva
Wes Kussmaul writes:
> Instead, habitability of physical buildings is determined by building
> codes and professional licensing that are the product of participatory
> and duly constituted pub
> Before moving to topicbox, was 9fans using upas/mlmgr to manage the mailing
> list? Does anyone use mlmgr or something else on Plan 9 or 9front or 9legacy?
Looking at old message headers -- 9fans seems to have been hosted
on mailman using exim. 9front uses upas for managing its mailing
lists.
Before moving to topicbox, was 9fans using upas/mlmgr to manage the mailing
list? Does anyone use mlmgr or something else on Plan 9 or 9front or 9legacy?
--
9fans: 9fans
Permalink:
https://9fans.topicbox.com/groups/9fans/T766b4063edfeeb58-Me7989982e697e04a
Thanks to a patch by mischief, it is now working with intel hda.
http://code.9front.org/hg/plan9front/rev/0e47f4a0c4d6
Thanks mischief!
--
9fans: 9fans
Permalink:
https://9fans.topicbox.com/groups/9fans/T3f4bbef90063aae9-M5e156f8a3fdb06ec56a5b625
Delivery
On Wed, Oct 28, 2020, at 1:08 PM, Richard Miller wrote:
> > non-deterministic builder
>
> It's probably not non-deterministic. It's just unpredictable (to me)
> because the rules are encoded in the logic of 'go build' rather than
> being visibly exposed as mk patterns.
I understand, but I'm sure
> non-deterministic builder
It's probably not non-deterministic. It's just unpredictable (to me)
because the rules are encoded in the logic of 'go build' rather than
being visibly exposed as mk patterns. I suspect I'm not the only one
who doesn't find the staleness algorithm predictable, as eviden
On Wed, Oct 28, 2020, at 9:46 AM, Richard Miller wrote:
>
> That's telling you that it's attempting to rebuild some of the go library.
> (Don't ask why. Rather than use something understandably deterministic like
> mk,
> the go authors have opted for an inference engine to detect "staleness",
> w
> hget http://sprunge.us/3hcWI4
The first error message is:
../go/pkg/mod/github.com/henesy/disco@v0.0.0-20200313024015-ff90b1ac381a/config.go:4:2:
package bufio is not in GOROOT (/sys/lib/go/amd64-1.15.2/src/bufio)
That's telling you that it's attempting to rebuild some of the go library.
(Don