Skip to content
GitLab
Projects Groups Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
  • Sign in
  • E escet
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Graph
    • Compare
    • Locked Files
  • Issues 92
    • Issues 92
    • List
    • Boards
    • Service Desk
    • Milestones
    • Iterations
  • Merge requests 5
    • Merge requests 5
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
    • Test Cases
  • Deployments
    • Deployments
    • Releases
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • Eclipse ProjectsEclipse Projects
  • Eclipse ESCET (Supervisory Control Engineering Toolkit)
  • escet
  • Issues
  • #177
Closed
Open
Issue created Sep 20, 2021 by Albert Hofkamp@ahofkampDeveloper

Inconsistent error reporting on list projection with impossible static bounds.

Jeroen found that list projection with completely impossible static bounds is not consistently handled.

event e, f;

automaton X:
	disc list[2..2] int v;

	location A:
		initial;
		edge e do v[-11] := 3; // Is not caught.
		edge f do v[10] := 5;  // Gives an error.
end

The impossible positive index throws an error for being out of bounds. If you add a comment // in front of that line, it only warns about not using event f.

Assignee
Assign to
Time tracking

Copyright © Eclipse Foundation, Inc. All Rights Reserved.     Privacy Policy | Terms of Use | Copyright Agent