Re: [Gambas-user] components automatically loading based on usage

2013-07-24 Thread Kevin Fishburne
On 07/24/2013 02:38 PM, Fabien Bodard wrote: > Le 23 juil. 2013 23:55, "Kevin Fishburne" > a écrit : >> LOL. Okay, I'll bite. I guess it was the surprise of seeing my variable >> no longer working combined with the bit about a component being >> automatically loaded that made fire shoot out of my

Re: [Gambas-user] components automatically loading based on usage

2013-07-24 Thread Fabien Bodard
Le 23 juil. 2013 23:55, "Kevin Fishburne" a écrit : > > On 07/23/2013 04:59 AM, Tobias Boege wrote: > > On Mon, 22 Jul 2013, Kevin Fishburne wrote: > >> I just noticed that referencing a boolean variable "Match" now > >> automatically loads the pcre component and tries to use it as a function > >>

Re: [Gambas-user] components automatically loading based on usage

2013-07-23 Thread Kevin Fishburne
On 07/23/2013 04:59 AM, Tobias Boege wrote: > On Mon, 22 Jul 2013, Kevin Fishburne wrote: >> I just noticed that referencing a boolean variable "Match" now >> automatically loads the pcre component and tries to use it as a function >> (then obviously fails). This seems a dangerous precedent, as mos

Re: [Gambas-user] components automatically loading based on usage

2013-07-23 Thread Tobias Boege
On Mon, 22 Jul 2013, Kevin Fishburne wrote: > I just noticed that referencing a boolean variable "Match" now > automatically loads the pcre component and tries to use it as a function > (then obviously fails). This seems a dangerous precedent, as most GAMBAS > users probably don't use most compo

Re: [Gambas-user] components automatically loading based on usage

2013-07-23 Thread Benoît Minisini
Le 23/07/2013 04:49, Kevin Fishburne a écrit : > I just noticed that referencing a boolean variable "Match" now > automatically loads the pcre component and tries to use it as a function > (then obviously fails). This seems a dangerous precedent, as most GAMBAS > users probably don't use most compo

[Gambas-user] components automatically loading based on usage

2013-07-22 Thread Kevin Fishburne
I just noticed that referencing a boolean variable "Match" now automatically loads the pcre component and tries to use it as a function (then obviously fails). This seems a dangerous precedent, as most GAMBAS users probably don't use most components and therefore shouldn't be constrained by the