Skip to content
GitLab
Projects Groups Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Register
  • Sign in
  • vala vala
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 776
    • Issues 776
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 71
    • Merge requests 71
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Releases
  • Packages and registries
    • Packages and registries
    • Container Registry
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Repository
  • External wiki
    • External wiki
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • GNOMEGNOME
  • valavala
  • Merge requests
  • !78

CodeWriter: write weak modifier for properties.

  • Review changes

  • Download
  • Email patches
  • Plain diff
Closed philippejer requested to merge philippejer/vala:fix/codewriter-weak-properties into master Sep 01, 2019
  • Overview 3
  • Commits 2
  • Pipelines 0
  • Changes 3

Found in the VAPI for libvala: SourceReference.file is a weak property but not weak in the VAPI.

The modification in visit_property () is symmetric with visit_field () (i.e. weak is written between the binding and the type).

Updated the "fast-vapi" test accordingly, not sure if it is the right place?

Assignee
Assign to
Reviewers
Request review from
Time tracking
Source branch: fix/codewriter-weak-properties