Conversation
pubspec.yaml - Add issue_tracker pointing at the GitHub issues page. - Declare an executables: block so `dart pub global activate appstream_dart` exposes bin/main.dart as `appstream_dart` and bin/query.dart as `appstream_dart_query`. README.md - Add a "Quick start" section as the first content block: a complete parse-and-query example using the canonical `package:appstream_dart/appstream_dart.dart` import, the pubspec.yaml dependency snippet, and the C++23 / CMake / SQLite prerequisites with a pointer to doc/ADVANCED_BUILD.md. - Bump the Quick Facts status from v0.2.0 to v0.2.2. - Project tree: tests/ -> native_tests/, docs/ -> doc/. - Documentation table: all four doc/* links updated. doc/ - ADVANCED_BUILD.md: 17 build*/tests/ paths -> build*/native_tests/, the lcov */tests/* exclusion -> */native_tests/*, and the tests/test_real_appstream_data.cpp source path. - ARCHITECTURE.md: tests/ -> native_tests/, docs/ -> doc/ in the build/test topology section. - BUILD_SYSTEM.md: tests/CMakeLists.txt, tests/test_helpers.h, and build/tests/appstream_tests references migrated. - COMPLETE_SUMMARY.md: directory tree (including the build/tests/ subtree), test-file enumeration, and source-files list all moved off tests/. - RUNNING_TESTS.md: tests/*.cpp mention updated. - TEST_SUMMARY.md: CMake module and test-file paths updated. doc/CODE_AUDIT_REPORT.md is intentionally left untouched — it's a frozen historical audit, not instructional content. Signed-off-by: Joel Winarske <joel.winarske@gmail.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
pubspec.yaml
dart pub global activate appstream_dartexposes bin/main.dart asappstream_dartand bin/query.dart asappstream_dart_query.README.md
package:appstream_dart/appstream_dart.dartimport, the pubspec.yaml dependency snippet, and the C++23 / CMake / SQLite prerequisites with a pointer to doc/ADVANCED_BUILD.md.doc/
doc/CODE_AUDIT_REPORT.md is intentionally left untouched — it's a frozen historical audit, not instructional content.