Project

General

Profile

Actions

Errata 20190609

Topic: incorrect documentation of Irccd.System.usleep
Category: libirccd-js
Corrected: 3.0.2 (or revision r897)
Affected versions: since 3.0.0
Task: #2262

Background

The Javascript Irccd.System.usleep is a function to suspend the current thread.

Problem

The documentation stated that the function will wait for a specific number of milliseconds while the actual implementation suspend for microseconds. As the function name suggests, the u stands for micro therefore the function is right but not its documentation, thus this errata.

Solution

Upgrade to a newer version if applicable or apply one of the following fixes:

Using Mercurial

If you don't have a local copy:

hg clone -u release-3.0 http://hg.malikania.fr/irccd

If you already have a local copy:

cd /path/to/irccd
hg pull
hg up release-3.0

And install new version of irccd.

Using patch

Download the following patch:

Apply it:

cd /path/to/irccd/
patch -p1 < /path/to/20190609.patch

Updated by David Demelier over 3 years ago · 3 revisions