]> git.99rst.org Git - irssi-scripts.irssi.org.git/commit
Correctly preserve non-numeric version numbers
authorAilin Nemui <redacted>
Tue, 27 Jan 2015 21:07:16 +0000 (22:07 +0100)
committerAilin Nemui <redacted>
Wed, 28 Jan 2015 00:56:17 +0000 (01:56 +0100)
commit5996cf5285d66ae8a1ff3ad8a88651753988a4b9
tree09bdcfffabb79cce63cd0435875943c88e5bdc9f
parentee28c80cba8f2ad3df17b54ecc22764d59391b9b
Correctly preserve non-numeric version numbers

The YAML module that available in the Travis repos does not enforce
marking of numeric-looking variables as strings. When these are parsed
by the github site generator, precision is lost as they are interpreted
numerically (eg. version: 1.10 -> turns into 1.1).

Reported by Vilkku. Fixes #125
.travis.yml
_testing/_irssi_test.pl
_testing/travis/update-scripts-yaml.pl
git clone https://git.99rst.org/PROJECT