Stream: beginners

Topic: Trouble seeing the double underscore


view this post on Zulip Luke Boswell (Oct 29 2022 at 03:45):

Just thought I would share something that we might want to look at. I have been writing a platform and I had a bug somewhere that took me quite a while to track down. In the end I realised that it was just that I was missing one of the double underscores in the roc__renderForHost_1_exposed_generic. I starred at that a while before I realised what was going on. Is there a reason we need the double? I know it helps with finding the symbol as it is different from other generated functions. Maybe we could use another pattern?


Last updated: Jul 06 2025 at 12:14 UTC