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 394
    • Issues 394
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 25
    • Merge requests 25
  • Deployments
    • Deployments
    • Releases
  • Wiki
    • Wiki
  • External wiki
    • External wiki
  • Activity
  • Graph
  • Create a new issue
  • Commits
  • Issue Boards
Collapse sidebar
  • sac-group
  • sac2csac2c
  • Merge requests
  • !180

resolve further aborts on missing module

  • Review changes

  • Download
  • Email patches
  • Plain diff
Merged Hans-Nikolai Viessmann requested to merge hans/sac2c:hans-namespace-decl-oops into develop Feb 18, 2022
  • Overview 3
  • Commits 3
  • Changes 5

With this PR we make the following changes/fixes:

  • on namespace retrieval of module, we now return status SUCCESS/FAILURE so that we can issues errors instead of aborting on missing module
  • fix incomplete conditional for conditional expressions
  • fix missing unget token on return in is_type; this was causing entire use/import statements to not be parsed!
  • add tests for missing modules checks, use/import and inline calls
Edited Feb 27, 2022 by Hans-Nikolai Viessmann
Assignee
Assign to
Reviewer
Request review from
Time tracking
Source branch: hans-namespace-decl-oops