Commit 45f6ebd
committed
fix: resolve duplicate case patterns in Language enum
- Remove .m from Mathematica and Octave cases, keep only Objective-C mapping
- Remove .sig from SML case to avoid conflict with PGP mapping
- Remove .v from SystemVerilog case to avoid conflict with Verilog mapping
- This fixes compilation errors caused by duplicate case patterns in switch statement1 parent d7f8616 commit 45f6ebd
1 file changed
+3
-4
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
301 | 301 | | |
302 | 302 | | |
303 | 303 | | |
304 | | - | |
| 304 | + | |
305 | 305 | | |
306 | 306 | | |
307 | 307 | | |
| |||
310 | 310 | | |
311 | 311 | | |
312 | 312 | | |
313 | | - | |
314 | 313 | | |
315 | 314 | | |
316 | 315 | | |
| |||
330 | 329 | | |
331 | 330 | | |
332 | 331 | | |
333 | | - | |
| 332 | + | |
334 | 333 | | |
335 | 334 | | |
336 | 335 | | |
337 | 336 | | |
338 | 337 | | |
339 | | - | |
| 338 | + | |
340 | 339 | | |
341 | 340 | | |
342 | 341 | | |
| |||
0 commit comments