Re: [Gambas-user] .list file class names with exclamation marks

2015-02-01 Thread Tobias Boege
On Sun, 01 Feb 2015, Christof Thalhofer wrote:
 Hello,
 
 the .list file in the project root seems to contain the names of
 exported classes of a library or component. But some of them have
 exclamation marks at the end of the name.
 
 Why?
 

Looking at main/gbc/gbc_dump.c, I would guess the '!' means that the class
contains static symbols. Does this match with your observation?

Regards,
Tobi

-- 
There's an old saying: Don't change anything... ever! -- Mr. Monk

--
Dive into the World of Parallel Programming. The Go Parallel Website,
sponsored by Intel and developed in partnership with Slashdot Media, is your
hub for all things parallel software development, from weekly thought
leadership blogs to news, videos, case studies, tutorials and more. Take a
look and join the conversation now. http://goparallel.sourceforge.net/
___
Gambas-user mailing list
Gambas-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/gambas-user


[Gambas-user] .list file class names with exclamation marks

2015-02-01 Thread Christof Thalhofer
Hello,

the .list file in the project root seems to contain the names of
exported classes of a library or component. But some of them have
exclamation marks at the end of the name.

Why?


Alles Gute

Christof Thalhofer

-- 
Dies ist keine Signatur



signature.asc
Description: OpenPGP digital signature
--
Dive into the World of Parallel Programming. The Go Parallel Website,
sponsored by Intel and developed in partnership with Slashdot Media, is your
hub for all things parallel software development, from weekly thought
leadership blogs to news, videos, case studies, tutorials and more. Take a
look and join the conversation now. http://goparallel.sourceforge.net/___
Gambas-user mailing list
Gambas-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/gambas-user


Re: [Gambas-user] .list file class names with exclamation marks

2015-02-01 Thread Christof Thalhofer
Am 01.02.2015 um 15:44 schrieb Tobias Boege:

 Looking at main/gbc/gbc_dump.c, I would guess the '!' means that the class
 contains static symbols. Does this match with your observation?

Thank you.

Hm. In a library, I wrote, there it is right. Every module and every
class with a static function inside are tagged in .list with an
exclamation mark.

But I have a project as component with two classes (no static inside),
there the names are tagged in .list with an exclamation mark also.

I suspect the exclamation marks beeing responsible, that the classes of
the component are not found in another project, which relies on that.
But the component is packed with dev-version, the project itself runs
under Gabas3 beta.

If I use the dev-version of Gambas3, the interpreter crashes. I am
trying to find out what's going on.

Alles Gute

Christof Thalhofer

-- 
Dies ist keine Signatur



signature.asc
Description: OpenPGP digital signature
--
Dive into the World of Parallel Programming. The Go Parallel Website,
sponsored by Intel and developed in partnership with Slashdot Media, is your
hub for all things parallel software development, from weekly thought
leadership blogs to news, videos, case studies, tutorials and more. Take a
look and join the conversation now. http://goparallel.sourceforge.net/___
Gambas-user mailing list
Gambas-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/gambas-user