You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When I set classPostfix to Hollow, the generated code refers to a StringHollow class (presumably the same thing as HString) but there's no StringHollow class in the code generated. I'm pretty sure I'm using version 1.1.7 of the plugin.
I tried calling HollowAPIGenerator directly, and things seem to work as expected (there's a StringHollow class generated).
Let me know if you need a repro or other details.
The text was updated successfully, but these errors were encountered:
When I set
classPostfix
toHollow
, the generated code refers to aStringHollow
class (presumably the same thing asHString
) but there's noStringHollow
class in the code generated. I'm pretty sure I'm using version 1.1.7 of the plugin.I tried calling
HollowAPIGenerator
directly, and things seem to work as expected (there's aStringHollow
class generated).Let me know if you need a repro or other details.
The text was updated successfully, but these errors were encountered: