-
Notifications
You must be signed in to change notification settings - Fork 34
/
CHANGES
62 lines (33 loc) · 919 Bytes
/
CHANGES
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
Pike 9.1: Changes since Pike 9.0
----------------------------------------------------------------------
New language features
---------------------
o Syntax for default values in multi-assignment.
It is now possible to specify default values in multi-
assignment.
[int a, int b = 4] = ({ 1 });
or
[int a, int b = 4] = ({ 1, UNDEFINED });
o Syntax for using multi-assign in function calls.
*CAVEAT* Broken in combination with default values (Issue #10169).
Bug fixes
---------
o Compiler
o Runtime
o Operator functions
Incompatible changes
--------------------
New modules and functions
-------------------------
New features
------------
Deprecated symbols and modules
------------------------------
Removed features and modules
----------------------------
C-level API changes
-------------------
Documentation
-------------
Building and installing
-----------------------