Konstantin Solomatov
Konstantin Solomatov
If I take a look at the resulting file without BUNDLE, there're no mentions of AutoCloseable$impl.
@rluble If I set this way the page with the message that the test has passed is displayed.
And why is it implemented in this way? I.e. why transpiler doesn't include all deps? For efficiency purposes?
@John1231983 No, eventually I fixed the algorithm, but I don't remember what I did there.
@John1231983 If you are interested, it's here: https://github.com/solomatov/cs231n-project
@ekuefler We have a large project with many modules: we have different UI components, UI framework , etc. We prefer to develop parts, while working in gwt super dev mode...
@ekuefler You can find open source part of our app converted to bazel here: https://github.com/JetBrains/jetpad-mapper/tree/bazel
@ekuefler java_roots works in this situation, but it's just a tip of the iceberg. We have 2 more repositories in our project (they aren't open source), and the whole application...