Tero's blog

Random notes

Version numbers are cheap - Ahven 2.1 released

A small but unfortunate and annoying bug slipped into Ahven 2.0 release: Ahven.Text_Runner silently ignored all skipped tests and did not report them. This is now fixed in Ahven 2.1.

Again, you can get the source from Sourceforge.

[more]

Ahven 2.0 released

I just released Ahven 2.0. You can grab the source code from SourceForge.

This release includes two new features:

  • Test timeouts
  • Test skipping programmatically

When running tests, you can specify a timeout value for the tests. If test runs longer than the timeout value, the test is stopped. This …

[more]

Adadomain merged to sphinx-contrib

I merged my Adadomain to sphinx-contrib. This way it is one step more official extension.

For those who do not know: Sphinx is a documentation tool and it is used in Ahven. In release 1.9 of Ahven, I included the generated HTML documentation to the tarball, but I might …

[more]

Reading I2C EEPROM with Arduino and AVR-Ada

Recently, I wanted to access I2C EEPROM with Arduino. However, AVR-Ada (1.1.0) provides no support for I2C interface which many AVR processors and Arduinos have. So, I had to write a package ("Two_Wire") for it.

Example code is available at arduino-eeprom repository and below is the used circuit …

[more]

IPv6 support for stronglytyped.org

My AWS-powered sites stronglytyped.org and Ahven's homepage ahven.stronglytyped.org now support IPv6 connections also.

This was possible after Linode started supporting native IPv6 in some of its datacenters.

Again, only Ada Web Server and iptables were used. There is no separate frontend http server written in another language …

[more]

« Page 4 / 6 »


Copyright © 2011 Tero Koskinen - Theme Skeleton; Blogging engine Pelican; Powered by Python