J2CL: use a more future proof naming convention for once functions#6173
J2CL: use a more future proof naming convention for once functions#6173kripken merged 5 commits intoWebAssembly:mainfrom
Conversation
|
@kripken renamed |
Co-authored-by: Alon Zakai <alonzakai@gmail.com>
|
Looks like that didn't work. From the error I'm not sure what's wrong. Unfortunately I don't have much experience with either windows or the However @tlively perhaps your knowledge of |
|
@kripken I added a workaround with a note PTAL. |
|
I don't have a fix for the Windows escaping off the top of my head. The first thing I would try is doubling up on the backslashes and if that doesn't work I would debug on a Windows box. This workaround lgtm, though. |
…ebAssembly#6173) Existing convention uses _@once@_ but we also use @ for class separation. It is cleaner&more future proof to use something other convention like _<once>_.
Existing convention uses
_@once@_but we also use@for class separation.It is cleaner&more future proof to use something other convention like
_<once>_.