Timeline
03/25/08:
- 14:59 Changeset [1407] by
- Added implementation of subtype checking for checking an ArgType? with only …
- 14:19 Changeset [1406] by
- Changing type environments for function definitions. Beginning to …
- 14:14 Changeset [1405] by
- List is the new CovariantCollection?, and I expect we will be much the …
- 11:50 InterpreterGuide edited by
- (diff)
- 11:31 WikiStart edited by
- (diff)
- 11:14 Changeset [1404] by
- Added more spec examples.
- 10:53 Changeset [1403] by
- Fixed Sukyoung's typecase bug (reference to member in …
- 04:53 Changeset [1402] by
- Fixed copyright notices.
03/24/08:
- 20:17 Changeset [1401] by
- Made Library/List.fss partially internally covariant: concatenation …
- 16:06 Changeset [1400] by
- Renamed ArrayList? to List.
- 12:17 Changeset [1399] by
- Removed some dead code / data that was referring to the old library story …
- 11:56 WikiStart edited by
- (diff)
- 10:46 Changeset [1398] by
- Last checkin caused test_library_native to be removed, exposing old …
- 10:35 Changeset [1397] by
- Massive library reorganization: * Most of …
- 09:25 Ticket #58 (Implement Map comprehensions) closed by
- fixed: Complete; see Map.fss for the implementation.
- 09:24 Ticket #35 (Map aggregate syntax not implemented) closed by
- fixed: This now works; see Map.fss in the libraries.
- 09:19 Ticket #66 (Time measurement) closed by
- worksforme: I suggest using the following function from FortressLibrary: …
- 09:14 Ticket #38 (Implement conditionals in generator lists) closed by
- fixed
- 04:53 Changeset [1396] by
- cleanup readsets
03/23/08:
- 15:41 Changeset [1395] by
- Added basic string description to type environments. Fixed bug with …
- 06:10 Changeset [1394] by
- Fixed copyright notices.
03/21/08:
- 17:39 FortressDocumentation edited by
- (diff)
- 16:01 FortressStartHere edited by
- (diff)
- 15:12 FortressFormalism edited by
- (diff)
- 15:11 FortressLibraries edited by
- (diff)
- 14:44 FortressQuestions edited by
- (diff)
- 13:23 Changeset [1393] by
- Tweaks to map api to use while loops for lookup. Replaced UnJustNothing? …
03/20/08:
- 22:32 FortressStartHere edited by
- Finished instructions for Solaris (diff)
- 22:28 FortressStartHere edited by
- (diff)
- 22:21 FortressStartHere edited by
- Added instructions for Solaris (Nevada b84) (diff)
- 19:30 Changeset [1392] by
- Added a spec example.
- 18:37 Changeset [1391] by
- Leak plugged.
- 16:42 Changeset [1390] by
- Clean up last checkin; it involved applying a whitespace-ignoring patch …
- 14:22 Changeset [1389] by
- Added Jan's changes to builtin libraries. Fixed type checking qualified …
- 13:22 Changeset [1388] by
- Added missing files. Doh.
- 13:21 Changeset [1387] by
- Added a couple more static tests. Added basic OrType? handler to …
- 12:54 Changeset [1386] by
- Added -test and -debug flags to new fortress command; also partial …
03/19/08:
- 06:39 Changeset [1385] by
- Changed thread.cancel to really kill spawned thread groups. Better …
03/18/08:
- 10:54 Changeset [1384] by
- Added Spans to contracts
03/17/08:
- 19:00 Changeset [1383] by
- Fixed the exceptions thrown from contract violations.
- 14:56 Changeset [1382] by
- 1. 'fortress filename.fss' is equivalent to 'fortress run filename.fss'. …
- 11:41 Changeset [1381] by
- 1. Jan's fix to evaluating at expressions. 2. Added more spec examples.
- 09:43 Changeset [1380] by
- Fixed copyright notices.
03/16/08:
- 16:59 Changeset [1379] by
- contracts
- 15:24 Changeset [1378] by
- Corrected minor mistake.
- 13:28 Changeset [1377] by
- Mainly cleaned up type checker code. Fixed some bugs that were preventing …
03/14/08:
- 14:08 Changeset [1376] by
- Fixed parsing true and false static arguments.
- 13:02 Changeset [1375] by
- Fixed toStrings of some values. Renamed fortress -> fortress-old. Renamed …
- 10:20 Changeset [1374] by
- Fixed sequential generator code for Set and Map (we recursed to the wrong …
03/13/08:
- 18:36 Changeset [1373] by
- Cleans up caching and inference variable renaming code in TypeAnalyzer?. …
- 15:05 Changeset [1372] by
- Parser error messages improved: 'Something expected' is replaced with …
- 14:38 Changeset [1371] by
- Removed Result and Error classes from FortressParser?.java
- 12:50 Changeset [1370] by
- Refactoring to prepare for trait-method overrride; fixed big with self …
- 10:59 Changeset [1369] by
- Fixed references to generic singleton Concat[\...\].
- 08:42 Changeset [1368] by
- Fixed the call sites of constructing pairs.
03/12/08:
- 11:55 Changeset [1367] by
- More generic singleton cleanup.
- 08:27 Changeset [1366] by
- Fixed copyright notices.
- 08:17 Changeset [1365] by
- Missed atomic.
- 07:47 Changeset [1364] by
- Added in some files to fix stupid mistake.
- 07:33 Changeset [1363] by
- SEQV now handles value objects correctly, traversing their fields when the …
03/11/08:
- 14:53 Changeset [1362] by
- Added object declarations to the top-level environment for static …
- 12:35 Changeset [1361] by
- Regions, locality, and at (). Right now we're running on multicore boxes …
- 09:43 Changeset [1360] by
- Fixes to exception handling, fixes to exception behavior of Map.
03/10/08:
- 20:48 Changeset [1359] by
- Added spec examples for map aggregates and map comprehensions. Fixed …
- 14:29 Changeset [1358] by
- Fixes to exception behavior of Set and Map. Map now supports disjoint …
- 13:22 Changeset [1357] by
- more renaming and tidying up code
- 12:05 Changeset [1356] by
- faster test
03/09/08:
- 14:31 Changeset [1355] by
- Fixed a bug in the disambiguator that was not inserting API/component …
- 13:09 Ticket #67 (Error msg) closed by
- fixed: The parser error message was improved by Revision 1354. I think what you …
- 13:04 Changeset [1354] by
- Improved parser error messages: White square bracket is not a valid static …
- 12:36 Changeset [1353] by
- Improved the parser error messages: 1) Tabulation is not allowed in …
03/08/08:
- 17:01 Changeset [1352] by
- Remvoed bogus import. Don't know why the nightlies passed with this in.
03/07/08:
- 15:52 Changeset [1351] by
- Make Nothing[\T\] into a generic singleton.
- 14:39 Changeset [1350] by
- List aggregates and comprehensions, Set partial ordering, Equality on both …
- 11:40 Changeset [1349] by
- Fixed infinite loop after touch of cached API source
- 10:15 Changeset [1348] by
- More renaming and refactorings in syntax abstractions
- 08:50 Changeset [1347] by
- Rename, refactor, and cleanups in syntax abstractions
- 06:37 Changeset [1346] by
- Changed the AST representation of map entries.
03/06/08:
- 14:56 Changeset [1345] by
- Implemented the map aggregate expressions syntax.
- 13:28 Changeset [1344] by
- Mid-stream checkin. Some stuff in readiness for a new native Boolean …
- 12:00 Changeset [1343] by
- Fixed infinite loop with explicit imports into FortressLibrary.fss
- 04:04 Changeset [1342] by
- Moved a not-working spec example out of testing.
03/05/08:
- 21:26 Changeset [1341] by
- Added comments to MakeInferenceSpecific?; repaired import-export bug
- 18:02 Changeset [1340] by
- Renamed file
- 12:57 Changeset [1339] by
- More contention manager tinkering
- 12:53 Changeset [1338] by
- Renamed the AtomicConflict? exception to TryAtomicFailure?.
- 04:17 Changeset [1337] by
- Fixed copyright notices.
03/04/08:
- 13:41 Changeset [1336] by
- Fixed trying to unwrapping a none option.
- 11:33 Changeset [1335] by
- initial import of fortress-mode.el
- 09:49 Changeset [1334] by
- Correct isValueType implementation for FTraitOrObjectOrGeneric, plus …
- 09:13 Changeset [1333] by
- Added names of fields and methods in FTypeObject.
- 07:35 Changeset [1332] by
- Renamed NativeThread? to Thread.
- 06:51 Changeset [1331] by
- Fixed copyright notices.
03/03/08:
- 17:24 Ticket #71 (Complete implementation of SEQUIV) created by
- Current implementation of SEQUIV is a bit of a crock. Complete the …
- 17:16 Changeset [1330] by
- Preliminary (unsatisfactory) implementation of SEQUIV, plus some …
- 17:11 Changeset [1329] by
- Another contention manager
- 13:38 Changeset [1328] by
- Changed generic-overloading semantics -- ambiguity is removed
03/01/08:
- 09:50 Changeset [1327] by
- Cleaning up some ugly tabs in my last commit.
02/29/08:
- 18:39 Changeset [1326] by
- Changed all TypeEnvs? to use SimpleName? as index, rather than Id. Now calls …
- 10:50 Changeset [1325] by
- top level abort function
- 09:27 Changeset [1324] by
- More chipping away at getters and setters.
- 04:38 Changeset [1323] by
- Fixed copyright notices.
02/28/08:
- 20:51 Changeset [1322] by
- Syntax abstraction bugfixes plus support for more AST nodes
- 18:15 Changeset [1321] by
- Fixed ordering of Comparisons (!), which were causing RangeTest? to fail …
02/27/08:
- 16:57 Changeset [1320] by
- Added (limited) support for override keyword
- 12:17 Changeset [1319] by
- Fix to bypass Java5 Solaris bug
02/26/08:
- 21:46 Changeset [1318] by
- 1. Added desugaring ArrayType? and MatrixType? into InstantiatedType?. 2. …
- 19:18 Changeset [1317] by
- Syntax abstraction, added support for import of multiple modules and …
- 15:55 Changeset [1316] by
- Added generic singleton objects, woo, hoo.
- 12:15 Ticket #70 (typecase) created by
- I am not sure how to differentiate ZZ32 and ZZ64 types. This code: a: …
- 10:48 Ticket #69 (RR32 type) created by
- I am getting " Missing type RR32" error. I am wondering if it is not SP …
02/25/08:
- 12:17 Changeset [1315] by
- Cleaning up properties somewhat; cleaned out one warning
- 07:44 Ticket #68 (compile problem) closed by
- fixed: Bizarrely, not a problem with ant/java 1.5 on a Mac, but Eclipse picked it …
- 07:40 Changeset [1314] by
- Removed bogus Override annotations
- 01:56 Ticket #68 (compile problem) created by
- hi, i tried to compile the current version of fortress with …
Note: See TracTimeline
for information about the timeline view.

