History of tests/appendComp.test of 405a405dc7b5e6d2
Not logged in

Many hyperlinks are disabled.
Use anonymous login to enable hyperlinks.

History of file tests/appendComp.test at check-in 405a405dc7b5e6d2

2025-02-26
20:26
merge 8.6 file: [a5e194b197] check-in: [c1df911fb8] user: dgp branch: core-8-branch, size: 12192
20:23
Do not use the character "-" in a test constraint name. When tcltest sees it, it does not process as a constraint, but converts to interpretation as a constraint expression. what you mean to be the constraint "a-b" is processed as a combination of the constraints "a" and "b". This makes it impossible to use tcltest command line options to perform constraint-limited testing on variations of constraint values. file: [899220c7d2] check-in: [406bbff3cb] user: dgp branch: core-8-6-branch, size: 12195
2024-09-20
20:25
fix for [e38dce74e2] also for lappend etc (another variant to fix inconosistce of [214cc0eb22]); more coverage for that (all commands must behave the same way) file: [4329908a2c] check-in: [3d1a4c2dde] user: sebres branch: bug-e38dce74e2-214cc0eb22-v2, size: 12196
2024-07-20
15:59
Merge trunk [91c2f411e7e71552], TIP #636 (tip-636-tcl9-644), resolve all conflicts including those resulting from conflicting Tcl_Obj interface implementations, and relicense under GNU Affero General Public License. All tests pass. file: [80fbb83af7] check-in: [d8a3450f12] user: pooryorick branch: unchained, size: 12546
2024-07-08
16:32
Remaining can't -> cannot changes file: [ecc6818bac] check-in: [9f35c75244] user: jan.nijtmans branch: bug-0439e1e1a3, size: 12196
2023-09-27
09:17
Eliminate use of old deprecated trace subcommands from testcases file: [b54fc09f78] check-in: [7e7cb656d0] user: jan.nijtmans branch: core-8-6-branch, size: 12195
2023-06-21
07:13
"trace variable" -> "trace add variable" in testcases (and documentation) file: [bbb5c6f309] check-in: [8dd5496bd1] user: jan.nijtmans branch: core-8-branch, size: 12192
2023-04-12
13:30
Correct spelling errors in comments and documentation, but also a non-comment corrections in history.tcl and tcltest.test. file: [3ebccd70f9] check-in: [aca8de0aeb] user: pooryorick branch: core-8-branch, size: 12110
09:35
Correct spelling errors in comments and documentation, but also non-comment corrections in history.tcl and tcltest.test. file: [420b1875a0] check-in: [ee3df4e647] user: pooryorick branch: core-8-6-branch, size: 12116
2020-11-23
09:16
More ©-sign consolidation file: [defa3690b2] check-in: [676f97ea98] user: jan.nijtmans branch: core-8-branch, size: 12109
08:25
Now that all Tcl source files are UTF-8 by default, we can use the ©-sign whenever reasonable. file: [748d2ed91d] check-in: [0d31e14484] user: jan.nijtmans branch: core-8-branch, size: 12112
2020-10-30
13:27
Add "{}" around many "expr" commands in testcases. Also in doc/expr.n file: [6683a6416a] check-in: [af57db5d99] user: jan.nijtmans branch: core-8-6-branch, size: 12115
2020-09-04
15:48
Let all test-cases load the "tcltest" package the same way. Depend on tcltest 2.5, since we never test with earlier tcltest versions file: [f01f71f6a0] check-in: [0e50a82fe7] user: jan.nijtmans branch: core-8-6-branch, size: 12137
2020-09-01
10:33
Merge 8.6 file: [218f8b7254] check-in: [2e2f130b01] user: jan.nijtmans branch: core-8-branch, size: 12135
2020-07-16
10:48
More of the same (see previous commit) file: [cf51f0d8bf] check-in: [e9ba0ab4c0] user: jan.nijtmans branch: core-8-branch, size: 12135
2020-07-13
12:03
(Experiment): What happens if we purge all usages of Master/Slave from Tcl. Highly experimental, not meant for Tcl 8.6.11! file: [cb00f2727b] check-in: [f9ba684c6b] user: jan.nijtmans branch: no-master-slave, size: 12146
2020-06-18
12:47
Use more "string is none" in testcases in stead of directly comparing with -1 file: [6afb5f24a4] check-in: [58ebbfcc7e] user: jan.nijtmans branch: strict-index-experiment, size: 12157
2019-06-01
17:10
More fixes file: [98b861c845] check-in: [d3c0bb32e1] user: dkf branch: tip-526, size: 12124
2018-09-22
19:42
Fix odd consequence for tests; ::tcltest namespace is usually present. file: [ef0a3b46e2] check-in: [17304407a0] user: dkf branch: tip-452, size: 12131
2018-05-03
07:12
Adjust the tests that use the old-style trace command. This is a preparation for the modernisation of the trace command itself and should be compatible with any version of Tcl >= 8.4 file: [1991737c72] check-in: [b0aff011b2] user: markus branch: am-trace-ensemble, size: 12225
2014-11-08
07:06
[214cc0eb22] Add tests to make sure that this bug stays fixed. file: [449640c603] check-in: [fcc112066f] user: dkf branch: trunk, size: 12146
2013-01-22
19:24
Contribution by Patrick Fradin <patrick.fradin@planar.com> Quoting his mail: <pre> ========================================================== Hi Jeff, I spent some of my time to contribute to the TclTk community ! I'm in late for Christmas gift but like we said in French : "Mieux vaut tard que jamais". ;-) I've use TclDevKit 5.3.0 tclchecker to analyse TclTk code in Tcl and Tk library directories (library, tools and tests) to correct a lot of warnings and few errors. (encapsulate some expr, use 'chan xxx' instead of fconfigure, fileevent...) I've made some improvements too : Examples : - Use 'lassign' instead of many 'lindex' of 'foreach/break' loop. - Use 'in' or 'ni' operators instead of 'lsearch -exact' or to factorise some eq/ne && / || tests. - Use 'eq' or 'ne' to tests strings instead of '==' or '!='. - Use 'unset -nocomplain' to avoid 'catch {unset...}'. - Remove some useless catch around 'destroy' calls. - Use expand {*} instead of 'eval'. Don't touch a lot of code because I don't know all structs and lists. I think it could be a greater improvement to reduce 'eval' calls. Due to previous experience, I dot not change any indentation ! ;-) ========================================================== </pre> file: [b198c46284] check-in: [d801822907] user: andreask branch: contrib-patrick-fradin-code-cleanup, size: 11507
2011-03-05
16:31
merge trunk file: [9cd3d3a5e4] check-in: [08b261adfb] user: kennykb branch: dogeen-assembler-branch, size: 11507
2011-03-02
20:27
Now that we're no longer using SCM based on RCS, the RCS Keyword lines cause more harm than good. Purged them (except in zlib files). file: [b878a78738] check-in: [c64f310d38] user: dgp branch: trunk, size: 11509
16:06
Now that we're no longer using SCM based on RCS, the RCS Keyword lines cause more harm than good. Purged them. file: [faf4c24330] check-in: [79367df0f0] user: dgp branch: core-8-5-branch, size: 10988
2011-03-01
15:38
Now that we're no longer using SCM based on RCS, the RCS Keyword lines cause more harm than good. Purged them. file: [dbd035ec70] check-in: [90b4acd7bd] user: dgp branch: core-8-4-branch, size: 10759
04:16
merge trunk file: [3a61629c73] check-in: [1357375583] user: kennykb branch: dogeen-assembler-branch, size: 11579
2011-01-12
15:23
This commit is both no-NRE v2, implemented by subtracting the NRE pieces (*), and update to CVS trunk head of Wednesday Jan 5. (*) no-NRE v1 in the other branch was created in an additive manner from the point where 8.5 was branched from the trunk, by adding all the patches but those for NRE. file: [230290c8a2] check-in: [2d93b1436c] user: andreask branch: activestate-nre-excised-variant-2-subtracted, size: 11584
2010-12-11
18:39
merge file: [56477a84c5] check-in: [c291154f2c] user: kennykb branch: dogeen-assembler-branch, size: 11589
2010-12-09
15:39
merge file: [ee956d9f6a] check-in: [1ff2cdf21a] user: dgp branch: dgp-refactor, size: 11584
10:47
* tests/append.test, tests/appendComp.test: Clean up tests so that they don't leave things in the global environment (detected when doing -singleproc testing). file: [045e15a321] check-in: [cfb644be15] user: dkf branch: trunk, size: 11581
2010-11-30
15:50
@830 + jumps (tests) + 1428 (tommath const). file: [928091795c] check-in: [4f51eb70e4] user: andreask branch: activestate-nre-excised-variant-1-roll-forward, size: 11153
2010-11-22
16:07
Next @380. OO Stacktraces broken. file: [b8913b748c] check-in: [1713113dd4] user: andreask branch: activestate-nre-excised-variant-1-roll-forward, size: 8901
13:14
Next @251. file: [51df1ec7e9] check-in: [6e5d8c41eb] user: andreask branch: activestate-nre-excised-variant-1-roll-forward, size: 8867
2010-11-18
15:08
Next. file: [cc78cfb87b] check-in: [3120107af3] user: andreask branch: activestate-nre-excised-variant-1-roll-forward, size: 8861
2010-09-17
12:55
Merge from HEAD to rmax-ipv6-branch file: [ec519d69ce] check-in: [70c6ac9692] user: rmax branch: rmax-ipv6-branch, size: 11155
2010-09-02
12:18
merge file: [ea1230c48f] check-in: [d9141a05a1] user: dgp branch: dgp-refactor, size: 11153
2010-09-01
20:36
* generic/tclExecute.c: [Bug 3057639]. Applied patch by Jeff to * generic/tclVar.c: make the behaviour of lappend in bytecompiled * tests/append.test: mode consistent with direct-eval and 'append' * tests/appendComp.test: generally. Added tests (append*-9.*) showing the difference. file: [96796ad76e] check-in: [21b6b23f79] user: andreas_kupries branch: core-8-4-branch, size: 10846
20:35
* generic/tclExecute.c: [Bug 3057639]. Applied patch by Jeff to * generic/tclVar.c: make the behaviour of lappend in bytecompiled * tests/append.test: mode consistent with direct-eval and 'append' * tests/appendComp.test: generally. Added tests (append*-9.*) showing the difference. file: [5926a6daf6] check-in: [405a405dc7] user: andreas_kupries branch: trunk, size: 11162
19:42
* generic/tclExecute.c: [Bug 3057639]. Applied patch by Jeff to * generic/tclVar.c: make the behaviour of lappend in bytecompiled * tests/append.test: mode consistent with direct-eval and 'append' * tests/appendComp.test: generally. Added tests (append*-9.*) showing the difference. file: [2787b33ab3] check-in: [e6f97d1e4a] user: andreas_kupries branch: core-8-5-branch, size: 11076
2008-10-14
20:10
merge updates from HEAD file: [77e33821b9] check-in: [b58f473a75] user: dgp branch: dgp-refactor, size: 8901
18:49
Fix test flaws exposed by -singleproc 1 -debug 1 file: [b92ba1985e] check-in: [dd5b58f068] user: dgp branch: trunk, size: 8898
2008-09-09
03:55
merge updates from HEAD file: [69de9df67f] check-in: [7c94b36df4] user: dgp branch: dgp-refactor, size: 8867
2008-09-08
10:48
Simplify test bodies using tcltest2 file: [9f8b948fb5] check-in: [24fb39dd18] user: dkf branch: trunk, size: 8864
2008-07-29
20:13
merge updates from (near) HEAD file: [43b5febc68] check-in: [f51e3a3c72] user: dgp branch: dgp-refactor, size: 8861
2008-07-19
22:50
fix [2021443] inconsistant "wrong # args" messages file: [d7c53c3ac8] check-in: [1e5261316e] user: nijtmans branch: trunk, size: 8863
2005-06-13
01:45
*** MERGE WITH HEAD *** (tag msofer-wcodes-20050611) file: [f2e6eeebf7] check-in: [d666b09ed5] user: msofer branch: msofer-wcodes-branch, size: 8876
2005-05-11
16:58
merge updates from HEAD file: [185230d8c7] check-in: [a8212110f1] user: dgp branch: dgp-refactor, size: 8873
2005-05-10
18:33
Merged kennykb-numerics-branch back to the head; TIPs 132 and 232 file: [4f595dde7b] check-in: [1cc2336920] user: kennykb branch: trunk, size: 8873
2005-05-05
17:55
Merged with HEAD file: [57c4099e79] check-in: [b77c9a87c6] user: kennykb branch: kennykb-numerics-branch, size: 8877
15:32
* generic/tclCompCmds.c: Replaced all instance of * generic/tclCompile.c: TCL_OUT_LINE_COMPILE with TCL_ERROR. * generic/tclInt.h: Now that we've eradicated the mistaken * tests/appendComp.test: notion of a "compile-time error", we can use the TCL_ERROR return code to signal any failure to produce bytecode. file: [dcaf3be417] check-in: [2f2f477a05] user: dgp branch: trunk, size: 8869
2004-10-28
00:00
* tests/appendComp.test: Backport test suite fixes of errors * tests/autoMkindex.test: revealed by -singleproc 1 -debug 1 * tests/exec.test: options to make test. * tests/execute.test: * tests/interp.test: * tests/io.test: * tests/namespace.test: * tests/regexpComp.test: * tests/stringComp.test: * tests/unixInit.test: * tests/winPipe.test: file: [42c395f7f4] check-in: [58c2f9f1b3] user: dgp branch: core-8-4-branch, size: 8649
2004-09-30
00:51
merge updates from HEAD file: [6e2539ba90] check-in: [6cd7cf6875] user: dgp branch: dgp-refactor, size: 8886
2004-09-22
03:19
* generic/tclCompCmds.c: Tolerate [append] syntax errors * tests/appendComp.test (8.1): at compile time, and allow runtime to raise the error (or succeed if a redefined [append] allows). file: [f10c024079] check-in: [03e134c9ce] user: dgp branch: trunk, size: 8882
2004-05-27
14:29
Merge updates from HEAD. Also implemented flags argument to TclCompEvalObj(). file: [612485d036] check-in: [8f7452ee0c] user: dgp branch: dgp-refactor, size: 8649
2004-05-25
15:33
error in test naming file: [15a4ff692c] check-in: [49dd4a972c] user: dkf branch: trunk, size: 8645
2002-02-05
02:21
Merging with the current TOT. Very few conflicts, mostly in the generated files. file: [ee80a7293d] check-in: [f469a31a06] user: wolfsuit branch: macosx-8-4-branch, size: 8646
2001-11-23
01:25
** upport to 8.4 of mac code changes for 8.3.3 & various new ** changes for 8.4, some already backported to 8.3.4 (patch #435658) see ChangeLog for details file: [55bfc1c4c3] check-in: [f961ecdd17] user: das branch: trunk, size: 8637
2001-09-12
20:28
* Corrected tests to better isolate tests in one file from influencing tests in other files. [Bug 460591] file: [c7efc121bc] check-in: [9b3e82229d] user: dgp branch: trunk, size: 8615
2001-07-03
23:39
* tests/append.test: * tests/appendComp.test: added tests for read trace triggering for append and lappend. file: [d4eb7162f1] check-in: [42348667cb] user: hobbs branch: trunk, size: 8595
2001-05-17
02:21
Added: * tests/appendComp.test: * tests/stringComp.test: new files for extended bytecode testing file: [979b92669e] check-in: [61540d2dbb] user: hobbs branch: trunk, size: 5681