Alois Mahdal
069e881af5
Bump version
10 年 前
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 年 前
Alois Mahdal
cec5c3bc92
Fix typo in global var guideline
10 年 前
Alois Mahdal
5a43c4be30
Remove obsolete TODOs
10 年 前
Alois Mahdal
5c78dea96f
Bump version
10 年 前
Alois Mahdal
01927ceb45
Update test according to last change
10 年 前
Alois Mahdal
c114203679
Skip also debug_pipe when determining $caller
10 年 前
Alois Mahdal
82d4661554
Use a bit safer name for data source
... against conflict when -v is used and the name is exactly this.
10 年 前
Alois Mahdal
dcab656300
Remove support for "@" matching in __echo_vars
Remove this questionable feature now and save variable name conflicts
later.
10 年 前
Alois Mahdal
7edc50eb00
Remove prettyfn variable
10 年 前
Alois Mahdal
6e5a05d346
Update tfkit.mk
10 年 前
Alois Mahdal
d8f4352e34
Use upstream repo and nested workdir layout for tfkit
10 年 前
Alois Mahdal
db4184a54c
Update function name in test
10 年 前
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 年 前
Alois Mahdal
25b509c604
Bump version
10 年 前
Alois Mahdal
c9b175fd15
Add header generator for Fastfoo
10 年 前
Alois Mahdal
2d79989ca5
Die cleanly in case you cannot find self
10 年 前
Alois Mahdal
e53c82ef46
Don't complain on empty test-suite
10 年 前
Alois Mahdal
13e227a084
Generate header dynamically from test/tests/TF_HEADER
10 年 前
Alois Mahdal
141b1588aa
Bump version
10 年 前
Alois Mahdal
4fba933b7f
Remove STAGE (later known as PRERELEASE) from tag comment
Folow-up to 37b5db9 and 9c94a46.
10 年 前
Alois Mahdal
9f9b925005
Use nicer layout for release checks
10 年 前
Alois Mahdal
9a5aec9234
Bump version
10 年 前
Alois Mahdal
bbba0822f0
Add basic test suite for pretty.sh
10 年 前
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 年 前
Alois Mahdal
ba655af6ec
Use more sane example
10 年 前
Alois Mahdal
3114800d9b
Fix typos
10 年 前
Alois Mahdal
a84f48f993
Clarify confusing comment in tf_testflt()
10 年 前
Alois Mahdal
3f20b6fb5c
Improve docstring for inigrep
Add examples, simplify sections and ordering of topics.
10 年 前
Alois Mahdal
45a2901fcf
Update function name in example
10 年 前
Alois Mahdal
3c8597dad9
Fix main source in example
10 年 前
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 年 前