• Skip to main content
  • Skip to search
  • Skip to footer
Cadence Home
  • This search text may be transcribed, used, stored, or accessed by our third-party service providers per our Cookie Policy and Privacy Policy.

  1. Community Forums
  2. Custom IC SKILL
  3. hiCreateReportField() warnings

Stats

  • Locked Locked
  • Replies 1
  • Subscribers 143
  • Views 13439
  • Members are here 0
This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

hiCreateReportField() warnings

Yaosan
Yaosan over 15 years ago

Whenever I run the SKILL Lint on my code, it gives me a warning whenever I use the hiCreateReportField() function to create a report field:

 WARN (hiCreateReportField): The meaning of the "value" property for hiCreateReportField is changing
    in release IC 5.0.0 (01.01).  A new property named "choices"
    has been added in release 4.4.6 (00.01), and any reference to
    "value" in 4.4.6 MUST be changed to refer to "choices"
    in order to remain compatible going forward.

How can I prevent this warning from showing up?

Here's a sample of how I'm using the report field:

        report = hiCreateReportField(
            ?name 'report
            ?title "File List"
            ?headers '( ( "Filename" 300 'left 'string t ) ( "Size" 120 'left 'int t ) ( "Type" 120 'left 'string t ) )
            ?choices fileList
            ?sort '(1 nil)
            ?selectMode 'extended
            ?callback 'myReportCB
            ?enableDeselectCB t
        )

  • Cancel
  • Andrew Beckett
    Andrew Beckett over 15 years ago

    You can turn off the message, by doing:

    skIgnoreMessage('hiCreateReportField)

    but it still lowers your lint score even with the message turned off. You can also turn it off via the Custom  checkbox on the Lint form.

    This message probably should be an INFO rather than a WARNING, or at the very least the rule should be defined to have the version information coded, so that it can be filtered by setting the Code Version on the lint form. So you should contact Cadence Customer Support and ask for this to be changed (best to come from a customer request).

    Regards,

    Andrew.

     

    • Cancel
    • Vote Up 0 Vote Down
    • Cancel

Community Guidelines

The Cadence Design Communities support Cadence users and technologists interacting to exchange ideas, news, technical information, and best practices to solve problems and get the most from Cadence technology. The community is open to everyone, and to provide the most value, we require participants to follow our Community Guidelines that facilitate a quality exchange of ideas and information. By accessing, contributing, using or downloading any materials from the site, you agree to be bound by the full Community Guidelines.

© 2025 Cadence Design Systems, Inc. All Rights Reserved.

  • Terms of Use
  • Privacy
  • Cookie Policy
  • US Trademarks
  • Do Not Sell or Share My Personal Information