Skip to content
GitLab
  • Menu
Projects Groups Snippets
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in
  • C clean-ide
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 5
    • Issues 5
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 0
    • Merge requests 0
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Packages & Registries
    • Packages & Registries
    • Container Registry
  • Monitor
    • Monitor
    • Incidents
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Repository
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • clean-and-itasks
  • clean-ide
  • Merge requests
  • !14

Search hierarchically for imported object files

  • Review changes

  • Download
  • Email patches
  • Plain diff
Merged Mart Lubbers requested to merge object-file-search-hierarchical into master Apr 10, 2019
  • Overview 0
  • Commits 3
  • Pipelines 5
  • Changes 5

Previously an imported object file:

implementation module test.test

import code from "obj.o"

Would only search in the roots of the project paths. Now it will als search in the test/ folder in the root.

This is achieved by remembering in which module the import was done and using this to search hierarchically for the object file. It is backwards compatible, it will only search hierarchically if it failed to find the object file the old fashioned way.

Things I need to do before merging:

  • Test on windows
Edited Apr 10, 2019 by Mart Lubbers
Assignee
Assign to
Reviewer
Request review from
Time tracking
Source branch: object-file-search-hierarchical