Alois Mahdal
532d29eace
Do not use tfkit.mk for deployment
The method is strange and has unexpected dependencies. Putting the
responsibility to prepare tfkit to Makefile author's hands seems
cleaner--they need to set TF_DIR properly so it's sort of intuitive;
also it allows them to choose way how to deploy tfkit itself (sub-repo,
submodule, or hard copy).
10 vuotta sitten
Alois Mahdal
2924fc968f
Fix syntax error in generated tfkit_init
10 vuotta sitten
Alois Mahdal
f60e5eaee2
Bump version
10 vuotta sitten
Alois Mahdal
0d96c0e055
Fix typo in dist include list (test suite renamed)
10 vuotta sitten
Alois Mahdal
83ae8e27d0
Bump version
10 vuotta sitten
Alois Mahdal
30a1df69e8
Update tfkit target
10 vuotta sitten
Alois Mahdal
069e881af5
Bump version
10 vuotta sitten
Alois Mahdal
b64a3e668b
Big cleanup
Remove most of half-done things.
Try to make ffoo as small as possible.
Some things may return soon, others not.
10 vuotta sitten
Alois Mahdal
cec5c3bc92
Fix typo in global var guideline
10 vuotta sitten
Alois Mahdal
5a43c4be30
Remove obsolete TODOs
10 vuotta sitten
Alois Mahdal
5c78dea96f
Bump version
10 vuotta sitten
Alois Mahdal
01927ceb45
Update test according to last change
10 vuotta sitten
Alois Mahdal
c114203679
Skip also debug_pipe when determining $caller
10 vuotta sitten
Alois Mahdal
82d4661554
Use a bit safer name for data source
... against conflict when -v is used and the name is exactly this.
10 vuotta sitten
Alois Mahdal
dcab656300
Remove support for "@" matching in __echo_vars
Remove this questionable feature now and save variable name conflicts
later.
10 vuotta sitten
Alois Mahdal
7edc50eb00
Remove prettyfn variable
10 vuotta sitten
Alois Mahdal
6e5a05d346
Update tfkit.mk
10 vuotta sitten
Alois Mahdal
d8f4352e34
Use upstream repo and nested workdir layout for tfkit
10 vuotta sitten
Alois Mahdal
db4184a54c
Update function name in test
10 vuotta sitten
Alois Mahdal
fc8ea55ea1
Split tfkit from suite itself
so that tfkit can now be tracked in separate repo. (In future we might
add it as submodule)
10 vuotta sitten
Alois Mahdal
25b509c604
Bump version
10 vuotta sitten
Alois Mahdal
c9b175fd15
Add header generator for Fastfoo
10 vuotta sitten
Alois Mahdal
2d79989ca5
Die cleanly in case you cannot find self
10 vuotta sitten
Alois Mahdal
e53c82ef46
Don't complain on empty test-suite
10 vuotta sitten
Alois Mahdal
13e227a084
Generate header dynamically from test/tests/TF_HEADER
10 vuotta sitten
Alois Mahdal
141b1588aa
Bump version
10 vuotta sitten
Alois Mahdal
4fba933b7f
Remove STAGE (later known as PRERELEASE) from tag comment
Folow-up to 37b5db9 and 9c94a46.
10 vuotta sitten
Alois Mahdal
9f9b925005
Use nicer layout for release checks
10 vuotta sitten
Alois Mahdal
9a5aec9234
Bump version
10 vuotta sitten
Alois Mahdal
bbba0822f0
Add basic test suite for pretty.sh
10 vuotta sitten
Alois Mahdal
5ccb5a2c53
Source (do not run) TF_SETUP and TF_CLEANUP
Source the setup/cleanup code so that it can be used to prepare
environment.
Disadvantage is that the files will need to be in Bash (ie. effect of
commit 4eb772d is negated), but that should not be problem as the use
of subtest.sh already implies that Bash is used.
After all, one can always easily run other program from these files.
10 vuotta sitten
Alois Mahdal
ba655af6ec
Use more sane example
10 vuotta sitten
Alois Mahdal
3114800d9b
Fix typos
10 vuotta sitten
Alois Mahdal
a84f48f993
Clarify confusing comment in tf_testflt()
10 vuotta sitten
Alois Mahdal
3f20b6fb5c
Improve docstring for inigrep
Add examples, simplify sections and ordering of topics.
10 vuotta sitten
Alois Mahdal
45a2901fcf
Update function name in example
10 vuotta sitten
Alois Mahdal
3c8597dad9
Fix main source in example
10 vuotta sitten
Alois Mahdal
360dca132e
Remove debugs from pretty.__is_word
Inside function that gets called during debugging, it gets in the way
pretty fast.
10 vuotta sitten
Alois Mahdal
7417aea1e1
Fix "Fastfoo" spelling
10 vuotta sitten
Alois Mahdal
5a6860cd94
Remove -e option from wait_until examples
10 vuotta sitten
Alois Mahdal
459b707a90
Add reminder note about expected fail
10 vuotta sitten
Alois Mahdal
be32cd487b
Fix typo in docstring
10 vuotta sitten
Alois Mahdal
ac9c984962
Skip values that are not "words" ie. [a-zA-Z_]
10 vuotta sitten
Alois Mahdal
870e36c396
Use more appropriate variable name for variable name
10 vuotta sitten
Alois Mahdal
97025fa740
Add function to check if value is word (\w+)
10 vuotta sitten
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 vuotta sitten
Alois Mahdal
b4b60e5748
Fix typo in docstring
10 vuotta sitten
Alois Mahdal
f60392e04a
Quote the args for safety
10 vuotta sitten
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 vuotta sitten
Alois Mahdal
b296653f99
Bump version
10 vuotta sitten