AdeptLanguage / Adept

The Adept Programming Language
GNU General Public License v3.0
119 stars 9 forks source link

Is there a way to mark a function as deprecated? #248

Open ghost opened 9 months ago

ghost commented 9 months ago

See: #241. Using = delete will disallow the function from being used, so it's not the one we will want to use. A deprecated function is, even though being marked as deprecated, it's still being able to be used.

IsaacShelton commented 9 months ago

There is not, currently only marking files as deprecated is supported.

tests/e2e/src/deprecated/main.adept