Skip to content

Move non-JSON/YAML/XML Parsers to orbiter-parsers#104

Merged
fritz-astronomer merged 1 commit intomainfrom
parsers
Nov 6, 2025
Merged

Move non-JSON/YAML/XML Parsers to orbiter-parsers#104
fritz-astronomer merged 1 commit intomainfrom
parsers

Conversation

@fritz-astronomer
Copy link
Contributor

  • refactor: move parsers out

@fritz-astronomer fritz-astronomer self-assigned this Nov 6, 2025
Copy link
Contributor

Copilot AI left a 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 refactors the codebase by removing non-JSON/YAML/XML parsers (specifically JIL and Python parsers) from the main package, likely moving them to a separate orbiter-parsers package. This separation improves modularity by isolating specialized parsing functionality.

Key Changes:

  • Removed dependencies on jilutil and ast2json packages
  • Removed FileTypeJIL and FileTypePython classes along with their parsing logic
  • Cleaned up related imports and helper functions

Reviewed Changes

Copilot reviewed 2 out of 2 changed files in this pull request and generated 1 comment.

File Description
pyproject.toml Removed jilutil and ast2json dependencies
orbiter/file_types.py Removed JIL and Python parser imports, classes (FileTypeJIL, FileTypePython), and helper functions (parse_jil, unimplemented_dump)

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

@codecov-commenter
Copy link

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 82.24%. Comparing base (b3ee237) to head (aa27f4d).
⚠️ Report is 62 commits behind head on main.

Additional details and impacted files
@@            Coverage Diff             @@
##             main     #104      +/-   ##
==========================================
+ Coverage   78.92%   82.24%   +3.32%     
==========================================
  Files          35       51      +16     
  Lines        1362     1876     +514     
==========================================
+ Hits         1075     1543     +468     
- Misses        287      333      +46     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@fritz-astronomer fritz-astronomer merged commit 6d0abdd into main Nov 6, 2025
8 checks passed
@fritz-astronomer fritz-astronomer deleted the parsers branch November 6, 2025 00:27
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants