39
I Use This!
Moderate Activity

News

Analyzed about 20 hours ago. based on code collected about 23 hours ago.
Posted 1 day ago by John Rouillard
changeset f7fadbac5856 branch default bookmark ... [More] tag tip user John Rouillard description take2: merge multiple fix: python < 3.12 returns ParsingError not RuntimeError; print exception files roundup/configuration.pytest/test_config.py [Less]
Posted 1 day ago by John Rouillard
changeset 9f7e863fd1cd branch bookmark ... [More] tag user John Rouillard description merge multiple fix: python < 3.12 returns ParsingError not RuntimeError; print exception files roundup/configuration.pytest/test_config.py [Less]
Posted 1 day ago by John Rouillard
changeset 6d6f689d3701 branch bookmark ... [More] tag user John Rouillard description fix: python < 3.12 returns ParsingError not RuntimeError; print exception RuntimeError added in 3.12. Support older configparser.ParsingError. Supporting older version also requires different test string for the two versions. Also use str(exception) rather than exception.args[0] for producing message to user. Include exception name in output. files roundup/configuration.pytest/test_config.py [Less]
Posted 1 day ago
fix broken line
Posted 1 day ago by John Rouillard
changeset 588ae856cd57 branch bookmark ... [More] tag user John Rouillard description fix: python 3.{7,8,10} raise configfile.ParsingError not RuntimeError when adding broken syntax: =foo to logging config file. These version failing in CI. 3.9 and 3.11 are also affected. RuntimeError was added in 3.12. files roundup/configuration.py [Less]
Posted 2 days ago by John Rouillard
changeset e5bd50120b5a branch bookmark ... [More] tag user John Rouillard description chore(build): update anchore to 7.0.0 via dependabot files .github/workflows/anchore.yml [Less]
Posted 4 days ago by John Rouillard
changeset e91ff70e4563 branch bookmark ... [More] tag user John Rouillard description bug: improve error reporting for errors for logging fileConfig. files CHANGES.txtroundup/configuration.pytest/test_config.py [Less]
Posted 6 days ago by John Rouillard
changeset 401c6f0be6c5 branch default bookmark ... [More] tag tip user John Rouillard description bug: fix json logging config file syntax exception/fix test for windows If the json logging config file has mimatched {} or [], it raises an IndexError. Handle that case and test it. Also handle embedded filenames in tests when testsare run on windows:(/ vs \ directory sep). files roundup/configuration.pytest/test_config.py [Less]
Posted 6 days ago by John Rouillard
changeset 401c6f0be6c5 branch bookmark ... [More] tag user John Rouillard description bug: fix json logging config file syntax exception/fix test for windows If the json logging config file has mimatched {} or [], it raises an IndexError. Handle that case and test it. Also handle embedded filenames in tests when testsare run on windows:(/ vs \ directory sep). files roundup/configuration.pytest/test_config.py [Less]
Posted 7 days ago by John Rouillard
changeset df9fc9080e5a branch bookmark ... [More] tag user John Rouillard description fix: use getloing value --unknown-- on error. In case there is a real user with name unknown, Unlikely for account to to have dashes in name. files roundup/logcontext.py [Less]