Skip to content
GitLab
Projects Groups Topics Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Register
  • Sign in
  • R RagConnect
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributor statistics
    • Graph
    • Compare revisions
  • Issues 17
    • Issues 17
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 1
    • Merge requests 1
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Artifacts
    • Schedules
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Packages and registries
    • Packages and registries
    • Package Registry
    • Terraform modules
  • Monitor
    • Monitor
    • Incidents
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Repository
  • Snippets
    • Snippets
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar

Admin message

GitLab update scheduled for Friday, June 9th between 08:15 and 08:45 CEST. If unpleasant, please contact René or Martin.

  • JastAdd
  • RagConnect
  • Issues
  • #38
Closed
Open
Issue created Nov 11, 2021 by René Schöne@rschoeneOwner

Feature: Send endpoint for attributes

  • enable send endpoint targeting attributes, i.e., use normal attributes to send their value whenever invalidated
  • this would then probably the default for an endpoint type in the DSL, but it is unchecked (because aspects are neither passed as arguments nor parsed). the error would be reported by jastadd earliest
    • could be mitigated by alternative syntax using () after name of attribute, or using with unchecked, or as attribute

DSL:

send A.value;  // would work
send A.nonexistentAttribute;  // error in JastAdd, or in javac

send A.value();  // possible alternate syntax to denote an (unchecked) attribute,
                 // other endpoint types would be checked as usual
Assignee
Assign to
Time tracking