Skip to content

PC0029: roadmap - RecordRef, return-value and variable tracing, suppression, event parameters #515

Description

@Arthurvdv

Deferred ideas for this rule, moved out of .claude/rules/diagnostics/pc0029-use-sequential-guid.md so the rule doc describes current state only. None of these is scheduled; names and defaults may change when an item is picked up.

  • RecordRef support: Detect RecordRef.SetTable() followed by field assignment
  • Return value tracing: Function returns CreateGuid(), caller assigns to key field
  • Global variable tracking: Track global variables across methods in the same object
  • Parameter variable tracking: Analyze calling context for parameters
  • Cross-module setting: Optional mode to also flag cross-module procedure calls
  • AlreadySequentialGuid NoDiagnostic: Add test when SDK ships CreateSequentialGuid
  • Suppress for security: Attribute or comment-based suppression for intentionally random GUIDs
  • Event parameter tracing: Optional mode to flag event arguments (currently skipped)

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions