Timeline


and .

01/19/08:

06:51 Changeset [1179] by sukyoungryu
Fixed a copyright notice.
06:40 Changeset [1178] by sukyoungryu
Fixed broken files.

01/18/08:

20:30 Changeset [1177] by jdn
ups one more file :)
20:29 Changeset [1176] by jdn
More syntax abstraction stuff
15:09 Changeset [1175] by EricAllen
Added more cases to the type checker. Added supporting facilities in …
11:33 Ticket #58 (Implement Map comprehensions) created by jmaessen
We're all ready to go; see …
11:30 Ticket #57 (Update ProjectStatus) created by jmaessen
The ProjectStatus page (and probably also the README) are terribly out of …
11:08 Changeset [1174] by chf
Copyright updates

01/17/08:

14:54 Changeset [1173] by dlsmith
Renamed Types to TypeAnalyzer?; improved integration with type checker
12:06 Changeset [1172] by jdn
Syntax abstractions now ignores components which do not import apis with …
11:34 Ticket #41 (Make exponentiation intuitive) closed by sukyoungryu
fixed
11:31 Changeset [1171] by sukyoungryu
1. It is a static error if a function argument is immediately followed by …
09:40 Changeset [1170] by sukyoungryu
1. It is a static error if an exponentiation is immediately followed by a …
08:49 Changeset [1169] by sukyoungryu
232 is now rejected as a static error.
07:53 Changeset [1168] by chf
Updated Copyright Notices

01/16/08:

23:57 Ticket #56 (Explicitly specify java interpreter in trunk/bin/fortress) created by apthorpe
The trunk/bin/fortress script relies on the java interpreter found from …
14:58 Changeset [1167] by dr2chase
Fixed cache to be smarter about error messages and relative path names
08:25 Changeset [1166] by dr2chase
Added precise transitive batch caching FortressRepository?; used in unit …

01/15/08:

08:00 Changeset [1165] by jdn
Disambiguation of syntax abstractions

01/14/08:

22:03 Changeset [1164] by sukyoungryu
Implemented the revised tight juxtaposition rules and the revised syntax …

01/13/08:

17:16 Changeset [1163] by jmaessen
Removed spurious asArray() method.
17:14 Changeset [1162] by jmaessen
Copied "Depracated" comment across from List.fss. I'd like to make this …

01/11/08:

15:35 Changeset [1161] by dlsmith
Added initial subtyping/type inference code. A few modifications to the …
13:28 Changeset [1160] by dr2chase
Replaced Path with String so fss will work

01/10/08:

21:07 Changeset [1159] by sukyoungryu
Preparing for the revised tight juxtaposition rules
10:42 Changeset [1158] by sukyoungryu
Towards the revised tight juxtaposition rules.

01/08/08:

15:31 Changeset [1157] by EricAllen
Added more cases to the type checker. Added a Types class to hold static …

01/07/08:

18:10 Changeset [1156] by sukyoungryu
More example files in the spec.
14:02 Changeset [1155] by EricAllen
Added another type environment variant for handling declared function …
13:03 Changeset [1154] by sukyoungryu
Added the nolib attribute to the FortressTask?.
12:06 Changeset [1153] by sukyoungryu
Added library examples in the spec.
11:43 Ticket #55 ("fortress" executable script uses "egrep -q", unavailable on some ...) closed by dr2chase
fixed: Replace with "egrep CYGWIN > /dev/null"
11:33 Changeset [1152] by chf
Small hack to work around a bug for now
11:17 Changeset [1151] by dr2chase
Fixed scripts for Solaris; fixed -nolib option of interpreter; add …
10:39 Changeset [1150] by chf
Improved Test

01/05/08:

09:13 Changeset [1149] by dr2chase
Intepreter now runs from caching fortress repository; file names and …

01/04/08:

22:31 Changeset [1148] by sukyoungryu
Made the file names match the component names.
17:26 Changeset [1147] by sukyoungryu
Fixed parsing parallel blocks.
11:51 Ticket #55 ("fortress" executable script uses "egrep -q", unavailable on some ...) created by GuySteele
$FORTRESS_HOME/bin/fortress (a bash script) contains a line if (uname …

01/03/08:

20:11 Changeset [1146] by sukyoungryu
Library examples in the spec.
12:46 Changeset [1145] by chf
Small change to transactional semantics
10:16 Changeset [1144] by dr2chase
Further static-interpreter integration
07:31 Changeset [1143] by dr2chase
This patch might fix the circular dependence bug in demos/Lambda on a …

01/02/08:

21:00 Changeset [1142] by sukyoungryu
New syntax for enclosing operators
12:26 Changeset [1141] by dr2chase
Modified interpreter to use FortressRepository? as source of trees
11:16 Changeset [1140] by sukyoungryu
ProjectFortress?/not_passing_yet/examples.fss is replaced by …

12/30/07:

09:37 Changeset [1139] by dr2chase
More reorg in prep for interpreter run by compiler -- cleaned up property …

12/27/07:

20:50 Changeset [1138] by sukyoungryu
Deleted an unused production.
09:15 Changeset [1137] by sukyoungryu
Minor clean up
07:48 FortressLanguageSpecificationErrata edited by sukyoungryu
(diff)

12/26/07:

09:21 Ticket #54 (Install fails to work) created by Russel
I followed the instructions on the website to load and install Fortress -- …
08:46 Changeset [1136] by sukyoungryu
Minor clean up

12/23/07:

06:51 Changeset [1135] by sukyoungryu
Cleaned up syntax of delimited expressions and headers.

12/22/07:

13:25 Changeset [1134] by sukyoungryu
WhereClause? is a pair of WhereBinding? lists and WhereConstraint? lists.

12/21/07:

16:34 Changeset [1133] by EricAllen
Added type environments for overloaded functions.

12/20/07:

20:22 Changeset [1132] by sukyoungryu
1. Eliminated the Aggregate node. 2. No enclosing operator parameters for …
13:50 Changeset [1131] by sukyoungryu
Replaced FixedDim? with Indices.
11:10 Changeset [1130] by sukyoungryu
1. Renamed Generator as GeneratorClause?. 2. Require the first item of a …
08:24 Changeset [1129] by chf
Check build results for all tests
07:23 Ticket #53 (Uses of big operators sometimes parse as OprExprs) closed by sukyoungryu
fixed
07:21 Changeset [1128] by sukyoungryu
Fixed a bug: reduction expressions were parsed as operator applications.
04:37 Changeset [1127] by sukyoungryu
Merged Op and Opr, and Enclosing, Bracketing, and SubscriptOp?.
Note: See TracTimeline for information about the timeline view.