Skip to content
Discussion options

You must be logged in to vote

You can see at #2960 how I can use your discovery to create a new function that works. Why a new function? Because the library needs to maintain support for older versions, and I can't patch the old function without breaking compatibility.

Breakdown (a littlebit):

  1. Forked the repository
  2. Clone on my local computer
  3. Created a new branch with git checkout -b
  4. Saw your code to export the correct module
  5. Analysed the options to integrate with the main function without break the compatibility.
  6. Created another function to use the new module.
  7. Build and test.
  8. Created the commit and the PR on GitHub.
  9. Analysed and fixed the PR test errors.

Replies: 3 comments

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Answer selected by manfe
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
question Further information is requested needs triage
3 participants
Converted from issue

This discussion was converted from issue #2923 on November 10, 2025 19:10.