Skip to content
GitLab
  • Menu
Projects Groups Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in / Register
  • sac2c sac2c
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 403
    • Issues 403
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 12
    • Merge requests 12
  • Deployments
    • Deployments
    • Releases
  • Wiki
    • Wiki
  • External wiki
    • External wiki
  • Activity
  • Graph
  • Create a new issue
  • Commits
  • Issue Boards
Collapse sidebar
  • sac-group
  • sac2csac2c
  • Issues
  • #2133
Closed
Open
Created Sep 19, 2010 by Clemens Grelck@cgDeveloper

Parser does not propely recognise dots in generators

Bugzilla Link 748
Created on Sep 19, 2010 18:42
Resolution FIXED
Resolved on Sep 27, 2010 04:42
Version svn
OS All
Architecture All

Extended Description

The following code is not accepted:
int main( ) 
{
  x = with { 
       (.<= iv <=.):  1;
      }: genarray( [100]);
  return( 0);
}
while this is:
int main( ) 
{
  x = with { 
       (. <= iv <= .):  1;
      }: genarray( [100]);
  return( 0);
}
The spaces should under no circumstances affect the correctness of the code. 
It is unclear what caused the bug as the upper code used to work, but it
may have to do with the use of the dot in the record extension. This needs
further investigation.
To upload designs, you'll need to enable LFS and have an admin enable hashed storage. More information
Assignee
Assign to
Time tracking