- Timestamp:
- 10/17/06 08:27:14 (2 years ago)
- svk:copy_cache_prev:
- 21206
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
ChangeLog
r14385 r14386 11 11 12 12 * Support for compiling with GHC 6.6 13 ** GHC 6.4.1+ is still supported, but will discontinue in t e next release13 ** GHC 6.4.1+ is still supported, but will discontinue in the next release 14 14 15 15 == Feature Changes … … 41 41 42 42 * Argument interpolation via prefix `|` and `|<<` 43 * Binding to qualified uninitiali zed symbols: `&fully::qualify := sub {...}`43 * Binding to qualified uninitialised symbols: `&fully::qualify := sub {...}` 44 44 * Hyperised reduce operators: `[>>+<<]` and `[\>>+<<]` 45 45 * Mid-block redeclaration no longer allowed: `my $x; { $x = 1; my $x = 2 }` … … 66 66 * Support for the `each` list interleaver: `for each(@a; @b) -> $x, $y {...}` 67 67 * The `for` loop no longer double-flattens lists: `for %h.pairs -> $p {...}` 68 * User-defined topicali zers: `if EXPR -> $x {...}`, `given EXPR -> $x {...}`68 * User-defined topicalisers: `if EXPR -> $x {...}`, `given EXPR -> $x {...}` 69 69 * `&last` and `&redo` now work in `repeat {...}` and `loop {...}` blocks 70 70 * `&take` no longer flattens array literals: `take [1,2,3];` … … 98 98 * Attribute-like method call syntax: `@.method(1)`, `$.method: 2, 3, 4` 99 99 * Compile-time self-mixin no longer allowed: `role A does A` 100 * Default expression for attributes: `class C { has $.x = 123 }`100 * Default initialiser expression for attributes: `class C { has $.x = 123 }` 101 101 * Dynamic method calls: `$obj.$meth` 102 102 * Hyperised method calls: `$obj.>>meth` … … 168 168 === [util/smartlinks.pl] 169 169 170 * A new visuali zer of smartlinks used in the test suite170 * A new visualiser of smartlinks used in the test suite 171 171 * Generates much nicer cross-referenced HTML pages 172 172 * Replaced the old [util/catalog_tests.pl]
