Mark package as vendored with version suffix and documentation#5
Merged
Mark package as vendored with version suffix and documentation#5
Conversation
Co-authored-by: vroonhof <38109466+vroonhof@users.noreply.github.com>
Copilot
AI
changed the title
[WIP] Vendor package with versioning and README update
Mark package as vendored with version suffix and documentation
Feb 5, 2026
vroonhof
requested changes
Feb 5, 2026
Owner
vroonhof
left a comment
There was a problem hiding this comment.
add a mention of the functionality in the readme. that was just merged that allows it to be tolerant against new (unknown) attributes.
Author
I checked the codebase but couldn't find the tolerance feature you mentioned. The current parser.py (line 119-121) raises a FlexParserError when encountering unknown attributes. Could you clarify:
|
Updated README to clarify enhancements and features of the vendored ibflex library.
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.
This repository is a vendored fork with additional fields beyond the upstream. Need to make the vendoring explicit in package metadata and documentation.
Changes
Version metadata (
ibflex/__version__.py):0.16→0.16+vroonhof.vendored(PEP 440 local version identifier)vroonhof/ibflexDocumentation (
README.rst):Package metadata now correctly identifies this as a vendored variant:
Original prompt
💬 We'd love your input! Share your thoughts on Copilot coding agent in our 2 minute survey.