Commit e4c72eb
committed
build: use one bcel version across the build tools
The dts generator names its own dependency versions for when it is built on its
own, and its bcel version had drifted from the one here. The three tools that
read bytecode - the metadata generator, the static binding generator and the
dts generator - now all resolve the same one, so a tool cannot behave
differently depending on which build produced it.
Verified that the metadata generated for the test app is unchanged, and that
the definitions the dts generator produces are byte for byte the same under
either version.1 parent 48f7ab5 commit e4c72eb
2 files changed
Lines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
33 | 33 | | |
34 | 34 | | |
35 | 35 | | |
36 | | - | |
| 36 | + | |
37 | 37 | | |
38 | 38 | | |
39 | 39 | | |
| |||
0 commit comments