Skip to content
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

Proprietary extension support #162

Merged
merged 45 commits into from
May 23, 2024
Merged

Proprietary extension support #162

merged 45 commits into from
May 23, 2024

Conversation

petervdonovan
Copy link
Contributor

@petervdonovan petervdonovan commented May 22, 2024

Fixes #161.

The problem was that this repository got out of sync with lingua-franca's master branch. lingua-franca's master branch incorporated changes from a "proprietary extension support" branch, but this companion branch had not been merged yet.

It feels necessary to explain how this happened since this problem can be avoided in the future. Part of the problem is that I spent a too much time working in unmerged feature branches and even declared that a feature had been implemented (while pointing to the unmerged feature branch) before the branch had been merged. This is a questionable practice that arose partly due to a desire to take a shortcut and partly due to uncertainty about what we actually would want in main in the long term. However, it is also true that we probably could have avoided publishing broken releases if I had been available to work in the past month.

@petervdonovan petervdonovan requested a review from lhstrh May 22, 2024 19:41
@petervdonovan petervdonovan marked this pull request as draft May 22, 2024 19:43
@petervdonovan petervdonovan force-pushed the proprietary-extension-support branch from c4c919b to 8e53e66 Compare May 22, 2024 20:57
tsconfig.json Outdated Show resolved Hide resolved
@petervdonovan petervdonovan force-pushed the proprietary-extension-support branch from cc8dbc5 to 9a9b328 Compare May 22, 2024 21:42
@petervdonovan petervdonovan force-pushed the proprietary-extension-support branch from 8294f81 to f533bc0 Compare May 22, 2024 23:59
@petervdonovan petervdonovan force-pushed the proprietary-extension-support branch 5 times, most recently from ad27bce to 1afb95d Compare May 23, 2024 04:00
@petervdonovan petervdonovan force-pushed the proprietary-extension-support branch from 1afb95d to 9757e16 Compare May 23, 2024 04:17
@petervdonovan petervdonovan force-pushed the proprietary-extension-support branch from 0de8058 to c8b303e Compare May 23, 2024 04:28
@petervdonovan petervdonovan marked this pull request as ready for review May 23, 2024 04:44
Copy link
Member

@lhstrh lhstrh left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM! Thank you so much for fixing this quickly, @petervdonovan.

@lhstrh lhstrh merged commit 7c5436f into main May 23, 2024
10 checks passed
@lhstrh lhstrh deleted the proprietary-extension-support branch May 23, 2024 05:03
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.

Extensions v0.7.1 and above do not respond to commands
2 participants