-
Notifications
You must be signed in to change notification settings - Fork 0
/
issues.html
221 lines (189 loc) · 8.65 KB
/
issues.html
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
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
<h1>65 issues</h1>
<table>
<tr style='text-align: left'>
<th>#</th>
<th>State</th>
<th>User</th>
<th>Title</th>
</tr>
<tr>
<td><a href='https://github.com/golang/go/issues/7872'>7872</a></td>
<td>open</td>
<td><a href='https://github.com/extemporalgenome'>extemporalgenome</a></td>
<td><a href='https://github.com/golang/go/issues/7872'>encoding/json: Encoder internally buffers full output</a></td>
</tr>
<tr>
<td><a href='https://github.com/golang/go/issues/5901'>5901</a></td>
<td>open</td>
<td><a href='https://github.com/rsc'>rsc</a></td>
<td><a href='https://github.com/golang/go/issues/5901'>encoding/json: allow per-Encoder/per-Decoder registration of marshal/unmarshal functions</a></td>
</tr>
<tr>
<td><a href='https://github.com/golang/go/issues/27735'>27735</a></td>
<td>open</td>
<td><a href='https://github.com/dsnet'>dsnet</a></td>
<td><a href='https://github.com/golang/go/issues/27735'>encoding/json: incorrect usage of sync.Pool</a></td>
</tr>
<tr>
<td><a href='https://github.com/golang/go/issues/33422'>33422</a></td>
<td>open</td>
<td><a href='https://github.com/rittneje'>rittneje</a></td>
<td><a href='https://github.com/golang/go/issues/33422'>encoding/json: marshaling RawMessage has poor performance</a></td>
</tr>
<tr>
<td><a href='https://github.com/golang/go/issues/27589'>27589</a></td>
<td>open</td>
<td><a href='https://github.com/pjebs'>pjebs</a></td>
<td><a href='https://github.com/golang/go/issues/27589'>proposal: encoding/json: "nonil" struct tag to marshal nil slices and maps as non-null</a></td>
</tr>
<tr>
<td><a href='https://github.com/golang/go/issues/35501'>35501</a></td>
<td>open</td>
<td><a href='https://github.com/ainar-g'>ainar-g</a></td>
<td><a href='https://github.com/golang/go/issues/35501'>encoding/json: tag `json:"-"` doesn't hide an embedded field</a></td>
</tr>
<tr>
<td><a href='https://github.com/golang/go/issues/14750'>14750</a></td>
<td>open</td>
<td><a href='https://github.com/cyberphone'>cyberphone</a></td>
<td><a href='https://github.com/golang/go/issues/14750'>encoding/json: parser ignores the case of member names</a></td>
</tr>
<tr>
<td><a href='https://github.com/golang/go/issues/5161'>5161</a></td>
<td>open</td>
<td><a href='https://github.com/orofarne'>orofarne</a></td>
<td><a href='https://github.com/golang/go/issues/5161'>encoding/json: use the Error method to marshal an error value?</a></td>
</tr>
<tr>
<td><a href='https://github.com/golang/go/issues/25153'>25153</a></td>
<td>open</td>
<td><a href='https://github.com/dominicbarnes'>dominicbarnes</a></td>
<td><a href='https://github.com/golang/go/issues/25153'>encoding/json: include property name for marshal errors</a></td>
</tr>
<tr>
<td><a href='https://github.com/golang/go/issues/8717'>8717</a></td>
<td>open</td>
<td><a href='https://github.com/dvyukov'>dvyukov</a></td>
<td><a href='https://github.com/golang/go/issues/8717'>cmd/compile: random performance fluctuations after unrelated changes</a></td>
</tr>
<tr>
<td><a href='https://github.com/golang/go/issues/11939'>11939</a></td>
<td>open</td>
<td><a href='https://github.com/joeshaw'>joeshaw</a></td>
<td><a href='https://github.com/golang/go/issues/11939'>proposal: encoding/json, encoding/xml: support zero values of structs with omitempty</a></td>
</tr>
<tr>
<td><a href='https://github.com/golang/go/issues/5819'>5819</a></td>
<td>open</td>
<td><a href='https://github.com/gopherbot'>gopherbot</a></td>
<td><a href='https://github.com/golang/go/issues/5819'>encoding/gob: encoder should ignore embedded structs with no exported fields</a></td>
</tr>
<tr>
<td><a href='https://github.com/golang/go/issues/28923'>28923</a></td>
<td>open</td>
<td><a href='https://github.com/mvdan'>mvdan</a></td>
<td><a href='https://github.com/golang/go/issues/28923'>encoding/json: speed up the decoding scanner</a></td>
</tr>
<tr>
<td><a href='https://github.com/golang/go/issues/32779'>32779</a></td>
<td>open</td>
<td><a href='https://github.com/rsc'>rsc</a></td>
<td><a href='https://github.com/golang/go/issues/32779'>encoding/json: memoize strings during decode</a></td>
</tr>
<tr>
<td><a href='https://github.com/golang/go/issues/21399'>21399</a></td>
<td>open</td>
<td><a href='https://github.com/halfcrazy'>halfcrazy</a></td>
<td><a href='https://github.com/golang/go/issues/21399'>encoding/xml: cannot marshal self-closing tag</a></td>
</tr>
<tr>
<td><a href='https://github.com/golang/go/issues/20206'>20206</a></td>
<td>open</td>
<td><a href='https://github.com/markdryan'>markdryan</a></td>
<td><a href='https://github.com/golang/go/issues/20206'>encoding/base64: encoding is slow</a></td>
</tr>
<tr>
<td><a href='https://github.com/golang/go/issues/37237'>37237</a></td>
<td>open</td>
<td><a href='https://github.com/myitcv'>myitcv</a></td>
<td><a href='https://github.com/golang/go/issues/37237'>x/tools/gopls: support advanced query syntax for Symbol</a></td>
</tr>
<tr>
<td><a href='https://github.com/golang/go/issues/49480'>49480</a></td>
<td>open</td>
<td><a href='https://github.com/quasilyte'>quasilyte</a></td>
<td><a href='https://github.com/golang/go/issues/49480'>cmd/compile,runtime: introduce growbyteslice?</a></td>
</tr>
<tr>
<td><a href='https://github.com/golang/go/issues/19636'>19636</a></td>
<td>open</td>
<td><a href='https://github.com/josselin-c'>josselin-c</a></td>
<td><a href='https://github.com/golang/go/issues/19636'>encoding/base64: decoding is slow</a></td>
</tr>
<tr>
<td><a href='https://github.com/golang/go/issues/48185'>48185</a></td>
<td>closed</td>
<td><a href='https://github.com/dsnet'>dsnet</a></td>
<td><a href='https://github.com/golang/go/issues/48185'>cmd/compile: internal compiler error instantiating generic type</a></td>
</tr>
<tr>
<td><a href='https://github.com/golang/go/issues/25426'>25426</a></td>
<td>open</td>
<td><a href='https://github.com/josharian'>josharian</a></td>
<td><a href='https://github.com/golang/go/issues/25426'>cmd/compile: revisit statement boundaries CL peformance and binary size impact</a></td>
</tr>
<tr>
<td><a href='https://github.com/golang/go/issues/38751'>38751</a></td>
<td>open</td>
<td><a href='https://github.com/dmitshur'>dmitshur</a></td>
<td><a href='https://github.com/golang/go/issues/38751'>x/playground: very large output is sometimes corrupted</a></td>
</tr>
<tr>
<td><a href='https://github.com/golang/go/issues/10769'>10769</a></td>
<td>closed</td>
<td><a href='https://github.com/bep'>bep</a></td>
<td><a href='https://github.com/golang/go/issues/10769'>encoding/json: detect circular data structures when encoding</a></td>
</tr>
<tr>
<td><a href='https://github.com/golang/go/issues/48016'>48016</a></td>
<td>closed</td>
<td><a href='https://github.com/dsnet'>dsnet</a></td>
<td><a href='https://github.com/golang/go/issues/48016'>cmd/compile: internal compiler error using type parameters</a></td>
</tr>
<tr>
<td><a href='https://github.com/golang/go/issues/40592'>40592</a></td>
<td>closed</td>
<td><a href='https://github.com/mdempsky'>mdempsky</a></td>
<td><a href='https://github.com/golang/go/issues/40592'>reflect: add func (Value) UnsafePointer() unsafe.Pointer</a></td>
</tr>
<tr>
<td><a href='https://github.com/golang/go/issues/37083'>37083</a></td>
<td>closed</td>
<td><a href='https://github.com/jpninanjohn'>jpninanjohn</a></td>
<td><a href='https://github.com/golang/go/issues/37083'>encoding/json: Encoder adds new line at the end of response which is different from how Marshal works </a></td>
</tr>
<tr>
<td><a href='https://github.com/golang/go/issues/4146'>4146</a></td>
<td>open</td>
<td><a href='https://github.com/bradfitz'>bradfitz</a></td>
<td><a href='https://github.com/golang/go/issues/4146'>reflect: MakeInterface</a></td>
</tr>
<tr>
<td><a href='https://github.com/golang/go/pull/35320'>35320</a></td>
<td>closed</td>
<td><a href='https://github.com/qingyu31'>qingyu31</a></td>
<td><a href='https://github.com/golang/go/pull/35320'>encoding/json: prevent compact twice to improve precomputed performance.</a></td>
</tr>
<tr>
<td><a href='https://github.com/golang/go/issues/34235'>34235</a></td>
<td>closed</td>
<td><a href='https://github.com/wI2L'>wI2L</a></td>
<td><a href='https://github.com/golang/go/issues/34235'>encoding/json: marshaling a zero value encoding.TextMarshaler interface struct field panics</a></td>
</tr>
<tr>
<td><a href='https://github.com/golang/go/issues/33675'>33675</a></td>
<td>closed</td>
<td><a href='https://github.com/wI2L'>wI2L</a></td>
<td><a href='https://github.com/golang/go/issues/33675'>encoding/json: panic for nil map key types implementing TextMarshaler</a></td>
</tr>
</table>