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
>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