vyzo

Results 611 comments of vyzo
trafficstars

So far one minor bug (see comments inline) and one recommendation for refactoring: The task processing logic of the event loop should be extracted on its own method, which can...

We might want to add (libp2p) ConnMgr limits in the miner too and Protect peers with active transfers.

If you want to implement those, look at `@expand` and `@expand1` in https://github.com/vyzo/gerbil/blob/master/src/gerbil/interactive/init.ss

This is a known issue, that we want to fix. The simplest solution would be to generate a link info file from make, which the compiler can ingest in dependency...

specifically, this pr should make no changes in core. Ehat you are doing with the specializer seems very wrong.

Changed the base to the `ide` branch, so that we can work coordinating on #1226. @drewc can you move the swank code to `std/ide/swank/...` so that we can merge and...

I think we might have to explicitly link with libgambit in macos. Can you try that in build-libgerbil.ss, with a `(cond-expand (darwin ...))`?

these are all libgambit symbols.

what version of macos is this?