Dmitry Romanov [JB]
11/11/2020, 8:49 AMspand
11/11/2020, 9:11 AM<https://github.com/cfnz/muirwik>
altavir
11/11/2020, 9:12 AMaltavir
11/11/2020, 9:46 AMTomasz Krakowiak
11/11/2020, 9:49 AMchristophsturm
11/11/2020, 10:13 AMRobert Jaros
11/11/2020, 10:23 AMDmitry Romanov [JB]
11/12/2020, 2:48 PMgbaldeck
11/12/2020, 3:14 PMRobert Jaros
11/12/2020, 3:21 PMgbaldeck
11/12/2020, 3:23 PMgaetan
11/13/2020, 1:57 PMDmitry Romanov [JB]
11/13/2020, 3:26 PMleandro
11/13/2020, 4:34 PMNick
11/13/2020, 4:35 PMaltavir
11/13/2020, 4:38 PMDmitry Romanov [JB]
11/13/2020, 7:32 PMgaetan
11/24/2020, 10:47 AM> Task :tests:compileTestKotlinJsIr FAILED
e: java.lang.AssertionError: Unbound symbols not allowed
Unbound public symbol for public io.data2viz.test/TestBase.element|-8168683018529524952[0]
Unbound public symbol for public io.data2viz.test.matchers/Matchers.element|-8168683018529524952[0]
Should I create a new issue for it?altavir
11/24/2020, 10:49 AMgaetan
11/24/2020, 11:10 AMaltavir
11/24/2020, 11:45 AMbashor
11/25/2020, 11:24 AMbashor
11/25/2020, 11:24 AMgaetan
11/26/2020, 11:29 AMgaetan
11/30/2020, 10:48 AM(function (root, factory) {
if (typeof define === 'function' && define.amd)
define(['exports', 'kotlin', 'd2v-core-jsLegacy'], factory);
else if (typeof exports === 'object')
factory(module.exports, require('kotlin'), require('d2v-core-jsLegacy'));
else {
if (typeof kotlin === 'undefined') {
throw new Error("Error loading module 'd2v-color-jsLegacy'. Its dependency 'kotlin' was not found. Please, check whether 'kotlin' is loaded prior to 'd2v-color-jsLegacy'.");
}if (typeof this['d2v-core-jsLegacy'] === 'undefined') {
throw new Error("Error loading module 'd2v-color-jsLegacy'. Its dependency 'd2v-core-jsLegacy' was not found. Please, check whether 'd2v-core-jsLegacy' is loaded prior to 'd2v-color-jsLegacy'.");
}root['d2v-color-jsLegacy'] = factory(typeof this['d2v-color-jsLegacy'] === 'undefined' ? {} : this['d2v-color-jsLegacy'], kotlin, this['d2v-core-jsLegacy']);
The module names are modified with a -jsLegacy
suffix. Is there a way to keep the current translation when using BOTH
mode?
@dmitry.petrov @bashorRobert Jaros
11/30/2020, 10:52 AMgaetan
11/30/2020, 11:01 AM