Skip to content

{.push hint[Name]: off.} does not work #20243

@retsyo

Description

@retsyo

What happened?

I am talking about examples from https://github.com/khchen/winim/tree/master/examples/clr

when I compile winim-master\examples\clr\simple_gui.nim with nim 1.7.1, the message says

C:\Users\USER\.nimble\pkgs\winim-3.9.0\winim\clr.nim(737, 7) Hint: 'RuntimeHelp' should be: 'runtimeHelp' [Name]

however
there is {.push hint[Name]: off.} in C:\Users\USER.nimble\pkgs\winim-3.9.0\winim\clr.nim as you can read on line https://github.com/khchen/winim/blob/master/winim/clr.nim#L18

Nim Version

latest cloned-and-compiled nim 1.7.1

$ nim -v
Nim Compiler Version 1.7.1 [Windows: amd64]
Compiled at 2022-08-16
Copyright (c) 2006-2022 by Andreas Rumpf

git hash: 9f408ea
active boot switches: -d:release

Current Standard Output Logs

No response

Expected Standard Output Logs

do not show

C:\Users\USER\.nimble\pkgs\winim-3.9.0\winim\clr.nim(737, 7) Hint: 'RuntimeHelp' should be: 'runtimeHelp' [Name]

Possible Solution

I don't know

Additional Information

No response

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions