-
Notifications
You must be signed in to change notification settings - Fork 0
Feature MBEP#310 IV parsing and data model #1
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Pull request overview
This PR introduces IV (Interface View) parsing functionality for the TASTE Document Generator Template Processor. The implementation adds comprehensive XML parsing capabilities and data models for representing TASTE Interface View files.
Key changes:
- New data model classes for Interface View elements (functions, interfaces, connections, etc.)
- XML parser implementation (IVReader) for reading IV files
- Comprehensive test suite covering various parsing scenarios
Reviewed changes
Copilot reviewed 13 out of 15 changed files in this pull request and generated 17 comments.
Show a summary per file
| File | Description |
|---|---|
| templateprocessor/iv.py | Defines data model classes using dataclasses for IV elements including InterfaceView, Function, Connection, and supporting types |
| templateprocessor/ivreader.py | Implements IVReader class for parsing TASTE Interface View XML files into data model instances |
| tests/test_ivreader.py | Comprehensive test suite covering function parsing, nested functions, connections, and various interface types |
| templateprocessor/init.py | Package initialization exposing IVReader and InterfaceView |
| templateprocessor/cli.py | Command-line interface stub for the template processor |
| setup.py | Python package setup configuration |
| Makefile | Build automation for formatting, testing, and installation |
| README.md | Project documentation and usage instructions |
| tests/Makefile | Test-specific build automation |
| data/simple.iv.xml | Test data file with sample Interface View XML |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
…om:n7space/template-processor into feature-mbep#310-iv-parsing-and-data-model
No description provided.