~sircmpwn/hare-users

2 2

Possible Bug In Stdlib

Details
Message ID
<NJOGort--3-9@tutanota.com>
DKIM signature
pass
Download raw message
Code:
use os::exec;

export fn main() void = {
        void;
};

hare build test.ha
Error /usr/local/src/hare/stdlib/unix/getuid.ha:6:7: Duplicate global identifier 'unix::getuid'

using harec@a1aa5039bc199cfe56731dcdd4e1cb616a9ab7a5
using hare@7e4111ff454d6a2f742e32a27b867eb1cd4e0c8e

I did scroll through and notice that some work was done in this area over the past month or so.

Regards,
Stephen
Details
Message ID
<CP39J3TX8HPL.3VLIGNZ7OM610@taiga>
In-Reply-To
<NJOGort--3-9@tutanota.com> (view parent)
DKIM signature
pass
Download raw message
Did you install a new stdlib into /usr/local/src without removing the
old one first?
Details
Message ID
<NJT2SW3--3-9@tutanota.com>
In-Reply-To
<CP39J3TX8HPL.3VLIGNZ7OM610@taiga> (view parent)
DKIM signature
pass
Download raw message
>Did you install a new stdlib into /usr/local/src without removing the
>old one first?

I thought not, but now I looked through my history and see I deleted the wrong directory. Not the best move I've ever made!

Apologies for the blunder.

Regards,
Stephen
Reply to thread Export thread (mbox)