seanbaxter / circle

The compiler is available for download. Get it!
http://www.circle-lang.org/
2.42k stars 74 forks source link

Do features have versions? #196

Open luihabl opened 11 months ago

luihabl commented 11 months ago

After reading the New Circle notes, something was not very clear. I will apologize upfront, perhaps I missed this detail in the docs.

Does Circle support some sort of versioning of features? Say, if a specific feature gets updated and this new version breaks backward compatibility with its own previous versions, is there a way to specify in the #feature directive or file which version of a specific feature you are using?