You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This project was forked from https://bitbucket.org/snakeyaml/snakeyaml-engine/. Even though it was ported to Kotlin, the general structure is still very close to snakeyaml-engine. Right now we sync changes from that project periodically, but there's no set cadence nor mechanisms that help us.
As the first step, for the sake of monitoring if there are any changes to be ported over to our project, I suggest the following approach:
Have a file with commit hash of snakeyaml-engine pointing to the latest commit that was already ported to snakeyaml-engine-kmp.
Have a workflow that periodically (every day/week?) calculates how many commits there are between the tip of the master branch and the commit stored in the file in our project.
Surface this number in e.g. a badge in README, with a note that ideally it should be 0, and with notes how to proceed if it's not 0.
The text was updated successfully, but these errors were encountered:
This project was forked from https://bitbucket.org/snakeyaml/snakeyaml-engine/. Even though it was ported to Kotlin, the general structure is still very close to snakeyaml-engine. Right now we sync changes from that project periodically, but there's no set cadence nor mechanisms that help us.
As the first step, for the sake of monitoring if there are any changes to be ported over to our project, I suggest the following approach:
The text was updated successfully, but these errors were encountered: