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
Legacy development and production environments have resulted in a branch master. We've provided compatibility layers over the past few months to allow these users to update to modern releases.
But for uniformity and compatibility in future development. We will DELETE the master branch in 2024/06/01.
How to check my current branch?
Run cpc -v in your terminal.
You will get an output like below:
Version 0.1.4 (stable/926b50c)
Using [ PyPy 3.10.13 ] on Darwin
Current Version Notes: Merge pull request #79 from iewnfod/nightly
What should I do?
If the version's hash in the bracket shows stable or nightly or dev. You can ignore this announcement.
If the version's hash in the bracket shows master or doesn't have a bracket. Try to run cpc -u.
If you cannot run cpc -u or result in an error, go to the release page and try to reinstall CAIE_Code.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
What is going on?
Legacy development and production environments have resulted in a branch master. We've provided compatibility layers over the past few months to allow these users to update to modern releases.
But for uniformity and compatibility in future development. We will DELETE the master branch in 2024/06/01.
How to check my current branch?
cpc -v
in your terminal.Version 0.1.4 (stable/926b50c) Using [ PyPy 3.10.13 ] on Darwin Current Version Notes: Merge pull request #79 from iewnfod/nightly
What should I do?
If the version's hash in the bracket shows
stable
ornightly
ordev
. You can ignore this announcement.If the version's hash in the bracket shows
master
or doesn't have a bracket. Try to runcpc -u
.If you cannot run
cpc -u
or result in an error, go to the release page and try to reinstallCAIE_Code
.Beta Was this translation helpful? Give feedback.
All reactions