Pelle Wessman

Results 694 comments of Pelle Wessman
trafficstars

Yeah: > 13. Remote Network Interaction; Use with the GNU General Public License. > > Notwithstanding any other provision of this License, if you modify the Program, your modified version...

Remember that BSD is only a code license, not a license for specifications

@bubnikv Any news on the specification license and/or the library license?

@bubnikv @scottmudge @lukasmatena Interesting choice, because BSD4 is not GPL-compatible, see eg: https://www.gnu.org/licenses/license-list.html#OriginalBSD MIT / BSD 3-clause / Apache 2.0 / Blue Oak would therefore all be a better choice...

Still happening: https://github.com/voxpelli/webpage-webmentions/issues/208#issuecomment-2429253424

Our windows tests passes? See eg. #5185. Are you sure this issue is with `mocha` and not with `grunt`? Since its `grunt` that's invoked initially: ```sh cd eo2js-runtime && grunt...

And the code path that calls https://github.com/mochajs/mocha/blob/b2a6358f860dae732cfcbe5ed86693eadb199fac/bin/mocha.js#L105 is triggered in the tests eg here, so if mocha is failing it should show in these tests I think https://github.com/mochajs/mocha/blob/819b17292dbd4cc3528c2554de33c1b8bd7c3278/test/integration/esm.spec.js#L75 Maybe its...

Looks like all the other three `ui` options call this `common.suite.create`, which in turn call `Suite.create`: https://github.com/mochajs/mocha/blob/24560c1532b8e67d1254b489fcc6f84c4033c0e1/lib/interfaces/common.js#L132-L135 See eg. `bdd.js`: https://github.com/mochajs/mocha/blob/24560c1532b8e67d1254b489fcc6f84c4033c0e1/lib/interfaces/bdd.js#L41-L47 But `exports.js` work different, it calls `Suite.create` directly in...

> (I also wonder how often mocha is used with these non-bdd interfaces) Answering myself somewhat: [Summarizing mocharc files on sourcegraph](https://sourcegraph.com/search?q=context%3Aglobal+file%3Amocharc+type%3Afile+ui%3A%5Cs*%5B%27%22%5D%3F%28%5Cw%2B%29%5B%27%22%5D%3F+-file%3A%28%5E%7C%2F%29node_modules%2F&patternType=regexp&sm=0&groupBy=group&expanded=) gives that 75% specify `bdd`, 25% `tdd` and pretty...