Dušan Maliarik
Dušan Maliarik
This boot file https://github.com/skrat/packages/blob/facb55a73efa7f8db6b0daf1536699071a1cafe4/libtess/build.boot Throws this error on Windows (but works on Linux) https://gist.github.com/skrat/79b7e43899e685a35dcecd70cd4d1bf5 According to @micha , the bug is here https://github.com/cljsjs/boot-cljsjs/blob/0.5.2/src/cljsjs/boot_cljsjs/packaging.clj#L179
node v0.6.18, git HEAD of nclosure/master Running ``` NODE_PATH=/opt/local/lib/node:/opt/local/lib/node_modules node test/some_test.js ``` with ``` require('nclosure').nclosure(); goog.require('goog.iter'); goog.require('goog.testing.jsunit'); goog.require('goog.testing.MockControl'); goog.require('some.geom.Line2'); goog.require('some.geom.Point2'); goog.require('some.layers.Layer'); goog.require('some.models.Line'); goog.require('some.models.Structure'); goog.require('some.util'); var ctrl, walls, Line, Line2, Point2,...
For python projects, it'd be great to have a support for [pyproject.toml](https://pip.pypa.io/en/stable/reference/build-system/pyproject-toml/) and dependency management with [poetry](https://python-poetry.org/). This might be opinionated, but poetry is fairly popular.