Skip to content

GitLab

  • Menu
Projects Groups Snippets
    • Loading...
  • 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 334
    • Issues 334
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 14
    • Merge requests 14
  • Deployments
    • Deployments
    • Releases
  • Packages & Registries
    • Packages & Registries
    • Infrastructure Registry
  • 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
None
Milestone
None
Assign milestone
Time tracking