682 Commits (ccba7a00a8dee9b5f85dc469a1c1cf93a547073a)

Author SHA1 Message Date
Oliverpool 2e70273d93 [pylint] Rewrite 'not xxx in' into 'xxx not in' 10 years ago
Oliverpool 0176cf8720 Fix other import orders 10 years ago
Oliverpool 2d6298c301 [pylint] Correct import order 10 years ago
Oliverpool 7556c99703 Replace json parser by yaml 10 years ago
Louis d40fd9bb15 [song.chordpro] Catch fatal syntax error when a block is not closed 10 years ago
Louis 61a3df1f11 Replace LOGGER.error by LOGGER.warning for catchable errors 10 years ago
Louis 362c6b87ce Song errors contain a reference to the song they occur in 10 years ago
Louis 5d68bd338f pylint 10 years ago
Louis 0ae923be3b Gather songbook errors 10 years ago
Louis 8c86f904cd Errors that can be ignored are logged as warnings 10 years ago
Louis efc87a7c8c Remove `object` superclass (necessary in python2, useless in python3) 10 years ago
Oliverpool 1a54b29233 Merge disable_logging and logging_reduced 10 years ago
Oliverpool 903bad9ff2 (pylint) missing docstring 10 years ago
Oliverpool 3790bc979b Correct typo and improve flexibility 10 years ago
Oliverpool a1c41f4333 Reduce logging for test_content 10 years ago
Oliverpool 03afd62d4a Support starting with python 3.4 10 years ago
Oliverpool 93c0c8844c Prepare for recursivity on filename content 10 years ago
Louis 0ebf52a9c9 More precise exception handling 10 years ago
Louis bb707a866b `super()` arguments are useless with Python3 10 years ago
Oliverpool 1c47a23e57 Correct starred sections and add test 10 years ago
Oliverpool 3314525d9b Improve section content test 10 years ago
Oliverpool 6135ea8c3e Add test and correct cwd 10 years ago
Oliverpool aee562c15c Let 'sorted' content be recursive 10 years ago
Oliverpool bebe153dfd useless branch 10 years ago
Oliverpool 9afd8f7b61 Raise a SongSyntaxError on fatal error 10 years ago
Oliverpool d945277793 Move the DEFAULT_CONFIG 10 years ago
Oliverpool 6d38c97141 expand TODO 10 years ago
Oliverpool 1340bbed02 Include line number only if relevant 10 years ago
Oliverpool 198db1a0e1 Factorize the error recording 10 years ago
Oliverpool 8f1908d4de Allow trailing comma after dictionnay element 10 years ago
Oliverpool 13738f41b9 Typo 10 years ago
Oliverpool 7bbbafa0e2 newline fix 10 years ago
Louis f8c84de29c Add an `errors` attribute to songs, compiling the song errors 10 years ago
Oliverpool cd25a07956 remove useless comment 10 years ago
Oliverpool 3b0ec365c3 Keep .tex extension for templates 10 years ago
Oliverpool 7ee17760cd Keep backward compatibility with .sg songs 10 years ago
Oliverpool 7e8f69483b Simplify converter 10 years ago
Oliverpool 85da39dac6 Syntax error in converter 10 years ago
Oliverpool 312b63df60 Change test_compilation extensions 10 years ago
Oliverpool 11f49258d3 Change test_parser extensions 10 years ago
Louis b1eb5a0f87 Use variable number of arguments for `chdir` 10 years ago
Oliverpool 46ab0b047f Code cleaning 10 years ago
Oliverpool 5eae2230b2 Implement test for parsing failures 10 years ago
Louis 70f17b8a0f Add line number to AST elements 10 years ago
Oliverpool 4cbbe29d28 Localize were the error parsing should be made 10 years ago
Oliverpool db1a19a873 Only skip the erro if the end of the file wasn't reached 10 years ago
Louis 205c6c3c65 Use generator instead of list 10 years ago
Louis 48fae04d85 Replace list of lists of iterators by `itertools.chain` 10 years ago
Louis 46f3790a89 Append default datadir to each datadir list (or iterator) 10 years ago
Oliverpool 9dca42bc16 Problem localization? 10 years ago