Timeline



06/18/10:

23:58 Ticket #227 (Parser error when declaring a pointer and assigning it memory with ...) closed by Stephen Siegel
invalid: This is not grammatically correct in MiniMP. "p=malloc(e)" is a …
23:54 Ticket #223 (Parser error with pointer manipulation in .mmp file) closed by Stephen Siegel
invalid: Problem is the declaration is not at the top of the function body. …
23:30 Ticket #222 (Infinite loop with pointer usage in .mmp file) closed by Stephen Siegel
fixed: Fixed defect in AST's Type mechanism. Equals method was not prepared …
14:23 Ticket #212 (move auto tests to anton) closed by zirkel
fixed
14:03 Ticket #227 (Parser error when declaring a pointer and assigning it memory with ...) created by dfix
Separating these two operations (declaring the pointer and using …
11:06 Ticket #226 (heap canonicalization does not report leaks) created by Stephen Siegel
Leaks are discovered as unreachable parts of heap, but are not …

06/17/10:

11:29 Ticket #158 (implement garbage collection) closed by Stephen Siegel
fixed: Implemented with heap canonicalization, in ModelEnvironment. There …

06/15/10:

18:56 Ticket #225 (EvaluatedFunction not used) created by Stephen Siegel
There is an interface EvaluatedFunctionIF and class EvaluatedFunction
16:10 Ticket #224 (Free fails when used on a struct pointer.) closed by Stephen Siegel
invalid: "free" is only applicable to objects allocated by an earlier call to …
16:02 Ticket #224 (Free fails when used on a struct pointer.) created by dfix
This works in C, but it's being seen here as an invalid pointer. It …
15:32 Ticket #223 (Parser error with pointer manipulation in .mmp file) created by dfix
Line 14 gives a parser error, shown below. This same code executes in …
15:28 Ticket #222 (Infinite loop with pointer usage in .mmp file) created by dfix
The line Node *p0 = &a0; causes an infinite loop. […] …
12:38 Ticket #221 (Cannot declare multiple variables on one line in .mmp) created by dfix
It seems that the parser can't handle the declaration of multiple …
12:33 Ticket #220 (No null constant value) created by dfix
We don't have a representation for null.
12:26 Ticket #219 (Cannot use -> on left hand of assignment in .mmp files) created by dfix
Something like: Node a; Node* p = &a; p->field = ...; will result in …

06/14/10:

14:01 Ticket #218 (Failure in GradeCount loop test) created by Stephen Siegel
I added a JUnit test for GradeCount. The loop technique is supposed …
12:20 Ticket #217 (Add constants to model) created by zirkel
If we just use shared variables, they get added to the state. This …

06/12/10:

09:08 Ticket #201 (source release) closed by zirkel
fixed: Nope.

06/11/10:

16:35 Ticket #214 (Simplifier: x=y && y=2 does not simplify correctly on x) closed by Stephen Siegel
fixed: Done. Gaussian Elimination implemented and test passes.

06/10/10:

17:57 Ticket #216 (Simplifier: improper simplification when simplifying on an implication) closed by Stephen Siegel
fixed: Fixed: enhanced Simplifier by adding method "extractRemainingFacts" to …
14:55 Ticket #216 (Simplifier: improper simplification when simplifying on an implication) created by dfix
I created a simplifier with the assumptions p1 and ~p2 and simplified …
14:20 Ticket #215 (Discrepency when simplifying using reals vs integers) closed by Stephen Siegel
fixed: Fixed: problem was almost nothing was being done to simplify …
12:39 Ticket #215 (Discrepency when simplifying using reals vs integers) created by dfix
Creating a simplifier with the assumption integer x=1 and then …
12:28 Ticket #214 (Simplifier: x=y && y=2 does not simplify correctly on x) created by dfix
Creating a simplifier with the assumptions x=y and y=1, and then …
11:30 WikiStart edited by bperry
(diff)
11:22 C Interface edited by Stephen Siegel
(diff)
11:21 C Interface edited by Stephen Siegel
(diff)

06/09/10:

19:16 Libraries edited by Stephen Siegel
(diff)
12:41 Libraries edited by zirkel
(diff)
12:02 Libraries edited by Stephen Siegel
(diff)
11:59 Libraries edited by Stephen Siegel
(diff)
11:44 Libraries edited by Stephen Siegel
(diff)
00:38 C to tass-AST xml created by bperry

06/08/10:

11:36 Ticket #210 (Try to build solaris version of CVC3, etc.) closed by Stephen Siegel
wontfix: Subsumed by Ticket 212.
09:36 Ticket #213 (Add array and record literals to frontend) closed by zirkel
invalid: You are correct. I was confused because I thought we should be able …
01:29 Ticket #213 (Add array and record literals to frontend) created by zirkel
Support for these literals exists at the lower levels, but is not in …
01:16 Libraries edited by zirkel
(diff)

06/07/10:

23:57 Ticket #198 (PointerTest: record test has infinite recursion) closed by Stephen Siegel
fixed: Solved, with some significant modifications to the value type system, …

06/04/10:

14:18 WikiStart edited by zirkel
(diff)
12:46 Libraries edited by Stephen Siegel
(diff)
12:39 Things To Do edited by Stephen Siegel
(diff)
12:38 Libraries edited by Stephen Siegel
(diff)
12:36 Libraries edited by Stephen Siegel
(diff)
12:34 Libraries created by Stephen Siegel
12:25 Things To Do edited by Stephen Siegel
(diff)
12:22 Things To Do edited by Stephen Siegel
(diff)
12:17 Things To Do edited by Stephen Siegel
(diff)
12:09 C Interface edited by Stephen Siegel
(diff)
12:01 C Interface edited by Stephen Siegel
(diff)
11:58 C Interface edited by Stephen Siegel
(diff)
10:57 Things To Do edited by zirkel
(diff)
08:21 Ticket #212 (move auto tests to anton) created by Stephen Siegel
The auto tests are currently run on ludwig. These should be moved to …

06/03/10:

09:10 Things To Do edited by zirkel
(diff)
09:04 Ticket #205 (Extend evaluateLiteral in Evaluator to support records, arrays, and ...) closed by zirkel
fixed: Done.

06/02/10:

10:32 C Interface edited by bperry
(diff)
09:59 Things To Do edited by zirkel
(diff)

05/27/10:

21:07 Ticket #211 (don't check for deadlocked states when not necessary) created by Stephen Siegel
No need to check for deadlock at a statement that can't block, like an …

05/24/10:

16:01 Ticket #209 (Add support for APPLY operation in CVC3TheoremProver) closed by ywei
fixed: Operation support added in CVC3 theorem prover class.
13:13 Ticket #207 (Add support for APPLY to CVC3TheoremProver) closed by ywei
fixed: There is a duplicated ticket for this issue assigned to me and I will …
13:11 Ticket #204 (Allow array type variables to have initialization) closed by ywei
fixed: Changes made. Variables of all types are allowed to have …
13:11 Ticket #203 (Add support for record and array literal expressions to the front-end) closed by ywei
fixed: Features added. Front-end supports array and struct type …
09:54 Things To Do edited by zirkel
(diff)

05/21/10:

12:15 Things To Do edited by Stephen Siegel
(diff)
12:14 Things To Do edited by Stephen Siegel
(diff)
12:11 Things To Do edited by zirkel
(diff)
11:45 Things To Do edited by Stephen Siegel
(diff)
11:29 Ticket #210 (Try to build solaris version of CVC3, etc.) created by zirkel
We'd like to build on the webserver. Otherwise maybe we can switch it …
11:23 Ticket #209 (Add support for APPLY operation in CVC3TheoremProver) created by ywei
Add support for APPLY operation in CVC3TheoremProver.java. The …
11:22 Ticket #208 (Separate pragma parsing out of language parser and put it into model ...) created by ywei
The "#pragma" representation need to be separated from the language …
11:19 Ticket #207 (Add support for APPLY to CVC3TheoremProver) created by zirkel
Note: See TracTimeline for information about the timeline view.