ipkn / crow

Crow is very fast and easy to use C++ micro web framework (inspired by Python Flask)
BSD 3-Clause "New" or "Revised" License
7.47k stars 888 forks source link

Fixed amalgamate/merge_all.py on Windows #290

Closed ghost closed 3 years ago

ghost commented 6 years ago

I replaced references to '/' in file paths with os.sep (imported assep) and I usedpath.join(imported aspt.join`) for concatenating files. I also changed it so that after loading the files, all file references are converted back into linux format for consistency during the the dependency graph creation and validation.

I tested this on Windows 10 x64 with Python 3.6.4 and Ubuntu 17.10 with Python 3.5.3 and Python 2.7.13