Commit Graph

  • 0176cf8720 Fix other import orders Oliverpool 2015-12-14 17:50:19 +0100
  • 2d6298c301 [pylint] Correct import order Oliverpool 2015-12-14 17:43:54 +0100
  • 7556c99703 Replace json parser by yaml Oliverpool 2015-12-14 17:33:25 +0100
  • 77c491dcc4 Add pyyaml dependency Oliverpool 2015-12-14 17:25:12 +0100
  • d40fd9bb15 [song.chordpro] Catch fatal syntax error when a block is not closed Louis 2015-12-13 00:23:17 +0100
  • 61a3df1f11 Replace LOGGER.error by LOGGER.warning for catchable errors Louis 2015-12-12 23:52:14 +0100
  • 362c6b87ce Song errors contain a reference to the song they occur in Louis 2015-12-12 23:46:11 +0100
  • 5d68bd338f pylint Louis 2015-11-29 15:07:52 +0100
  • 0ae923be3b Gather songbook errors Louis 2015-11-29 04:17:18 +0100
  • 8c86f904cd Errors that can be ignored are logged as warnings Louis 2015-11-29 03:54:40 +0100
  • efc87a7c8c Remove `object` superclass (necessary in python2, useless in python3) Louis 2015-11-28 17:03:47 +0100
  • d654dbf2b2 [test] Simplify `logging_reduced` function Louis 2015-11-23 22:34:59 +0100
  • e9004f5ce8 Merge pull request #179 from patacrep/content_improve Louis 2015-11-22 19:45:44 +0100
  • 1a54b29233 Merge disable_logging and logging_reduced #179 Oliverpool 2015-11-22 14:43:04 +0100
  • 903bad9ff2 (pylint) missing docstring Oliverpool 2015-11-22 14:26:27 +0100
  • 3790bc979b Correct typo and improve flexibility Oliverpool 2015-11-22 14:23:37 +0100
  • a1c41f4333 Reduce logging for test_content Oliverpool 2015-11-22 14:20:43 +0100
  • 03afd62d4a Support starting with python 3.4 Oliverpool 2015-11-22 14:18:33 +0100
  • 93c0c8844c Prepare for recursivity on filename content Oliverpool 2015-11-22 14:15:50 +0100
  • 72e3c202b9 Merge pull request #169 from patacrep/lilypond_compiler oliverpool 2015-11-21 08:20:22 +0100
  • 0ebf52a9c9 More precise exception handling #169 Louis 2015-11-21 02:12:50 +0100
  • bb707a866b `super()` arguments are useless with Python3 Louis 2015-11-21 02:11:06 +0100
  • 36df563835 Check that cwd is reversed after use Oliverpool 2015-11-20 15:07:17 +0100
  • 8d6661f9dc Correct path verification for windows Oliverpool 2015-11-20 14:39:15 +0100
  • 2b06236076 Add LaTeX content test Oliverpool 2015-11-20 14:30:13 +0100
  • 6c46368d31 Add SongSection tests Oliverpool 2015-11-20 14:25:53 +0100
  • 1c47a23e57 Correct starred sections and add test Oliverpool 2015-11-20 14:19:37 +0100
  • 3314525d9b Improve section content test Oliverpool 2015-11-20 14:16:09 +0100
  • ca9f542e0a Add include test Oliverpool 2015-11-20 13:54:13 +0100
  • 6135ea8c3e Add test and correct cwd Oliverpool 2015-11-20 13:49:22 +0100
  • 83b0c1693a [Bug] Add a datadir with a space #181 filepath_with_space Oliverpool 2015-11-19 17:36:49 +0100
  • e562282cbc Path must be posix for comparaison Oliverpool 2015-11-19 10:39:50 +0100
  • c7a55b5bc6 Normalize path for windows Oliverpool 2015-11-19 10:26:42 +0100
  • 6eb75caeeb pylint (bis) Oliverpool 2015-11-19 10:15:34 +0100
  • 87d49c6666 pylint Oliverpool 2015-11-19 10:13:27 +0100
  • aee562c15c Let 'sorted' content be recursive Oliverpool 2015-11-19 10:08:14 +0100
  • 7c8653d8b2 Create content tests Oliverpool 2015-11-19 09:43:31 +0100
  • 50e521ea18 Typo Oliverpool 2015-11-19 09:06:07 +0100
  • bebe153dfd useless branch Oliverpool 2015-11-19 09:00:40 +0100
  • 54e64ee2db Merge branch 'test_latex' Oliverpool 2015-11-18 10:25:27 +0100
  • a4321d63a8 Merge pull request #178 from patacrep/default_config Louis 2015-11-18 10:04:16 +0100
  • 9afd8f7b61 Raise a SongSyntaxError on fatal error Oliverpool 2015-11-17 15:14:16 +0100
  • d945277793 Move the DEFAULT_CONFIG #178 Oliverpool 2015-11-10 18:22:23 +0100
  • 6d38c97141 expand TODO Oliverpool 2015-11-17 14:29:24 +0100
  • 1340bbed02 Include line number only if relevant Oliverpool 2015-11-17 14:28:27 +0100
  • 198db1a0e1 Factorize the error recording Oliverpool 2015-11-17 14:19:53 +0100
  • 31588e5ab1 Forgotten gitignore #177 Oliverpool 2015-11-16 17:51:23 +0100
  • ea1113d43d Improve latex tests Oliverpool 2015-11-16 17:45:37 +0100
  • 8f1908d4de Allow trailing comma after dictionnay element Oliverpool 2015-11-16 17:35:02 +0100
  • 13738f41b9 Typo Oliverpool 2015-11-16 13:55:31 +0100
  • 7bbbafa0e2 newline fix Oliverpool 2015-11-16 08:27:47 +0100
  • 3f51411943 Test tsg parsing Oliverpool 2015-11-13 18:16:52 +0100
  • 80deae38ea Rename test folders Oliverpool 2015-11-13 15:44:42 +0100
  • f8c84de29c Add an `errors` attribute to songs, compiling the song errors Louis 2015-11-14 19:55:51 +0100
  • 8b0b467e50 Merge pull request #175 from patacrep/lineno oliverpool 2015-11-14 12:50:23 +0100
  • d0e7bf287f Merge branch 'master' into lineno #175 Louis 2015-11-14 12:24:49 +0100
  • 9b1b94cdd4 Merge pull request #174 from patacrep/new_extensions Louis 2015-11-13 13:48:34 +0100
  • 9d74a41f53 improve test_parser docstring #174 Oliverpool 2015-11-13 13:10:13 +0100
  • cd25a07956 remove useless comment Oliverpool 2015-11-13 13:05:20 +0100
  • 3b0ec365c3 Keep .tex extension for templates Oliverpool 2015-11-13 13:05:13 +0100
  • 7ee17760cd Keep backward compatibility with .sg songs Oliverpool 2015-11-13 13:02:34 +0100
  • 20aeae8003 (pylint) unused variable Oliverpool 2015-11-13 11:31:55 +0100
  • 7e8f69483b Simplify converter Oliverpool 2015-11-13 11:25:10 +0100
  • 85da39dac6 Syntax error in converter Oliverpool 2015-11-13 11:21:36 +0100
  • e1e024d2ce Convert example extensions Oliverpool 2015-11-13 11:14:37 +0100
  • 312b63df60 Change test_compilation extensions Oliverpool 2015-11-13 11:10:42 +0100
  • 11f49258d3 Change test_parser extensions Oliverpool 2015-11-13 10:46:31 +0100
  • a5c9b48674 Merge pull request #172 from patacrep/invalid_source Louis 2015-11-12 22:10:29 +0100
  • b1eb5a0f87 Use variable number of arguments for `chdir` #172 Louis 2015-11-12 21:02:03 +0100
  • 1f09d6af78 Rename parse_failure test function Oliverpool 2015-11-12 11:51:33 +0100
  • 46ab0b047f Code cleaning Oliverpool 2015-11-12 11:39:50 +0100
  • 5eae2230b2 Implement test for parsing failures Oliverpool 2015-11-12 11:30:44 +0100
  • 90c77201a9 Useless existence test Oliverpool 2015-11-12 11:23:10 +0100
  • f70df32d6d Use files.chdir Oliverpool 2015-11-12 11:16:41 +0100
  • 70f17b8a0f Add line number to AST elements Louis 2015-11-11 02:03:28 +0100
  • 4cbbe29d28 Localize were the error parsing should be made Oliverpool 2015-11-10 19:06:24 +0100
  • db1a19a873 Only skip the erro if the end of the file wasn't reached Oliverpool 2015-11-10 19:02:52 +0100
  • 205c6c3c65 Use generator instead of list Louis 2015-11-10 13:06:00 +0100
  • 48fae04d85 Replace list of lists of iterators by `itertools.chain` Louis 2015-11-10 11:53:50 +0100
  • 46f3790a89 Append default datadir to each datadir list (or iterator) Louis 2015-11-10 10:59:09 +0100
  • 9dca42bc16 Problem localization? Oliverpool 2015-11-09 21:23:30 +0100
  • b612ec9f67 Parsing hangs when file is inconsistent Oliverpool 2015-11-09 20:52:43 +0100
  • ba802a79fb Escape ] in regexp Oliverpool 2015-11-09 20:53:42 +0100
  • 104e637de7 etoolbox is required for patadata oliverpool 2015-11-09 11:27:28 +0100
  • 4d5e739efd Italian and portuges babel packages were missing oliverpool 2015-11-09 10:49:08 +0100
  • 61bc9a5731 move variable declaration Oliverpool 2015-11-09 07:41:18 +0100
  • 95d27724ea (pylint) Add docstring Oliverpool 2015-11-09 07:33:26 +0100
  • 1da076773d Test for lilypond compiler before starting compilation Oliverpool 2015-11-09 07:30:11 +0100
  • af147a57fa Simplify Requirements.txt Oliverpool 2015-11-09 07:03:16 +0100
  • 9189bd6611 Merge pull request #168 from patacrep/setup_data oliverpool 2015-11-09 06:59:41 +0100
  • 99957c20d3 [setup] Data is included differently depending on platform #168 Louis 2015-11-09 03:19:11 +0100
  • b18a202f0d Merge pull request #165 from patacrep/argument_simplification Louis 2015-11-09 03:08:10 +0100
  • 462b16b78b Merge pull request #166 from patacrep/songs_package Louis 2015-11-09 03:06:13 +0100
  • c0676d3f47 Syntax fixes Louis 2015-11-08 23:32:32 +0100
  • 89f92478a1 Correct comment #166 Oliverpool 2015-11-08 11:31:01 +0100
  • a8ef3d96ac Pre-treatment for escaped space in author names Oliverpool 2015-11-08 11:26:20 +0100
  • e7ca43444d graphics must be included with img folder Oliverpool 2015-11-08 10:30:20 +0100
  • a0a358d29e Fix #82. Update song package Oliverpool 2015-11-08 10:02:57 +0100
  • 96b2c3201a Add a purgecache command to the songbook bash Oliverpool 2015-11-08 09:49:58 +0100
  • 8cfc654c17 filehandle should always be defined Oliverpool 2015-11-08 09:44:08 +0100