1pkg/gopium

[VS Extension] Package not found

Fenny opened this issue · 3 comments

Fenny commented

Hi @1pkg, awesome package!

But I can't get the package working (both CLI and VS Extension), do you have any suggestions?

image

gopium 🌺: C:\Users\Work\go\bin\gopium.exe -p c:\Users\Work\Documents\GitHub\fiber -r ^Ctx$ -c gc -a amd64 -l 64 -l 64 -l 64 -d -b -i 0 -w 8 -t 0 ast_go fiber filter_pads memory_pack explicit_paddings_type_natural cache_rounding_cpu_l1_discrete
Error: visiting error happened package "fiber" wasn't found at "c:\\Users\\Work\\Documents\\GitHub\\fiber"
// ...
// ...
2020/11/03 07:58:47 visiting error happened package "fiber" wasn't found at "c:\\Users\\Work\\Documents\\GitHub\\fiber"

Same error here
unknown

1pkg commented

@Fenny @kiyonlin thank you for reporting the issue. It comes from strict package name validation in parser and should be fixed now in gopium v1.2.0 specifically in commit 1472470. Please pull and try new version.

1pkg commented

will consider this fixed