pike.git/
CHANGES
Branch:
Tag:
Non-build tags
All tags
No tags
2017-02-24
2017-02-24 13:54:14 by Henrik Grubbström (Grubba) <grubba@grubba.org>
058aa4fde08b7ccc54bc2546d2b4790de5d288af (
7
lines) (+
7
/-
0
)
[
Show
|
Annotate
]
Branch:
8.1
CHANGES: Added note about changes to class definitions.
64:
(and not expressions). This means that there is no longer any need to terminate them with a semicolon.
+
o Anonymous class definitions are now always expressions.
+
+
o Function local class definitions are now statements
+
(and not expressions). This means that there is no longer
+
any need to terminate them with a semicolon.
+
o Complain about shadowed variant functions. o Machine code support for more architectures.