* [ANN] msgthr 1.1.0 - container-agnostic, non-recursive message threading
@ 2017-12-31 23:12 Eric Wong
0 siblings, 0 replies; only message in thread
From: Eric Wong @ 2017-12-31 23:12 UTC (permalink / raw)
To: ruby-talk, msgthr-public; +Cc: misc
Pure Ruby message threading based on the algorithm described by
JWZ in <https://www.jwz.org/doc/threading.html> and used in
countless mail and news readers; but with some features removed
and improved flexibility for non-mail/news usage.
* https://80x24.org/msgthr/README
* API: https://80x24.org/msgthr/rdoc/Msgthr.html
* public list: msgthr-public@80x24.org
* mail archives: https://80x24.org/msgthr-public/
* git clone https://80x24.org/msgthr.git
* follow releases: https://80x24.org/msgthr/NEWS.atom.xml
* follow all: https://80x24.org/msgthr-public/new.atom
* nntp://news.public-inbox.org/inbox.comp.lang.ruby.msgthr
Changes: msgthr 1.1.0 - simplify usage
This release simplifies the API to avoid (and raise on) user
errors. If your code worked with previous versions, there
are no changes necessary to make.
This release fixes our API to match the documentation in making
Msgthr#order! optional. Furthermore, the block previously
passed to Msgthr#order! may now be passed to Msgthr#thread!
instead.
For users who truly do not care about ordering, Msgthr#walk_thread
may be called immediately after the last call to Msgthr#add.
Thanks to Dimid Duchovny for the feedback which led to this release:
https://80x24.org/msgthr-public/CANKvuDc2mkxLuh+3+WXWfMXzxK2bShNesrD5xLocGOD1RybbwQ@mail.gmail.com/
--
https://80x24.org/msgthr/README
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2017-12-31 23:12 UTC | newest]
Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-12-31 23:12 [ANN] msgthr 1.1.0 - container-agnostic, non-recursive message threading Eric Wong
80x24.org misc. Free Software, open data formats/protocols discussion
This inbox may be cloned and mirrored by anyone:
git clone --mirror https://80x24.org/misc
git clone --mirror http://ou63pmih66umazou.onion/misc
# If you have public-inbox 1.1+ installed, you may
# initialize and index your mirror using the following commands:
public-inbox-init -V1 misc misc/ https://80x24.org/misc \
misc@80x24.org
public-inbox-index misc
Example config snippet for mirrors.
Newsgroups are available over NNTP:
nntp://news.public-inbox.org/inbox.org.80x24.misc
nntp://ou63pmih66umazou.onion/inbox.org.80x24.misc
note: .onion URLs require Tor: https://www.torproject.org/
AGPL code for this site: git clone http://ou63pmih66umazou.onion/public-inbox.git