Make buildscripts/idl/lib.py list_idls() ignore emacs-generated files

XMLWordPrintableJSON

    • Type: Improvement
    • Resolution: Fixed
    • Priority: Major - P3
    • 8.3.0-rc0
    • Affects Version/s: None
    • Component/s: None
    • None
    • Server Programmability
    • Fully Compatible
    • Programmability 2025-09-01
    • None
    • None
    • None
    • None
    • None
    • None
    • None

      - if filename.endswith(".idl")
      + if filename.endswith(".idl") and not filename.startswith(".#")

      Bumped into this issue transiently while removing an idl file during code review for SERVER-102364.

            Assignee:
            Alex Li
            Reporter:
            Evan Bergeron
            Votes:
            0 Vote for this issue
            Watchers:
            5 Start watching this issue

              Created:
              Updated:
              Resolved: