[Bug 1028] Type system broken on Mac OSX?

Ruben Smits <[email protected]>
Newsgroups gmane.science.robotics.orocos.devel
Message-ID <[email protected]>
http://bugs.orocos.org/show_bug.cgi?id=1028

--- Comment #3 from Ruben Smits <[email protected]> 2013-05-15 16:38:27 CEST ---
Another test using the deployer shows a problem with the type system:

Deployer [S]> var int i = 0
 = (int)               

Deployer [S]> var int j = 1
 = (int)               

Deployer [S]> i = j
Fatal Semantic error: Incompatible types. Cannot assign: int =  int.

While on Ubuntu this gives:

Deployer [S]> var int i = 0
 = 0               

Deployer [S]> var int j = 1
 = 1               

Deployer [S]> i = j
 = 1

-- 
Configure bugmail: http://bugs.orocos.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.
You are the assignee for the bug.
-- 
Orocos-Dev mailing list
[email protected]
http://lists.mech.kuleuven.be/mailman/listinfo/orocos-dev
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.