Feature #79
Improve the build script by using awk
Status:
Closed
Priority:
Low
Assignee:
-
Start date:
08/27/2021
Due date:
% Done:
100%
Estimated time:
Description
Since writing build.sh
I realized some things could be done a lot easier using awk
History
Updated by koszko almost 2 years ago
- Status changed from New to In Progress
- % Done changed from 0 to 80
I did most of the work here and will probably commit tomorrow. The awk program I wrote is IMHO more maintainable than pure sh code and what's most important - it will be convenient to call from tests code when loading parts of the extension into the browser for unit tests
Updated by koszko over 1 year ago
- % Done changed from 80 to 90
I did a serious rework of the build system. It's on the koszko
branch now and it is now 90% awk and 10% sh, with sh code serving as a wrapper for the awk logic.
The imports/exports facility is now a lot more convenient. No point talking about it. Once you look at it, you'll know what went on
Updated by koszko over 1 year ago
- Status changed from In Progress to Closed
- % Done changed from 90 to 100
In master