Alois Mahdal
360dca132e
Remove debugs from pretty.__is_word
Inside function that gets called during debugging, it gets in the way
pretty fast.
10 年前
Alois Mahdal
7417aea1e1
Fix "Fastfoo" spelling
10 年前
Alois Mahdal
5a6860cd94
Remove -e option from wait_until examples
10 年前
Alois Mahdal
459b707a90
Add reminder note about expected fail
10 年前
Alois Mahdal
be32cd487b
Fix typo in docstring
10 年前
Alois Mahdal
ac9c984962
Skip values that are not "words" ie. [a-zA-Z_]
10 年前
Alois Mahdal
870e36c396
Use more appropriate variable name for variable name
10 年前
Alois Mahdal
97025fa740
Add function to check if value is word (\w+)
10 年前
Alois Mahdal
3b2a4a890a
Use less confusing jargon (from Haskell's Data.List)
Hopefully this is ledd confusing than calling 'toes' something that
represents most of the original string
10 年前
Alois Mahdal
b4b60e5748
Fix typo in docstring
10 年前
Alois Mahdal
f60392e04a
Quote the args for safety
10 年前
Alois Mahdal
6a98fb4044
Remove possibility to use eval
This seems too hard to support safely, and the advantages are minimal as
most cases will be possile to solve by wrapping the builtin into a
function.
10 年前
Alois Mahdal
b296653f99
Bump version
10 年前
Alois Mahdal
9c94a46bcc
Remove pre-release info
Turns out that get_version and release.sh strategy do not agree
very well on this, which may end up as version comparison problem.
SemVer 2.0 says that pre-release versions go before the associated
versions, that is, 1.0.0-blah goes before 1.0.0, and at the same time
remove the compatibility guarantee. This means that if pre-releases
are needed, we will probably need to change both PRERELEASE and VERSION,
which is not what was expected when writing release.sh.
For now, the safe thing is to remove PRERELEASE altogether. If we ever
need to do a pre-release, we will re-verify if it works properly; until
then, build meta-data give us enough luxury.
10 年前
Alois Mahdal
37b5db99a0
Use proper name
10 年前
Alois Mahdal
1a0e95f2f2
Remove the half-baked ini file caching
The caching does not clean up, and is mostly unnecessary since Linux
will cache the file anyway.
10 年前
Alois Mahdal
71a0e49320
Bump version
10 年前
Alois Mahdal
cd7cd52347
Prefix dying messages to distinguish them from make's
10 年前
Alois Mahdal
914395eee0
Add release_? action for controlled release routine
10 年前
Alois Mahdal
821705476b
Fix mkit import error messages
10 年前
Alois Mahdal
4c3567819e
Add "Nice" name (PROJNAME) to mkit's meta-data
10 年前
Alois Mahdal
920cc06ecc
Rename PROJNAME to PKGNAME
Reserve PROJNAME for a "human-readable" name.
10 年前
Alois Mahdal
ece4c8ed6b
Bump version
10 年前
Alois Mahdal
6667fb2f2a
Warn if STAGE contains colon
Colon in STAGE will most probably confuse matcher and lead to corrupt
version data.
10 年前
Alois Mahdal
197790bfe9
Add standard warning routine
10 年前
Alois Mahdal
98165682dc
Add branch name to commit ID (sha1)
This should give better hint if built from a feature branch
10 年前
Alois Mahdal
cd571447c4
Fix typos in comments
10 年前
Alois Mahdal
cbbfdb7146
Fix infinite loop with usage()
10 年前
Alois Mahdal
74425bb814
Supply misssing docstrings throughout TF test framework
10 年前
Alois Mahdal
b998ea97f0
Denote temporary presence of debug in template
10 年前
Alois Mahdal
ef3d1aa013
Fix missing exit fallback in the template
10 年前
Alois Mahdal
5352486202
Be more specific with guideline regarding echo >1
10 年前
Alois Mahdal
1d2701c958
Fix missing parenthesis
10 年前
Alois Mahdal
86e6e90a8b
Recommend exit.sh in guidelines
10 年前
Alois Mahdal
df71f12e1f
Use new catch phrase
10 年前
Alois Mahdal
b0dc60e0eb
Update Fastfoo spelling
For now the spelling has been decided "Fastfoo", not "Fast Foo", or
"FastFoo".
10 年前
Alois Mahdal
326885ceed
Remove plan for desktop helpers
These have been moved to saturnin
10 年前
Alois Mahdal
83e540f085
Update high-level progress tracker
10 年前
Alois Mahdal
5379594235
Bump version
10 年前
Alois Mahdal
6790c749d9
Rename cfgrep to inigrep
The tool is mostly based on ini files; make this more obvious.
10 年前
Alois Mahdal
6f1c625257
Fix typo in style guide example
10 年前
Alois Mahdal
f13941c653
Bump version
10 年前
Alois Mahdal
78773a9eed
Finalize next mkit version
The version based on config.mk has been finalized to include more
features:
* Build variables are now defined in config.ini.
* The ini system can self-reference other keys (up to several levels).
* Some config (namely `ENV` section) can be overrided by environment
variables.
* The installer is now more portable (ported to saturnin so far):
everything can be defined in config.ini
10 年前
Alois Mahdal
7a91b51f05
Add simple test template with subtest and tf_testflt
10 年前
Alois Mahdal
92da8e85bd
Follow symlinks when discovering tests
10 年前
Alois Mahdal
c625ba30b0
Add -c parameter to force artifact collection
10 年前
Alois Mahdal
92c6f80027
Review and update documentation
After many changes in TF...
10 年前
Alois Mahdal
861c1d08be
Use more appropritate name for subtest functions
Once simple.sh has been cleaned up and simplified in previous ~10
commits, it turns out that all it does is manage subtests.
Reflect that in the name.
(Doc will be updated later.)
10 年前
Alois Mahdal
216932daff
Re-align for legibility
10 年前
Alois Mahdal
a14e47e1ca
Avoid magical number for OK
10 年前