Re: ROYALE_REFLECTION_INFO.compileFlags

2019-10-07 Thread Harbs
I’m using an older compiler.

I’ll check when I update my compiler.

Thanks.
Harbs

> On Oct 7, 2019, at 8:42 PM, Greg Dove  wrote:
> 
> Hi Harbs I actually noticed that recently prompted by something Alex had
> mentioned in a thread somewhere. It should be fixed in a recent commit
> during the past week sometime, unless I missed something (it was working
> for Hello World). What build are you using? And are you using any features
> that require reflection?
> 
> 
> 
> On Tue, 8 Oct 2019, 00:01 Harbs,  wrote:
> 
>> It seems to me like the size of my app has recently increased and I’m
>> trying to understand why. I noticed that I have 1270 instances of
>> ROYALE_REFLECTION_INFO.compileFlags in my app (and 1421 instances of
>> ROYALE_REFLECTION_INFO) in my minified app.  I don’t know what this does.
>> Is this always needed, and is there a way of preventing reflection data
>> when it’s not needed? If it is needed, is there some way of getting these
>> keys minified? A rough calculation tells me these additions comprise more
>> than 5 percent of my compiled app.
>> 
>> Thanks,
>> Harbs



Re: ROYALE_REFLECTION_INFO.compileFlags

2019-10-07 Thread Greg Dove
Hi Harbs I actually noticed that recently prompted by something Alex had
mentioned in a thread somewhere. It should be fixed in a recent commit
during the past week sometime, unless I missed something (it was working
for Hello World). What build are you using? And are you using any features
that require reflection?



On Tue, 8 Oct 2019, 00:01 Harbs,  wrote:

> It seems to me like the size of my app has recently increased and I’m
> trying to understand why. I noticed that I have 1270 instances of
> ROYALE_REFLECTION_INFO.compileFlags in my app (and 1421 instances of
> ROYALE_REFLECTION_INFO) in my minified app.  I don’t know what this does.
> Is this always needed, and is there a way of preventing reflection data
> when it’s not needed? If it is needed, is there some way of getting these
> keys minified? A rough calculation tells me these additions comprise more
> than 5 percent of my compiled app.
>
> Thanks,
> Harbs


ROYALE_REFLECTION_INFO.compileFlags

2019-10-07 Thread Harbs
It seems to me like the size of my app has recently increased and I’m trying to 
understand why. I noticed that I have 1270 instances of 
ROYALE_REFLECTION_INFO.compileFlags in my app (and 1421 instances of 
ROYALE_REFLECTION_INFO) in my minified app.  I don’t know what this does. Is 
this always needed, and is there a way of preventing reflection data when it’s 
not needed? If it is needed, is there some way of getting these keys minified? 
A rough calculation tells me these additions comprise more than 5 percent of my 
compiled app.

Thanks,
Harbs