Stream: beginners

Topic: Exposes as another name


view this post on Zulip Jamie Neubert Pedersen (Mar 17 2024 at 15:06):

Is it possible to expose a function under a different name in the exposes section in the interface?
For example I want to test out my new function calculateSplinesV2 instead of calculateSplines, but I don't want to update the calls everywhere. Can I then do something like this?

interface SplineCalculator
    exposes [calculateSplinesV2 as calculateSplines]

view this post on Zulip Richard Feldman (Mar 17 2024 at 15:13):

not yet, but @Agus Zubiaga talked at the meetup yesterday about plans to implement it!

view this post on Zulip Jamie Neubert Pedersen (Mar 17 2024 at 15:16):

Awesome. Guess I'll wait for that then. I hope someday I'll be able to help out as well


Last updated: Jul 26 2025 at 12:14 UTC