Timeline


and .

03/25/08:

14:59 Changeset [1407] by skilpat
Added implementation of subtype checking for checking an ArgType? with only …
14:19 Changeset [1406] by skilpat
Changing type environments for function definitions. Beginning to …
14:14 Changeset [1405] by jmaessen
List is the new CovariantCollection?, and I expect we will be much the …
11:50 InterpreterGuide edited by dr2chase
(diff)
11:31 WikiStart edited by dr2chase
(diff)
11:14 Changeset [1404] by sukyoungryu
Added more spec examples.
10:53 Changeset [1403] by dr2chase
Fixed Sukyoung's typecase bug (reference to member in …
04:53 Changeset [1402] by sukyoungryu
Fixed copyright notices.

03/24/08:

20:17 Changeset [1401] by jmaessen
Made Library/List.fss partially internally covariant: concatenation …
16:06 Changeset [1400] by jmaessen
Renamed ArrayList? to List.
12:17 Changeset [1399] by jmaessen
Removed some dead code / data that was referring to the old library story …
11:56 WikiStart edited by dr2chase
(diff)
10:46 Changeset [1398] by jmaessen
Last checkin caused test_library_native to be removed, exposing old …
10:35 Changeset [1397] by jmaessen
Massive library reorganization: * Most of …
09:25 Ticket #58 (Implement Map comprehensions) closed by jmaessen
fixed: Complete; see Map.fss for the implementation.
09:24 Ticket #35 (Map aggregate syntax not implemented) closed by jmaessen
fixed: This now works; see Map.fss in the libraries.
09:19 Ticket #66 (Time measurement) closed by jmaessen
worksforme: I suggest using the following function from FortressLibrary: …
09:14 Ticket #38 (Implement conditionals in generator lists) closed by jmaessen
fixed
04:53 Changeset [1396] by chf
cleanup readsets

03/23/08:

15:41 Changeset [1395] by skilpat
Added basic string description to type environments. Fixed bug with …
06:10 Changeset [1394] by sukyoungryu
Fixed copyright notices.

03/21/08:

17:39 FortressDocumentation edited by dr2chase
(diff)
16:01 FortressStartHere edited by dr2chase
(diff)
15:12 FortressFormalism edited by dr2chase
(diff)
15:11 FortressLibraries edited by dr2chase
(diff)
14:44 FortressQuestions edited by dr2chase
(diff)
13:23 Changeset [1393] by jmaessen
Tweaks to map api to use while loops for lookup. Replaced UnJustNothing?

03/20/08:

22:32 FortressStartHere edited by mritun
Finished instructions for Solaris (diff)
22:28 FortressStartHere edited by mritun
(diff)
22:21 FortressStartHere edited by mritun
Added instructions for Solaris (Nevada b84) (diff)
19:30 Changeset [1392] by sukyoungryu
Added a spec example.
18:37 Changeset [1391] by dr2chase
Leak plugged.
16:42 Changeset [1390] by jmaessen
Clean up last checkin; it involved applying a whitespace-ignoring patch …
14:22 Changeset [1389] by skilpat
Added Jan's changes to builtin libraries. Fixed type checking qualified …
13:22 Changeset [1388] by skilpat
Added missing files. Doh.
13:21 Changeset [1387] by skilpat
Added a couple more static tests. Added basic OrType? handler to …
12:54 Changeset [1386] by dr2chase
Added -test and -debug flags to new fortress command; also partial …

03/19/08:

06:39 Changeset [1385] by chf
Changed thread.cancel to really kill spawned thread groups. Better …

03/18/08:

10:54 Changeset [1384] by chf
Added Spans to contracts

03/17/08:

19:00 Changeset [1383] by sukyoungryu
Fixed the exceptions thrown from contract violations.
14:56 Changeset [1382] by sukyoungryu
1. 'fortress filename.fss' is equivalent to 'fortress run filename.fss'. …
11:41 Changeset [1381] by sukyoungryu
1. Jan's fix to evaluating at expressions. 2. Added more spec examples.
09:43 Changeset [1380] by sukyoungryu
Fixed copyright notices.

03/16/08:

16:59 Changeset [1379] by chf
contracts
15:24 Changeset [1378] by skilpat
Corrected minor mistake.
13:28 Changeset [1377] by skilpat
Mainly cleaned up type checker code. Fixed some bugs that were preventing …

03/14/08:

14:08 Changeset [1376] by sukyoungryu
Fixed parsing true and false static arguments.
13:02 Changeset [1375] by EricAllen
Fixed toStrings of some values. Renamed fortress -> fortress-old. Renamed …
10:20 Changeset [1374] by jmaessen
Fixed sequential generator code for Set and Map (we recursed to the wrong …

03/13/08:

18:36 Changeset [1373] by dlsmith
Cleans up caching and inference variable renaming code in TypeAnalyzer?. …
15:05 Changeset [1372] by sukyoungryu
Parser error messages improved: 'Something expected' is replaced with …
14:38 Changeset [1371] by jdn
Removed Result and Error classes from FortressParser?.java
12:50 Changeset [1370] by dr2chase
Refactoring to prepare for trait-method overrride; fixed big with self …
10:59 Changeset [1369] by jmaessen
Fixed references to generic singleton Concat[\...\].
08:42 Changeset [1368] by sukyoungryu
Fixed the call sites of constructing pairs.

03/12/08:

11:55 Changeset [1367] by jmaessen
More generic singleton cleanup.
08:27 Changeset [1366] by sukyoungryu
Fixed copyright notices.
08:17 Changeset [1365] by jmaessen
Missed atomic.
07:47 Changeset [1364] by skilpat
Added in some files to fix stupid mistake.
07:33 Changeset [1363] by jmaessen
SEQV now handles value objects correctly, traversing their fields when the …

03/11/08:

14:53 Changeset [1362] by skilpat
Added object declarations to the top-level environment for static …
12:35 Changeset [1361] by jmaessen
Regions, locality, and at (). Right now we're running on multicore boxes …
09:43 Changeset [1360] by jmaessen
Fixes to exception handling, fixes to exception behavior of Map.

03/10/08:

20:48 Changeset [1359] by sukyoungryu
Added spec examples for map aggregates and map comprehensions. Fixed …
14:29 Changeset [1358] by jmaessen
Fixes to exception behavior of Set and Map. Map now supports disjoint …
13:22 Changeset [1357] by jdn
more renaming and tidying up code
12:05 Changeset [1356] by chf
faster test

03/09/08:

14:31 Changeset [1355] by skilpat
Fixed a bug in the disambiguator that was not inserting API/component …
13:09 Ticket #67 (Error msg) closed by sukyoungryu
fixed: The parser error message was improved by Revision 1354. I think what you …
13:04 Changeset [1354] by sukyoungryu
Improved parser error messages: White square bracket is not a valid static …
12:36 Changeset [1353] by sukyoungryu
Improved the parser error messages: 1) Tabulation is not allowed in …

03/08/08:

17:01 Changeset [1352] by jmaessen
Remvoed bogus import. Don't know why the nightlies passed with this in.

03/07/08:

15:52 Changeset [1351] by jmaessen
Make Nothing[\T\] into a generic singleton.
14:39 Changeset [1350] by jmaessen
List aggregates and comprehensions, Set partial ordering, Equality on both …
11:40 Changeset [1349] by dr2chase
Fixed infinite loop after touch of cached API source
10:15 Changeset [1348] by jdn
More renaming and refactorings in syntax abstractions
08:50 Changeset [1347] by jdn
Rename, refactor, and cleanups in syntax abstractions
06:37 Changeset [1346] by sukyoungryu
Changed the AST representation of map entries.

03/06/08:

14:56 Changeset [1345] by sukyoungryu
Implemented the map aggregate expressions syntax.
13:28 Changeset [1344] by jmaessen
Mid-stream checkin. Some stuff in readiness for a new native Boolean …
12:00 Changeset [1343] by dr2chase
Fixed infinite loop with explicit imports into FortressLibrary.fss
04:04 Changeset [1342] by sukyoungryu
Moved a not-working spec example out of testing.

03/05/08:

21:26 Changeset [1341] by dr2chase
Added comments to MakeInferenceSpecific?; repaired import-export bug
18:02 Changeset [1340] by jdn
Renamed file
12:57 Changeset [1339] by chf
More contention manager tinkering
12:53 Changeset [1338] by sukyoungryu
Renamed the AtomicConflict? exception to TryAtomicFailure?.
04:17 Changeset [1337] by sukyoungryu
Fixed copyright notices.

03/04/08:

13:41 Changeset [1336] by sukyoungryu
Fixed trying to unwrapping a none option.
11:33 Changeset [1335] by hayamiz
initial import of fortress-mode.el
09:49 Changeset [1334] by jmaessen
Correct isValueType implementation for FTraitOrObjectOrGeneric, plus …
09:13 Changeset [1333] by sukyoungryu
Added names of fields and methods in FTypeObject.
07:35 Changeset [1332] by sukyoungryu
Renamed NativeThread? to Thread.
06:51 Changeset [1331] by sukyoungryu
Fixed copyright notices.

03/03/08:

17:24 Ticket #71 (Complete implementation of SEQUIV) created by jmaessen
Current implementation of SEQUIV is a bit of a crock. Complete the …
17:16 Changeset [1330] by jmaessen
Preliminary (unsatisfactory) implementation of SEQUIV, plus some …
17:11 Changeset [1329] by chf
Another contention manager
13:38 Changeset [1328] by dr2chase
Changed generic-overloading semantics -- ambiguity is removed

03/01/08:

09:50 Changeset [1327] by skilpat
Cleaning up some ugly tabs in my last commit.

02/29/08:

18:39 Changeset [1326] by skilpat
Changed all TypeEnvs? to use SimpleName? as index, rather than Id. Now calls …
10:50 Changeset [1325] by chf
top level abort function
09:27 Changeset [1324] by EricAllen
More chipping away at getters and setters.
04:38 Changeset [1323] by sukyoungryu
Fixed copyright notices.

02/28/08:

20:51 Changeset [1322] by jdn
Syntax abstraction bugfixes plus support for more AST nodes
18:15 Changeset [1321] by jmaessen
Fixed ordering of Comparisons (!), which were causing RangeTest? to fail …

02/27/08:

16:57 Changeset [1320] by dr2chase
Added (limited) support for override keyword
12:17 Changeset [1319] by jdn
Fix to bypass Java5 Solaris bug

02/26/08:

21:46 Changeset [1318] by sukyoungryu
1. Added desugaring ArrayType? and MatrixType? into InstantiatedType?. 2. …
19:18 Changeset [1317] by jdn
Syntax abstraction, added support for import of multiple modules and …
15:55 Changeset [1316] by dr2chase
Added generic singleton objects, woo, hoo.
12:15 Ticket #70 (typecase) created by sra
I am not sure how to differentiate ZZ32 and ZZ64 types. This code: a: …
10:48 Ticket #69 (RR32 type) created by sra
I am getting " Missing type RR32" error. I am wondering if it is not SP …

02/25/08:

12:17 Changeset [1315] by dr2chase
Cleaning up properties somewhat; cleaned out one warning
07:44 Ticket #68 (compile problem) closed by dr2chase
fixed: Bizarrely, not a problem with ant/java 1.5 on a Mac, but Eclipse picked it …
07:40 Changeset [1314] by dr2chase
Removed bogus Override annotations
01:56 Ticket #68 (compile problem) created by usc
hi, i tried to compile the current version of fortress with …
Note: See TracTimeline for information about the timeline view.