Dmitry Zolotov

Results 64 comments of Dmitry Zolotov
trafficstars

The redefinition / implementation _Function.prototype.bind_ in qooxdoo framework (for compatibility with old browser versions) doesn't work in some cases with es6 classes. For example: ``` class Foo { constructor(options){ console.info(options);...

@derrell Hello, thanks for response, I did. About props I am not sure is it worth to add an event? how usefull will it be? For my goals it was...

@hkollmann I can fix lint error but what DateChooser tests you mean? not ok 333 - qx.test.ui.form.Form:testValidDateField - [12.80 ms] - Expected '' but found 'null'! not ok 335 -...

@hkollmann okay, will do it, thx.

@hkollmann I checked local tests and errors the same. The errors with DataChooser were before my changes. I can fix some tests but have I to create separate PR or...

@hkollmann I decresed amount of failed tests. All failed tests are not related with my changes of this PR. About some failed tests I created issues and fixed lint error.

Did some observations and found out that the` qx.tool.cli.commands.Test` misses in **YARGS_BUILDER** (or in return of method `getYargsCommand`): _class_ and _method_ props and other classes (commands e.g. `Lint`) have the...

@hkollmann The sequence of steps which I do to install and run qooxdoo tests: 1.` npx qx package install --save=0 qooxdoo/qxl.testtapper` 2. change some stuff in _compile.json_: add to environment...

``` PS C:\Users\goldim\WebstormProjects\qxtesttest> npx qx package install --save=0 qooxdoo/qxl.testtapper Installed logpane (qooxdoo/qxl.logpane, 2.0.0) Installed Commandline Testrunner for Qooxdoo Apps (qooxdoo/qxl.testtapper, 2.0.0) PS C:\Users\goldim\WebstormProjects\qxtesttest> npx qx test --help qx test run...

@hkollmann By my great surprise it does work on Windows. I will check it on Linux (Debian) machine too a little later today. After _TestTapper_ are installed warning that` testtapper.testNameSpace`...