Earlier this year
-
Revision 6a60f4bbcc
(Avoid unreachable code warning in compare macro)
pushed by cbcurl
- Avoid unreachable code warning in compare macro
Avoid unreachable code warning in compare macro
-
Revision 34b68251a0
(Convert project.cprj files to new format)
pushed by cbcurl
- Convert project.cprj files to new format
Convert project.cprj files to new format
-
4 new revisions
pushed by cbcurl
- e079e0156e:Replace use of regexp-subst in define-test-suite macro
to work around the fact that it accesses global variables in the
REGEXP package and therefore cannot be used in a package-expanded
macro.
2a5667f2d8:Fix manifest declarations of test applets in ZUZU.LIB-TESTS
64f2bc6f2f:fix assertion in PackageDescription
83ce46ccf8:Unused variable cleanup
e079e0156e:Replace use of regexp-subst in define-test-suite macro
to work around the fact that it accesses global variables in the
REGEXP package and therefore cannot be used in a package-expanded
macro.
2a5667f2d8:Fix manifest declarations of test applets in ZUZU.LIB-TESTS
64f2bc6f2f:fix assertion in PackageDescription
83ce46ccf8:Unused variable cleanup
-
Revision 2ddf795a5a
(Tweaks to work with new smart IDE)
pushed by cbcurl
- Tweaks to work with new smart IDE
Tweaks to work with new smart IDE
-
Revision 5e883dc75d
(Fix pragma unsuppress directive)
pushed by cbcurl
- Fix pragma unsuppress directive
Fix pragma unsuppress directive
-
Revision 38f3b4b4e4
(Fix some parameterized type errors in EnumSet and SmallArray)
pushed by cbcurl
- Fix some parameterized type errors in EnumSet and SmallArray
Fix some parameterized type errors in EnumSet and SmallArray
-
-
Revision 138e55481e
(Document class hierarchy of CONTAINERS package.)
pushed by cbcurl
- Document class hierarchy of CONTAINERS package.
Document class hierarchy of CONTAINERS package.
-
Revision b469eac7a7
(Rename ZombieStack-of to ResetStack-of)
pushed by cbcurl
- Rename ZombieStack-of to ResetStack-of
Rename ZombieStack-of to ResetStack-of
-
-
Revision 2b40db653f
(First working implementation of AATree)
pushed by cbcurl
- First working implementation of AATree
First working implementation of AATree
-
-
4 new revisions
pushed by cbcurl
- Revision f8ced705f9:define-test-case now generates top-level procs.
define-test-case now generates a top-level define-proc with name constructed by converting spaces
into underscore and prefixed by "TESTCASE__". These procs will show up in the new Curl IDE and can
be used to navigate to test cases from various Eclipse views.
Revision 818c937f08:Rename ZUZU.TEST test packages to begin with TESTS-FOR.
This naming scheme scans much better in Project Explorer etc.
Revision 92e96228a8:Generate define-test-suite varname from name
Instead of generating a random unique identifier we now generate an identifier based on the contents
of the 'name' field by replacing spaces and dots with
underscores.
Revision 9de69ac1a8:Remove explicit varnames for test suite definitions in ZUZU.TEST
Revision f8ced705f9:define-test-case now generates top-level procs.
define-test-case now generates a top-level define-proc with name constructed by converting spaces
into underscore and prefixed by "TESTCASE__". These procs will show up in the new Curl IDE and can
be used to navigate to test cases from various Eclipse views.
Revision 818c937f08:Rename ZUZU.TEST test packages to begin with TESTS-FOR.
This naming scheme scans much better in Project Explorer etc.
Revision 92e96228a8:Generate define-test-suite varname from name
Instead of generating a random unique identifier we now generate an identifier based on the contents
of the 'name' field by replacing spaces and dots with
underscores.
Revision 9de69ac1a8:Remove explicit varnames for test suite definitions in ZUZU.TEST
-
Revision 02d9a97d13
(Added HashDictionary-of.for-each-list)
pushed by cbcurl
- Added HashDictionary-of.for-each-list
Added HashDictionary-of.for-each-list
-
-
Revision e85f368253
(Added pragma to ZUZU.LIB.SYNTAX)
pushed by cbcurl
- Added pragma to ZUZU.LIB.SYNTAX
Added pragma to ZUZU.LIB.SYNTAX
-
-
Revision aeeb07198c
(Fix bug in ZombieStack-of.push)
pushed by cbcurl
- Fix bug in ZombieStack-of.push
Fix bug in ZombieStack-of.push
-
Revision c68749e1f8
(Add test case for ZombieStack-of growth
This test exposes a...)
pushed by cbcurl
- Add test case for ZombieStack-of growth
This test exposes an error in ZombieStack-of.push when
growing the stack beyond 8 elements.
Add test case for ZombieStack-of growth
This test exposes an error in ZombieStack-of.push when
growing the stack beyond 8 elements.
-
3 new revisions
pushed by cbcurl
- Revision 9b548b893c:Hack bit-rot macro to work in new Curl IDE
Tweak the implementation of the bit-rot macro
to work around limitations in the new Curl IDE
(under development) in expanding user-defined
macros.
Revision 4cc97a4384:Hack test macros to work better with new Curl IDE
Tweak the implementations of various macros to
work around limitations in macro support
the current version of the new Curl IDE
(under development).
Revision 43fdf60698:Revert a few changes from 4cc97a438425
These workarounds are no longer necessary.
Revision 9b548b893c:Hack bit-rot macro to work in new Curl IDE
Tweak the implementation of the bit-rot macro
to work around limitations in the new Curl IDE
(under development) in expanding user-defined
macros.
Revision 4cc97a4384:Hack test macros to work better with new Curl IDE
Tweak the implementations of various macros to
work around limitations in macro support
the current version of the new Curl IDE
(under development).
Revision 43fdf60698:Revert a few changes from 4cc97a438425
These workarounds are no longer necessary.
-
-
r522
(Add some doc-strings for remote exception wrapper API
) committed by cbcurl
- Add some doc-strings for remote exception wrapper API
Add some doc-strings for remote exception wrapper API
-
issue 45
(Zuzu Tester should be able to partially load when there are ...) reported by cbcurl
-
-
-
r521
(Serialize exceptions across RemoteTester interface.
Encode ...) committed by cbcurl
- Serialize exceptions across RemoteTester interface.
Encode a SerializedException in the message of the GenericRemoteException and
decode and rethrow on the other side, to provide more information to the caller
on failures.
Serialize exceptions across RemoteTester interface.
Encode a SerializedException in the message of the GenericRemoteException and
decode and rethrow on the other side, to provide more information to the caller
on failures.
-
r520
(Added ZUZU.LIB.REMOTE package
Supports serialization of Exc...) committed by cbcurl
- Added ZUZU.LIB.REMOTE package
Supports serialization of Exceptions and provides hack for serializing them
across a remote connection.
Added ZUZU.LIB.REMOTE package
Supports serialization of Exceptions and provides hack for serializing them
across a remote connection.
-
issue 44
(Type trees) Labels changed by cbcurl
-
Labels:
Library-LIB Module-LIB.CONTAINERS
Labels:
Library-LIB Module-LIB.CONTAINERS
-
-
-
-
r517
([No log message]) committed by cbcurl
- [No log message]
-
r516
(Added EnumSet-of & ValueEnumSet-of
) committed by cbcurl
- Added EnumSet-of & ValueEnumSet-of
Added EnumSet-of & ValueEnumSet-of
-
r515
(Fix "maintained by" in test-dump source file boilerplate
) committed by cbcurl
- Fix "maintained by" in test-dump source file boilerplate
Fix "maintained by" in test-dump source file boilerplate
-
-
r513
(Add curl-access.txt file to ZUZU.LIB.TYPES directory
) committed by cbcurl
- Add curl-access.txt file to ZUZU.LIB.TYPES directory
Add curl-access.txt file to ZUZU.LIB.TYPES directory
-
r512
(Make One-of types serializable
) committed by cbcurl
- Make One-of types serializable
Make One-of types serializable
-
r511
(Fix non-debug version of PriorityQueue-of test
) committed by cbcurl
- Fix non-debug version of PriorityQueue-of test
Fix non-debug version of PriorityQueue-of test
-
r510
(Added ZUZU.LIB.TYPES package, One-of types
) committed by cbcurl
- Added ZUZU.LIB.TYPES package, One-of types
Added ZUZU.LIB.TYPES package, One-of types
-
r509
(Use TestLoaders to locate and load tests
) committed by cbcurl
- Use TestLoaders to locate and load tests
Use TestLoaders to locate and load tests
-
r508
(Use StandardTestLoader to load tests
) committed by cbcurl
- Use StandardTestLoader to load tests
Use StandardTestLoader to load tests
-
r507
(Checkpoint refactoring of TestPackage & TestLoader
) committed by cbcurl
- Checkpoint refactoring of TestPackage & TestLoader
Checkpoint refactoring of TestPackage & TestLoader
-
r506
(Added ReadOnlyWrapperArray-of class to LIB.CONTAINERS
) committed by cbcurl
- Added ReadOnlyWrapperArray-of class to LIB.CONTAINERS
Added ReadOnlyWrapperArray-of class to LIB.CONTAINERS
-
r505
(Move test-loader-name upto PackageDescription
) committed by cbcurl
- Move test-loader-name upto PackageDescription
Move test-loader-name upto PackageDescription
-
r504
(Added loader-name to TestPackage/TestPackageDescription
) committed by cbcurl
- Added loader-name to TestPackage/TestPackageDescription
Added loader-name to TestPackage/TestPackageDescription
-
issue 27
(Create meta-test for missing boilerplate) Labels changed by cbcurl
-
-
-
issue 20
(Define simple skin for zuzu project) Labels changed by cbcurl
-
-
-
18 issues changed by cbcurl
- Issues 2, 3, 4, 5, 7, 12, 17, 19, 21, 26, 29, 30, 35, 36, 37, 38, 40, 43
Issues 2, 3, 4, 5, 7, 12, 17, 19, 21, 26, 29, 30, 35, 36, 37, 38, 40, 43
-
issue 1
(Curl IDE editor interface for testing) Labels changed by cbcurl
-
|