Ecosyste.ms: OpenCollective

An open API service for software projects hosted on Open Collective.

gitlab.com/spritely/guile-goblins

This is the [Guile](https://www.gnu.org/software/guile/) implementation of [Spritely Goblins](https://spritely.institute/goblins/), a distributed object programming environment. Goblins provides an intuitive security model, automatic local transactions for locally synchronous operations, and an easy to use and efficient asynchronous programming for encapsulated objects which can live anywhere on the network.
https://gitlab.com/spritely/guile-goblins

Rename spawn-nonce-registry-locator-pair ...

Marie-Joseph opened this pull request over 1 year ago
Add index to manual

flockofbirbs opened this pull request over 1 year ago
Fix multiline arg lists in Goblins API docs

Marie-Joseph opened this pull request over 1 year ago
Don't add root vat events to prev/next log indexes

flockofbirbs opened this pull request over 1 year ago
Accidental unbounded memory growth in vat log

flockofbirbs opened this issue over 1 year ago
Manual API section names conflict

Marie-Joseph opened this issue over 1 year ago
Narrow turn error stacks to not reveal core stack frames

flockofbirbs opened this issue over 1 year ago
Rewrite vat-event-tree->timeline to use hash tables

flockofbirbs opened this issue over 1 year ago
Fix actormap snapshots for far messages in churns

flockofbirbs opened this pull request over 1 year ago
Use `guix pack` to build CI Docker images

flockofbirbs opened this issue almost 2 years ago
Flatten ,vat-tree output for nodes with a single child

flockofbirbs opened this issue almost 2 years ago
Improve context printing when using ,vat-up and ,vat-down

flockofbirbs opened this pull request almost 2 years ago
Improve context printing when using vat event up/down debugger commands

flockofbirbs opened this issue almost 2 years ago
Give one-off actors created in call-with-vat a debug name

flockofbirbs opened this pull request almost 2 years ago
Fix actormap snapshots for send events

flockofbirbs opened this pull request almost 2 years ago
Send events use too old of an actormap snapshot

flockofbirbs opened this issue almost 2 years ago
Port simple mint module from Racket to Guile

flockofbirbs opened this pull request almost 2 years ago
Installation fails via guix (on arch linux)

mhcat opened this issue almost 2 years ago
Capture source locations in vat events

flockofbirbs opened this issue almost 2 years ago
Fix event graph for events within a single churn

flockofbirbs opened this pull request almost 2 years ago
Update manual tutorial

Marie-Joseph opened this pull request almost 2 years ago
Fix vat snapshots

flockofbirbs opened this pull request almost 2 years ago
Add ,vat-log-enable and ,vat-log-disable meta-commands

flockofbirbs opened this pull request almost 2 years ago
Display number of queued messages in ,vats output

flockofbirbs opened this issue almost 2 years ago
Add global vat index and a REPL command to list all vats

flockofbirbs opened this pull request almost 2 years ago
Update a use-modules form in the methods example to be more complete

flockofbirbs opened this pull request almost 2 years ago
Fix some typos in the docs

vivicat opened this pull request almost 2 years ago
Examples missing in release tarball

aconchillo opened this issue almost 2 years ago
Update version number to 0.10.

flockofbirbs opened this pull request almost 2 years ago
Disable a CapTP test that seems to be causing failing builds

flockofbirbs opened this pull request almost 2 years ago
Add missing CSS file.

flockofbirbs opened this pull request almost 2 years ago
Suppress warning about overriding 'spawn' in Guile 3.0.9.

flockofbirbs opened this pull request almost 2 years ago
Move doc/apache-2.0.texi to EXTRA_DIST

flockofbirbs opened this pull request almost 2 years ago
Omit backtraces within fibers due to a fibers bug.

flockofbirbs opened this pull request almost 2 years ago
Port CapTP tests from racket goblins

tsyesika opened this pull request almost 2 years ago
Serialize/deserialize exceptions over CapTP boundary

tsyesika opened this pull request almost 2 years ago
Use make distcheck in gitlab's CI

tsyesika opened this pull request almost 2 years ago
Remove base port redirect

dustyweb opened this pull request almost 2 years ago
texinfo indexed API procedures

dustyweb opened this issue almost 2 years ago
Allow for installing refrs are specific swiss-nums

tsyesika opened this pull request almost 2 years ago
Generate pretty HTML docs

flockofbirbs opened this pull request almost 2 years ago
Port over "core" tests from racket-goblins' core.rkt

dustyweb opened this pull request almost 2 years ago
Expand documentation

flockofbirbs opened this pull request almost 2 years ago
Remove remaining usleep calls in test suite.

flockofbirbs opened this pull request almost 2 years ago
Support keyword arguments over CapTP

tsyesika opened this pull request almost 2 years ago
Transform vats into a record type

flockofbirbs opened this pull request almost 2 years ago
Update docs: actormap tutorial and update all tutorials for ,enter-vat

dustyweb opened this pull request almost 2 years ago
Add fspawn ("fast spawn") syntax sugar

dustyweb opened this pull request almost 2 years ago
Performance test additions

dustyweb opened this pull request almost 2 years ago
Multiple value return and actors, promises

dustyweb opened this issue almost 2 years ago
Update OCapN URIs to new format

tsyesika opened this pull request almost 2 years ago
CapTP: distributed acyclic GC

dustyweb opened this issue about 2 years ago
Add --with-debug configure flag.

flockofbirbs opened this pull request about 2 years ago
CapTP: Handle crossed hellos problem

tsyesika opened this issue about 2 years ago
Small changes from review of code while training Dave

dustyweb opened this pull request about 2 years ago
Allow for multiple return values in vat invocations.

flockofbirbs opened this pull request about 2 years ago
Remove port redirection hacks from vats

dustyweb opened this issue about 2 years ago
Fix problem with promise pipelinging

tsyesika opened this pull request about 2 years ago
Promise pipelining fix for manual, fresh texinfo export

dustyweb opened this pull request about 2 years ago
Fix incorrect call when tearing down CapTP

tsyesika opened this pull request about 2 years ago
Cosmetic changes to the pre-goblins files

dustyweb opened this pull request about 2 years ago
Add sealers library to actor-lib

tsyesika opened this pull request about 2 years ago
Fix handoffs for CapTP

tsyesika opened this pull request about 2 years ago
Add pubsub actor-lib library

tsyesika opened this pull request about 2 years ago
Add tor package to guix manifest

tsyesika opened this pull request about 2 years ago
Fix unmarshalling desc:export structs

tsyesika opened this pull request about 2 years ago
Rename structs-urls to ids & various fixes

tsyesika opened this pull request about 2 years ago
Add a timeout to `resolve-vow-and-return-result` test utility

tsyesika opened this pull request about 2 years ago
Add base port based netlayer

tsyesika opened this pull request about 2 years ago
Whole bag of general fixes to core, vat & captp from the rest-of-captp branch

tsyesika opened this pull request about 2 years ago
Make dynamic-wind both open and close the syscaller

tsyesika opened this pull request about 2 years ago
CapTP: Adding fix for missing question finder

tsyesika opened this pull request about 2 years ago
Add copy-whactormap utility

dustyweb opened this pull request about 2 years ago
Notes from captp training call with Jessica

dustyweb opened this pull request about 2 years ago
Tidy up the ^ticker tick loop

flatwhatson opened this pull request about 2 years ago
Fix name of test-cell module declaration

dustyweb opened this pull request about 2 years ago
Port actor-lib facet from Racket goblins

dustyweb opened this pull request about 2 years ago
Fix flakey vat tests

tsyesika opened this pull request over 2 years ago
Fix some minor issues in the tutorial

alanz opened this pull request over 2 years ago
Fix incorrect name arg to spawn-delivery-agent

tsyesika opened this pull request over 2 years ago
Fake netlayer

tsyesika opened this pull request over 2 years ago
Add named vats

tsyesika opened this pull request over 2 years ago
Fix unmarshallers in marshalling.scm to work correctly, add tests

tsyesika opened this pull request over 2 years ago
ghash: Prettier printing for ghashes

tsyesika opened this pull request over 2 years ago
Fixes up the captp code

tsyesika opened this pull request over 2 years ago
Fixing syrup library

tsyesika opened this pull request over 2 years ago
Port over all-of and all-of* joiners

tsyesika opened this pull request over 2 years ago
Remove error formatting things not used in guile version

dustyweb opened this pull request over 2 years ago
Remove waiter cruft

dustyweb opened this pull request over 2 years ago
Introduce a function based approach to marshalling records for syrup

tsyesika opened this pull request over 2 years ago
A workaround for (current-fiber) returning #f.

dustyweb opened this pull request over 2 years ago
Make choosing between Fibers versions easy

dustyweb opened this pull request over 2 years ago
Remove Guile Hall but keep its bootstrapping

dustyweb opened this pull request over 2 years ago
Add perf-tests.scm, for manually run performance tests

dustyweb opened this pull request over 2 years ago
Fix vat controller halt operation, add 'running? method

dustyweb opened this pull request over 2 years ago
A bunch more documentation

dustyweb opened this pull request over 2 years ago
Optimization: use spawn-named instead of spawn for core stuff

dustyweb opened this issue over 2 years ago
Add tests for vat and ^ghash

tsyesika opened this pull request over 2 years ago