jjl

Results 96 comments of jjl

the pre-config step creates a symlink to the current flavour at ./config. were you using classic before switching?

yes, it defaults to classic, but unless you do something that uses it, it shouldn't make a difference. i am not sure of the current state of the coordination flavour...

I read 'linux' on that and thought "oh, they don't seem to build for osx".

Oh sorry, I assumed it was a known limitation, or I would have filed a ticket. I assume the restriction on not being able to implement Drop is desired though?

i had a go (in 2021 apparently!) and decided it was probably impossible with macros as they are. if it isn't, i couldn't figure it out anyway.

i see the initial support PR, but i can't actually figure out how to use it? i would ultimately like to add support for implementing interfaces so i can write...

correctly solving it would require introducing a LOCK flag which is taken before touching the wakers. i'm sure i've written it with such a flag before, but maybe i'm just...

mmap() is the one i'm currently missing. for my purposes it could just use a boxed slice. would be a little painful on memory, but enough to get miri running.

Ah, I see what you mean. Fortunately, I'm only using anonymous mappings.