Skip to content

[IC] --incremental:on -f gives Undefined symbols error #12057

@timotheecour

Description

@timotheecour

Example

echo "Hello World"
nim c --incremental:on --nimcache:/tmp/d05 -f main.nim # 1st one succeeds
nim c --incremental:on --nimcache:/tmp/d05 -f main.nim # 2nd fails

Current Output

Undefined symbols for architecture x86_64:
_main

Expected Output

should work

Additional Information

  • Your Nim version (output of nim -v).
    latest devel 8117a94

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions