Timeline
08/28/08: Today
- 15:11 Changeset [1607] by
-
Code cleanup.
- 07:55 Changeset [1606] by
-
Code cleanup. Retire BoxMember?.box in favor of the more explicitly named ...
- 07:42 Changeset [1605] by
-
Code cleanup.
- 07:34 Changeset [1604] by
-
New snapshot.
- 07:30 Changeset [1603] by
-
Fix a bug in extended initializers regarding passing nil where a strongly ...
- 07:21 Changeset [1602] by
-
New snapshot.
- 07:10 Changeset [1601] by
-
Fix a bug in extended initializer calls that contain 'nil'. The real bug ...
- 06:54 Changeset [1600] by
-
New snapshot.
- 06:47 Changeset [1599] by
-
Re: extended initializers, eliminate nil arg checks in the generated ...
- 06:40 Changeset [1598] by
-
Fix a bug in extended initializers. Also, make the helper methods for them ...
- 05:25 Changeset [1597] by
-
The default type for vars, properties and method arguments is now ...
- 05:23 Changeset [1596] by
-
Test that the default type for vars, properties and method arguments is ...
- 04:41 Changeset [1595] by
-
New snapshot.
- 04:32 Changeset [1594] by
-
Another bug fix related to partial classes.
- 04:18 Ticket #40 (Bug in partial classes and overloaded method handling) closed by
- fixed: changeset:1593
- 04:17 Changeset [1593] by
-
Fix a bug re: overloaded methods existing in both partial ...
- 04:09 Changeset [1592] by
-
Add batch files for make-trial and comp-trial. The unix scripts already ...
- 04:00 Changeset [1591] by
-
Added support for "extended initializers" which allow you to set ...
08/26/08:
- 07:37 Ticket #40 (Bug in partial classes and overloaded method handling) created by
- Theres a new or just uncovered bug related to partial classes and …
08/25/08:
- 11:25 Ticket #39 (Infer types for method references) created by
- Types for method references are not inferred. For example:[…]
08/21/08:
- 00:40 Ticket #38 (Support multiple arg assignment) created by
- (also called tuple unpacking and arg unbinding) Allow assignment to …
08/20/08:
- 14:01 Changeset [1590] by
-
Code cleanup. New SharpGenerator?.cobra with partial classes for C# code ...
- 12:43 Ticket #31 (Implicit Line Continuation in unclosed parens) closed by
- fixed: changeset:1589
- 12:42 Changeset [1589] by
-
Added support for implicit line continuation for items in ...
08/19/08:
- 07:01 VisitorPattern created by
- 06:57 AdditionalDoc edited by
- (diff)
- 06:52 Changeset [1588] by
-
Code cleanup.
- 06:48 Changeset [1587] by
-
New snapshot.
- 06:38 Changeset [1586] by
-
Enable ensure for extension methods (which are new since the last ...
- 06:14 Changeset [1585] by
-
Fixed: Putting a comment after a doc string, but before a test section ...
- 05:43 Changeset [1584] by
-
Code cleanup.
08/18/08:
- 12:28 Changeset [1583] by
-
Code cleanup.
- 11:40 Changeset [1582] by
-
Fix a bug in partial class support.
- 08:40 Changeset [1581] by
-
Fixed: Some bitwise operations with integer literals of 16 or 8 bits ...
08/14/08:
- 07:48 Changeset [1580] by
-
New snapshot.
- 07:43 Ticket #37 (Suppress warnings) closed by
- fixed: Done. changeset:1578
- 07:36 Changeset [1579] by
-
Code cleanup/fix: Make comment-directive checking take place on lines with ...
- 07:29 Changeset [1578] by
-
Fix a problem with comment directives regarding commented out ...
- 06:57 Changeset [1577] by
-
* Fixed: Using ref on a variable that experienced an error causes an ...
08/13/08:
- 20:17 Changeset [1576] by
-
Fixed: Cannot use the branch statement if the expression has a dynamic ...
- 19:37 Changeset [1575] by
-
Fix a bug in the raise statement regarding overloaded init and default ...
- 08:25 Ticket #37 (Suppress warnings) reopened by
- The regex is a little too liberal with leading whitespace. commented out …
- 04:20 Classes edited by
- (diff)
- 03:59 AccessModifiers edited by
- (diff)
- 03:56 Classes edited by
- (diff)
08/12/08:
- 23:49 Ticket #37 (Suppress warnings) closed by
- fixed: Done. The directive is: # .no-warnings. The space between # and …
- 23:47 Ticket #36 (small Tokenizer cleanup patch) closed by
- fixed: Done. The directive is: […] The space …
- 23:46 Changeset [1574] by
-
New .no-warnings. compiler directive to suppress all warnings on a given ...
- 21:14 Ticket #10 (Add partial classes) closed by
- fixed
- 21:13 Changeset [1573] by
-
Added partial classes. ticket:10
08/11/08:
- 06:44 Changeset [1572] by
-
Added support for /# inline #/ comments.
08/08/08:
- 11:13 Ticket #37 (Suppress warnings) created by
- First cut at warning suppression - ad hoc suppression on individual …
- 07:52 Ticket #36 (small Tokenizer cleanup patch) created by
- Heres a patch to Tokenizer.cobra to add some commented timing …
- 03:08 Ticket #35 (compiler Directives for target(type) and reference) created by
- heres a patch for supporting the current commandline -target and …
08/06/08:
- 23:16 Ticket #20 (Allow commenting out of arbitrary code blocks) closed by
- fixed: Applied. I also added support for nested block comments. In the …
- 23:14 Changeset [1571] by
-
Support nested block comments.
- 21:46 Changeset [1570] by
-
Added block comments /# ... #/ They don't nest yet. They can't be used ...
- 02:24 Ticket #21 (Support specification of number Type from within Cobra source files) closed by
- fixed: I changed test lines like:[…]
- 02:23 Changeset [1569] by
-
Added support for a Cobra compiler directive to specify the type for ...
08/02/08:
- 02:44 Ticket #34 (Compile error with both isnames and assignment on class var) created by
- lines of this form cause a compile error […]
08/01/08:
- 21:32 Ticket #33 (Cobra doesn't support .NET Attributes) created by
- Apparently, attributes are a feature of .NET similar to interfaces, but …
07/31/08:
- 21:33 Changeset [1568] by
-
Update RaiseStmt? doc string.
- 21:32 Changeset [1567] by
-
Re-enable test for "raise SomeException?()" error.
- 21:19 Changeset [1566] by
-
Added support for omitting "this" and/or EventArgs?() in a "raise" ...
- 19:39 Changeset [1565] by
-
Added more notes on C# code gen.
- 05:41 Changeset [1564] by
-
Added new all and any unary operators that take something enumerable ...
07/30/08:
- 23:33 SpecialThanks created by
- 23:27 WikiStart edited by
- (diff)
- 22:41 Changeset [1563] by
-
Added some notes about coding conventions.
- 21:42 Changeset [1562] by
-
Improvements to event declarations and raise statement per hopscc. Add ...
- 02:44 Changeset [1561] by
-
Disable a test for now.
- 02:34 Changeset [1560] by
-
Added support for declaring and raising events.
