Skip to content
GitLab
Projects Groups Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in / Register
  • gnumeric gnumeric
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 389
    • Issues 389
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 2
    • Merge requests 2
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Packages and registries
    • Packages and registries
    • Container Registry
  • Monitor
    • Monitor
    • Incidents
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Repository
  • Snippets
    • Snippets
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • GNOMEGNOME
  • gnumericgnumeric
  • Issues
  • #501
Closed
Open
Issue created Jun 28, 2020 by Morten Welinder@welinderMaintainer

Dependency code doesn't understand implicit intersection

Book1.gnumeric

COLA is defined as the whole A column. Run gnumeric on this file with GNM_DEBUG=deps and click the info button. Note, that C{1,2,3,4,5} depend on the entire A column instead of the single cell they actually use.

The dependency simple sees A:A (via the name, probably not important) and goes to town. There even is a comment to this effect:

		/* TODO: pass in eval flags so that we can use implicit
		 * intersection

This is highly wasteful.

Assignee
Assign to
Time tracking