Skip to content

hintProcessing dots are annoying #16707

@ringabout

Description

@ringabout
static: echo "1234"
import std/sets
static: echo "3456"

prints

....
1234
......
3456

see https://play.nim-lang.org/#ix=2LU4

workaround:

import std/sets
static: echo "1234"
static: echo "3456"

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