Archived
1
0

105 Commits

Author SHA1 Message Date
Jip J. Dekker
8839cdb66e Adds content to the book command 2016-03-20 16:24:00 +01:00
Jip J. Dekker
e9c72213d0 Split finding and parsing of the settings file off into a function 2016-03-20 16:22:48 +01:00
Jip J. Dekker
6bddbd2470 Adds placeholder MakeBook function 2016-03-20 16:21:36 +01:00
Jip J. Dekker
5edbd0d6d5 Make scores an package wide variable 2016-03-20 16:14:59 +01:00
Jip J. Dekker
dba1568370 Adds placeholder book command 2016-03-20 16:03:36 +01:00
Jip J. Dekker
aaad2e29d9 Removes solved TODO 2016-03-20 16:03:14 +01:00
Jip J. Dekker
dc0e24c708 Fixes settings locator and solves endless loop. 2016-03-20 16:00:59 +01:00
Jip J. Dekker
7d226ca520 Adds flags for log levels 2016-03-19 21:35:06 +01:00
Jip J. Dekker
9ad93eb620 Compile command created in initial working state 2016-03-19 21:06:19 +01:00
Jip J. Dekker
89c30ca5eb Fixes rename mistake 2016-03-19 20:59:28 +01:00
Jip J. Dekker
56ef3c3a73 Fixes method coding mistakes 2016-03-19 20:58:44 +01:00
Jip J. Dekker
e88b83c85b Make paths absolute when reading from file 2016-03-19 20:56:03 +01:00
Jip J. Dekker
3a5fc0e9e7 Adds settings methods to make paths absolute 2016-03-19 20:53:52 +01:00
Jip J. Dekker
4cc5b785a3 Adds helper to generate absolute paths 2016-03-19 20:44:13 +01:00
Jip J. Dekker
9d3ebaf846 Fixes referencing bug 2016-03-19 17:31:06 +01:00
Jip J. Dekker
a6ff1561e1 Move ignore messages to the debug output 2016-03-19 17:30:31 +01:00
Jip J. Dekker
32b6c24692 Removes double output in case of command error 2016-03-19 17:24:31 +01:00
Jip J. Dekker
7449b0eccc Fixes some coding mistakes, now the code compiles again 2016-03-19 17:21:15 +01:00
Jip J. Dekker
0f1d0771ee Adds filewalker calls to CompileDir 2016-03-19 17:09:40 +01:00
Jip J. Dekker
2fcc9e8488 Adds function to generate score collector 2016-03-19 17:05:12 +01:00
Jip J. Dekker
0f0fa0419a Create output directory if it doesn't exists 2016-03-19 16:44:00 +01:00
Jip J. Dekker
b5a85fb33f Adds function to call the lilypond compiler 2016-03-19 16:43:25 +01:00
Jip J. Dekker
c762f52ba7 Combines single use assignment with its if-statement 2016-03-19 16:39:30 +01:00
Jip J. Dekker
253725d0ef Adds compilation preparation function to set the compilation arguments 2016-03-18 18:08:20 +01:00
Jip J. Dekker
95e8fbd5f5 Adds function to read a score structure from a JSON file 2016-03-18 17:45:09 +01:00
Jip J. Dekker
1bad10c0d3 Adds Score structure to keep track of settings for perticular scores 2016-03-18 17:44:28 +01:00
Jip J. Dekker
dc1ded5433 Adds function to process files that are on the compilation path 2016-03-18 16:18:35 +01:00
Jip J. Dekker
d6451cf86f Updates dependencies 2016-03-17 18:03:39 +01:00
Jip J. Dekker
214a57cdfb Adds the initial code for the compile command 2016-03-17 18:02:15 +01:00
Jip J. Dekker
dbb5c0b0e4 Fixes a pointer mistake in FromFile in settings 2016-03-17 18:01:17 +01:00
Jip J. Dekker
83a5b7ce75 Adds a FromFile function to settings 2016-03-17 17:52:13 +01:00
Jip J. Dekker
2000747176 Use helper for logging command error 2016-03-17 17:46:37 +01:00
Jip J. Dekker
310ebb319f Uses more specific error when FindFileDir fails 2016-03-17 17:41:18 +01:00
Jip J. Dekker
30b7c3fee5 Adds placeholder files for the compile command 2016-03-17 17:19:42 +01:00
Jip J. Dekker
9201c7f360 Adds function to find directory of file on working path 2016-03-17 17:10:32 +01:00
Jip J. Dekker
a23f6f21b9 Integrates error checking (and panic) in the file Exists function 2016-03-17 16:51:08 +01:00
Jip J. Dekker
01b6db3c84 Adds description to the compile command 2016-03-17 16:43:32 +01:00
Jip J. Dekker
0a9519461e Removes useless toggle, placed by generated code 2016-03-17 16:43:04 +01:00
Jip J. Dekker
4290ddbc0c Adds a compile command 2016-03-17 16:37:16 +01:00
Jip J. Dekker
8c02d6a954 Creates a git ignore file when issueing the init command 2016-03-17 16:33:37 +01:00
Jip J. Dekker
8f54e99bf2 Creates settings file when issueing the init command 2016-03-17 16:25:00 +01:00
Jip J. Dekker
0597ef878c Adds output directory to the settings structure 2016-03-17 15:53:19 +01:00
Jip J. Dekker
35fc86c289 Adds a global settings structure 2016-03-16 23:03:23 +01:00
Jip J. Dekker
794a032aaf Introduces error management helpers 2016-03-16 22:54:01 +01:00
Jip J. Dekker
2470ae13e0 Adds directory creation to the ponder init method 2016-03-16 22:40:04 +01:00
Jip J. Dekker
78ea2abbac Adds helper to clean a given path 2016-03-16 22:29:52 +01:00
Jip J. Dekker
1b6bf0d116 Adds logrus dependency for logging 2016-03-16 21:53:40 +01:00
Jip J. Dekker
3923c60b22 Adds description to the ponder rootcommand 2016-03-16 21:46:14 +01:00
Jip J. Dekker
2e7e4791b9 Adds description to the init command 2016-03-16 21:39:18 +01:00
Jip J. Dekker
f52f7a6984 Adds init method to ponder 2016-03-16 21:27:57 +01:00