Aleix Conchillo Flaqué

Results 152 comments of Aleix Conchillo Flaqué

> > If we add a fallback for `clock_nanosleep`, shouldn't it be static (maybe not possible with the FFI) or at least namespaces (e.g., _fibers_clock_nanosleep or such)? Otherwise, there's a...

> > ``` > > printf("Max events fired. Ignoring\n"); > > ``` > > I don't think that applications expect fibers to write to stdout. `(current-error-port)` would probably be fine...

@wingo @civodul @emixa-d @Habush Not planning to make any more changes, so this should be ready for review. Let me know what you think. Thank you again @Habush for all...

> Thanks. There is no gnulib in pkgsrc, it seems -- which strikes me as odd. I should fix that anyway. > > See #67 #68. As mentioned in https://github.com/wingo/fibers/issues/68#issuecomment-1324403214...

I opted for including the necessary `m4` files. For review #70.

> Thanks. There is no gnulib in pkgsrc, it seems -- which strikes me as odd. I should fix that anyway. > > See #67 #68. I just removed `gnulib/gettext`...

> I checked out the #70 branch, and was able to run autogen without errors. configure mostly worked and didn't find guile, but that's because we namespace it into /usr/pkg/guile/3.0...

What do you mean by "summarize the results"? Like in a graph?

hi @vintnes ! Yes, it's definitely a little bit more painful. I added `define-json-type` to be able to define simple JSON objects in a very simple way, but when it...

I don't have much time lately but I think it would be a nice addition. I'll see if I find some time soon.