Commit 17eb224
interpreter: Automatically add 'c' to languages when 'vala' is used
This is so dumb, we can just insert C for you without you having to know
that you're using C under the hood. This is nicer because:
1) Meson doesn't make the user add a language they're not explicitly
using
2) If there was ever an implementaiton of Vala that didn't use C as
it's assembly language, this wouldn't make any sense.1 parent bfd0678 commit 17eb224
File tree
4 files changed
+7
-13
lines changed- docs/markdown/snippets
- mesonbuild/interpreter
- test cases/failing/93 vala without c
4 files changed
+7
-13
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1187 | 1187 | | |
1188 | 1188 | | |
1189 | 1189 | | |
1190 | | - | |
| 1190 | + | |
1191 | 1191 | | |
1192 | 1192 | | |
1193 | 1193 | | |
1194 | | - | |
1195 | | - | |
1196 | | - | |
| 1194 | + | |
| 1195 | + | |
1197 | 1196 | | |
1198 | 1197 | | |
1199 | 1198 | | |
| |||
This file was deleted.
This file was deleted.
0 commit comments