Compiler version control
Posted: Thu Dec 04, 2008 3:13 pm
Hi all,
PB is great and it improves with every version. And sometimes those improvements necessitate messing with the way old commands work, which is cool with me, as the changes always make sense. However it's heartbreaking when you want to run an old bit of code, or an example on the forum, and you find it no longer works without a long list of modifications.
How about a system where you can type in something along the lines of:
at the start of your code, and then it would always compile using the correct version of the compiler? I know there's a translator program, but converting a program is time consuming and often involves tweaking it by hand.
What do you think? Keep up the good work, PB crew.
PB is great and it improves with every version. And sometimes those improvements necessitate messing with the way old commands work, which is cool with me, as the changes always make sense. However it's heartbreaking when you want to run an old bit of code, or an example on the forum, and you find it no longer works without a long list of modifications.
How about a system where you can type in something along the lines of:
Code: Select all
#PB_Compiler_Version = 3.92
What do you think? Keep up the good work, PB crew.