fosstodon.org is one of the many independent Mastodon servers you can use to participate in the fediverse.
Fosstodon is an invite only Mastodon instance that is open to those who are interested in technology; particularly free & open source software. If you wish to join, contact us for an invite.

Administered by:

Server stats:

10K
active users

I've released Guile-ICS 0.7.0:
github.com/artyom-poptsov/guil

Main changes:
- Guile-ICS now allows to read objects with arbitrary level of nesting. Reported by Sören Tempel in github.com/artyom-poptsov/guil
- Now parser can read unknown components of iCalendar/vCard objects.
- Parser now correctly handles EOF in content lines, throwing "content-line-error" instead of a generic error from Guile.
- "ics describe" command now prints the description of components.
- Test suite is expanded.

GitHubRelease v0.7.0 · artyom-poptsov/guile-icsTable of Contents Changes in version 0.7.0 (2025-03-02) Allow to read ICS objects with arbitrary level of nesting:BUGFIX:API_CHANGE: Properly handle EOFs in content lines Expand the test suite ic...