Skip to content

[stdlib] Add missing import to path.vale#632

Open
zupat wants to merge 1 commit intoValeLang:masterfrom
zupat:master
Open

[stdlib] Add missing import to path.vale#632
zupat wants to merge 1 commit intoValeLang:masterfrom
zupat:master

Conversation

@zupat
Copy link

@zupat zupat commented Nov 16, 2023

Used here:

new_segments = segment.split(GetPathSeparator());

Error without it:

Error: stdlib.path:/home/dev/programs/vale_0.2.0.28/stdlib/src/path/path.vale:134:31 error T
  new_segments = segment.split(GetPathSeparator());
Couldn't find a suitable function split(str, str). No function with that name exists.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant