You have completed 0% of this survey
Caution: JavaScript execution is disabled in your browser or for this website. You may not be able to answer all questions in this survey. Please, verify your browser parameters.

Pharo Consortium Survey - About Pharo automatic deprecation rewritings

This survey intends to get feedback about Pharo automatic deprecation rewritings.

Pharo automatic deprecation rewritings were introduced in Pharo 6. This mechanism allows developers to annotate deprecated methods with rules that automatically rewrite client code at runtime.

 

path
    self deprecated: 'Use #directory instead'
        on: '12 November 2018'
        in: #Pharo7
        transformWith: '`@receiver path' -> '`@receiver directory'.
    ^ self primVmPath

 

We would like to know your opinion and experience, as both user and/or developer of Pharo, its libraries and frameworks.

We intend this survey to be short and fast to fill, we thank you in advance for your participation.

There are 13 questions in this survey.