-
Notifications
You must be signed in to change notification settings - Fork 1.7k
Commit a2d7bb4
[messages] Move TransformSetErrorCodes into a new yaml file in package:analysis_server.
Since these error codes are generated into the analysis server, it
makes sense for their yaml source to be located inside the server too.
This paves the way for a CL that will remove information about the
particular diagnostic classes from the code generation logic; once
that happens the only way for the code generation to know where to put
the generated error codes will be to look at where their yaml source
is defined.
Change-Id: I6a6a6964418eb42bdabd129a1a19848a1fc22ebb
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/461982
Reviewed-by: Brian Wilkerson <brianwilkerson@google.com>
Reviewed-by: Konstantin Shcheglov <scheglov@google.com>
Commit-Queue: Paul Berry <paulberry@google.com>1 parent 1d326c0 commit a2d7bb4
File tree
5 files changed
+142
-117
lines changed- pkg
- analysis_server
- analyzer_utilities/lib
- analyzer
- test
5 files changed
+142
-117
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
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 | + | ||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
23302 | 23302 | | |
23303 | 23303 | | |
23304 | 23304 | | |
23305 | - | ||
23306 | - | ||
23307 | - | ||
23308 | - | ||
23309 | - | ||
23310 | - | ||
23311 | - | ||
23312 | - | ||
23313 | - | ||
23314 | - | ||
23315 | - | ||
23316 | - | ||
23317 | - | ||
23318 | - | ||
23319 | - | ||
23320 | - | ||
23321 | - | ||
23322 | - | ||
23323 | - | ||
23324 | - | ||
23325 | - | ||
23326 | - | ||
23327 | - | ||
23328 | - | ||
23329 | - | ||
23330 | - | ||
23331 | - | ||
23332 | - | ||
23333 | - | ||
23334 | - | ||
23335 | - | ||
23336 | - | ||
23337 | - | ||
23338 | - | ||
23339 | - | ||
23340 | - | ||
23341 | - | ||
23342 | - | ||
23343 | - | ||
23344 | - | ||
23345 | - | ||
23346 | - | ||
23347 | - | ||
23348 | - | ||
23349 | - | ||
23350 | - | ||
23351 | - | ||
23352 | - | ||
23353 | - | ||
23354 | - | ||
23355 | - | ||
23356 | - | ||
23357 | - | ||
23358 | - | ||
23359 | - | ||
23360 | - | ||
23361 | - | ||
23362 | - | ||
23363 | - | ||
23364 | - | ||
23365 | - | ||
23366 | - | ||
23367 | - | ||
23368 | - | ||
23369 | - | ||
23370 | - | ||
23371 | - | ||
23372 | - | ||
23373 | - | ||
23374 | - | ||
23375 | - | ||
23376 | - | ||
23377 | - | ||
23378 | - | ||
23379 | - | ||
23380 | - | ||
23381 | - | ||
23382 | - | ||
23383 | - | ||
23384 | - | ||
23385 | - | ||
23386 | - | ||
23387 | - | ||
23388 | - | ||
23389 | - | ||
23390 | - | ||
23391 | - | ||
23392 | - | ||
23393 | - | ||
23394 | - | ||
23395 | - | ||
23396 | - | ||
23397 | - | ||
23398 | - | ||
23399 | - | ||
23400 | - | ||
23401 | - | ||
23402 | - | ||
23403 | - | ||
23404 | - | ||
23405 | - | ||
23406 | - | ||
23407 | - | ||
23408 | - | ||
23409 | - | ||
23410 | - | ||
23411 | - | ||
23412 | - | ||
23413 | - | ||
23414 | - | ||
23415 | - | ||
23416 | - | ||
23417 | - | ||
23418 | - | ||
23419 | - | ||
23420 | - | ||
23421 | - | ||
23422 | 23305 | | |
23423 | 23306 | | |
23424 | 23307 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
220 | 220 | | |
221 | 221 | | |
222 | 222 | | |
223 | + | ||
223 | 224 | | |
224 | 225 | | |
225 | 226 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
184 | 184 | | |
185 | 185 | | |
186 | 186 | | |
187 | + | ||
188 | + | ||
189 | + | ||
190 | + | ||
191 | + | ||
192 | + | ||
193 | + | ||
194 | + | ||
195 | + | ||
196 | + | ||
187 | 197 | | |
188 | 198 | | |
189 | 199 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
33 | 33 | | |
34 | 34 | | |
35 | 35 | | |
36 | + | ||
36 | 37 | | |
37 | 38 | | |
38 | 39 | | |
| |||
0 commit comments