Alois Mahdal
ba655af6ec
Use more sane example
před 10 roky
Alois Mahdal
3114800d9b
Fix typos
před 10 roky
Alois Mahdal
a84f48f993
Clarify confusing comment in tf_testflt()
před 10 roky
Alois Mahdal
3f20b6fb5c
Improve docstring for inigrep
Add examples, simplify sections and ordering of topics.
před 10 roky
Alois Mahdal
45a2901fcf
Update function name in example
před 10 roky
Alois Mahdal
3c8597dad9
Fix main source in example
před 10 roky
Alois Mahdal
360dca132e
Remove debugs from pretty.__is_word
Inside function that gets called during debugging, it gets in the way
pretty fast.
před 10 roky
Alois Mahdal
7417aea1e1
Fix "Fastfoo" spelling
před 10 roky
Alois Mahdal
5a6860cd94
Remove -e option from wait_until examples
před 10 roky
Alois Mahdal
459b707a90
Add reminder note about expected fail
před 10 roky
Alois Mahdal
be32cd487b
Fix typo in docstring
před 10 roky
Alois Mahdal
ac9c984962
Skip values that are not "words" ie. [a-zA-Z_]
před 10 roky
Alois Mahdal
870e36c396
Use more appropriate variable name for variable name
před 10 roky
Alois Mahdal
97025fa740
Add function to check if value is word (\w+)
před 10 roky
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
před 10 roky
Alois Mahdal
b4b60e5748
Fix typo in docstring
před 10 roky
Alois Mahdal
f60392e04a
Quote the args for safety
před 10 roky
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.
před 10 roky
Alois Mahdal
b296653f99
Bump version
před 10 roky
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.
před 10 roky
Alois Mahdal
37b5db99a0
Use proper name
před 10 roky
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.
před 10 roky
Alois Mahdal
71a0e49320
Bump version
před 10 roky
Alois Mahdal
cd7cd52347
Prefix dying messages to distinguish them from make's
před 10 roky
Alois Mahdal
914395eee0
Add release_? action for controlled release routine
před 10 roky
Alois Mahdal
821705476b
Fix mkit import error messages
před 10 roky
Alois Mahdal
4c3567819e
Add "Nice" name (PROJNAME) to mkit's meta-data
před 10 roky
Alois Mahdal
920cc06ecc
Rename PROJNAME to PKGNAME
Reserve PROJNAME for a "human-readable" name.
před 10 roky
Alois Mahdal
ece4c8ed6b
Bump version
před 10 roky
Alois Mahdal
6667fb2f2a
Warn if STAGE contains colon
Colon in STAGE will most probably confuse matcher and lead to corrupt
version data.
před 10 roky
Alois Mahdal
197790bfe9
Add standard warning routine
před 10 roky
Alois Mahdal
98165682dc
Add branch name to commit ID (sha1)
This should give better hint if built from a feature branch
před 10 roky
Alois Mahdal
cd571447c4
Fix typos in comments
před 10 roky
Alois Mahdal
cbbfdb7146
Fix infinite loop with usage()
před 10 roky
Alois Mahdal
74425bb814
Supply misssing docstrings throughout TF test framework
před 10 roky
Alois Mahdal
b998ea97f0
Denote temporary presence of debug in template
před 10 roky
Alois Mahdal
ef3d1aa013
Fix missing exit fallback in the template
před 10 roky
Alois Mahdal
5352486202
Be more specific with guideline regarding echo >1
před 10 roky
Alois Mahdal
1d2701c958
Fix missing parenthesis
před 10 roky
Alois Mahdal
86e6e90a8b
Recommend exit.sh in guidelines
před 10 roky
Alois Mahdal
df71f12e1f
Use new catch phrase
před 10 roky
Alois Mahdal
b0dc60e0eb
Update Fastfoo spelling
For now the spelling has been decided "Fastfoo", not "Fast Foo", or
"FastFoo".
před 10 roky
Alois Mahdal
326885ceed
Remove plan for desktop helpers
These have been moved to saturnin
před 10 roky
Alois Mahdal
83e540f085
Update high-level progress tracker
před 10 roky
Alois Mahdal
5379594235
Bump version
před 10 roky
Alois Mahdal
6790c749d9
Rename cfgrep to inigrep
The tool is mostly based on ini files; make this more obvious.
před 10 roky
Alois Mahdal
6f1c625257
Fix typo in style guide example
před 10 roky
Alois Mahdal
f13941c653
Bump version
před 10 roky
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
před 10 roky
Alois Mahdal
7a91b51f05
Add simple test template with subtest and tf_testflt
před 10 roky