summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2012-12-15Verify types for choices without explicit types.Ulf Magnusson
2012-12-15Add a long dependency chain selftest.Ulf Magnusson
2012-12-15Fix typo.Ulf Magnusson
2012-12-15Add selftests for choice semantics.Ulf Magnusson
2012-12-15Add some quotes for the sake of readability.Ulf Magnusson
2012-12-15Spell nit.Ulf Magnusson
2012-12-15Remove unused variable.Ulf Magnusson
2012-12-15Add some missing Choice APIs to test_call_all().Ulf Magnusson
2012-12-15Fill out test_call_all() and order functions by name.Ulf Magnusson
2012-12-15Add comment about m && MODULES rewriting.Ulf Magnusson
2012-12-15Fix typo.Ulf Magnusson
2012-12-15Remove redundant elif.Ulf Magnusson
2012-12-15Simplify _parse_error().Ulf Magnusson
2012-12-15Add optimization note for write_config().Ulf Magnusson
2012-12-15Optimize Symbol._make_conf().Ulf Magnusson
2012-12-14Get 'visible if' coverage for symbol references.Ulf Magnusson
2012-12-14Add an inequality test for undefined symbols.Ulf Magnusson
2012-12-14Get more test coverage for n/m/y properties.Ulf Magnusson
2012-12-14Add selftests for tristate comparisons.Ulf Magnusson
2012-12-14Simplify some tests.Ulf Magnusson
2012-12-14Add selftests for various minor APIs.Ulf Magnusson
2012-12-14Reference another example in the intro.Ulf Magnusson
2012-12-14Simplify _get_dependent().Ulf Magnusson
2012-12-14Remove superfluous variable in get_value().Ulf Magnusson
2012-12-14Clarify comment on the value of undefined symbols.Ulf Magnusson
2012-12-14Verify that the quirky symbol still gets the choice as its parent.Ulf Magnusson
2012-12-14Make _comment() preserve trailing newlines.Ulf Magnusson
2012-12-14Add selftests for 'visible if' visibility.Ulf Magnusson
2012-12-13Remove excessive indentation.Ulf Magnusson
2012-12-13Add selftest for Config.get_config_filename().Ulf Magnusson
2012-12-13Add selftests for misc. minor Config queries.Ulf Magnusson
2012-12-13Small get_value() clarification.Ulf Magnusson
2012-12-13Spell nit.Ulf Magnusson
2012-12-13Rename verify_val() to varify_eval().Ulf Magnusson
2012-12-13Make .config reading/writing selftests more comprehensive.Ulf Magnusson
2012-12-13Make _comment() correctly comment an empty line.Ulf Magnusson
2012-12-13Rename 'Kempty' to 'empty'.Ulf Magnusson
2012-12-13Add .config header reading/writing selftests.Ulf Magnusson
2012-12-13Do not indent user-provided .config header.Ulf Magnusson
2012-12-13Return constant instead.Ulf Magnusson
2012-12-13Fix loading of .config files with empty assignments.Ulf Magnusson
2012-12-13Verify assignability of string/int/hex with m visibility.Ulf Magnusson
2012-12-13Rewrap some docstrings.Ulf Magnusson
2012-12-13Remove outdated comment.Ulf Magnusson
2012-12-13Add selftests for get_config().Ulf Magnusson
2012-12-13Add get_config() for Menu, Choice, and Comment.Ulf Magnusson
2012-12-13Add visibility selftests.Ulf Magnusson
2012-12-13Add Comment.get_visibility().Ulf Magnusson
2012-12-13Rename Menu.get_depends_on_visibility() to Menu.get_visibility().Ulf Magnusson
2012-12-13Commit the missing tests/Krange.Ulf Magnusson