StarLight icon indicating copy to clipboard operation
StarLight copied to clipboard

Improper action when calling `Api.compile()` without parameters

Open mooner1022 opened this issue 1 year ago • 2 comments

When Api.compile() is called in global scope of project script, it compiles all project including itself, which leads to infinite compilation loop.

mooner1022 avatar May 21 '24 07:05 mooner1022

when you close this issue? is this still happening?

kkim93142 avatar Oct 19 '24 10:10 kkim93142

when you close this issue? is this still happening? @kkim93142

I'm not sure whether this is actually a bug or not. The API1 implementation in this project, which includes this API function, is primarily intended to ensure compatibility with other messenger auto-reply apps. As far as I know, this behavior is also observed in other apps, such as MessengerBot.

Therefore, I won't consider this an issue until it's confirmed to be an unintended action. While I have considered independently addressing the problem, I am currently refraining from making changes in order to maintain compatibility.

mooner1022 avatar Jan 12 '25 22:01 mooner1022