]> gitweb.factorcode.org Git - factor.git/commit
system: Make the git version code more robust.
authorDoug Coleman <doug.coleman@gmail.com>
Sun, 22 Jul 2018 16:32:02 +0000 (11:32 -0500)
committerDoug Coleman <doug.coleman@gmail.com>
Sun, 22 Jul 2018 16:45:50 +0000 (11:45 -0500)
commit2b4d2a4a1314d3efd42f092f5af12ae839d8058b
treee22da5b859ed42ff7692fce8a05711a0a56da39c
parent102fe6154e9deec5dff38ee70519f7bbe506f6ce
system: Make the git version code more robust.

Really confusing sequence errors if Factor vm isn't compiled with proper git label.

e.g. good: -DFACTOR_GIT_LABEL="heads/master-102fe6154e9deec5dff38ee70519f7bbe506f6ce"

bad: -DFACTOR_GIT_LABEL=""
before this patch gave an integer comparison error comparing ``f 16 <``
core/system/system.factor