]> Cypherpunks.ru repositories - gostls13.git/blob - doc/go1.22.html
spec: fix unification rule for inexact interface unification
[gostls13.git] / doc / go1.22.html
1 <!--{
2         "Title": "Go 1.22 Release Notes",
3         "Path":  "/doc/go1.22"
4 }-->
5
6 <!--
7 NOTE: In this document and others in this directory, the convention is to
8 set fixed-width phrases with non-fixed-width spaces, as in
9 <code>hello</code> <code>world</code>.
10 Do not send CLs removing the interior tags from such phrases.
11 -->
12
13 <style>
14   main ul li { margin: 0.5em 0; }
15 </style>
16
17 <h2 id="introduction">DRAFT RELEASE NOTES — Introduction to Go 1.22</h2>
18
19 <p>
20   <strong>
21     Go 1.22 is not yet released. These are work-in-progress
22     release notes. Go 1.22 is expected to be released in February 2024.
23   </strong>
24 </p>
25
26 <h2 id="language">Changes to the language</h2>
27
28 <p>
29   TODO: complete this section
30 </p>
31
32 <h2 id="tools">Tools</h2>
33
34 <h3 id="go-command">Go command</h3>
35
36 <p>
37   TODO: complete this section, or delete if not needed
38 </p>
39
40 <h2 id="runtime">Runtime</h2>
41
42 <p>
43   TODO: complete this section, or delete if not needed
44 </p>
45
46 <h2 id="compiler">Compiler</h2>
47
48 <p>
49   TODO: complete this section, or delete if not needed
50 </p>
51
52 <h2 id="linker">Linker</h2>
53
54 <p>
55   TODO: complete this section, or delete if not needed
56 </p>
57
58 <h2 id="library">Core library</h2>
59
60 <h3 id="minor_library_changes">Minor changes to the library</h3>
61
62 <p>
63   As always, there are various minor changes and updates to the library,
64   made with the Go 1 <a href="/doc/go1compat">promise of compatibility</a>
65   in mind.
66   There are also various performance improvements, not enumerated here.
67 </p>
68
69 <p>
70   TODO: complete this section
71 </p>
72
73 <dl id="database/sql"><dt><a href="/pkg/database/sql/">database/sql</a></dt>
74   <dd>
75     <p><!-- https://go.dev/issue/60370, CL 501700 -->
76       The new <a href="/pkg/database/sql/#Null"><code>Null[T]</code></a> type
77       provide a way to scan nullable columns for any column types.
78     </p>
79   </dd>
80 </dl>
81
82 <h2 id="ports">Ports</h2>
83
84 <p>
85   TODO: complete this section, or delete if not needed
86 </p>
87