-
-
Notifications
You must be signed in to change notification settings - Fork 2.2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
as cast: cannot cast v.ast.UnknownTypeInfo
to v.ast.Array
#23704
Comments
Connected to Huly®: V_0.6-22123 |
module main
import v.builder.nativebuilder
fn main() {
nativebuilder.start()
} |
This is failing in V itself, when compiled with
Since the example is to be built with |
I tried again just running V instead of the
|
If you leave out the |
It does for me too. But @spytheman advise me to use |
V version: V 0.4.9 2744f38, press to see full `v doctor` output
launch_tool vexe : S:\repo\vlang\v.exe
launch_tool vroot : S:\repo\vlang
launch_tool tool_source : S:\repo\vlang\cmd\tools\vdoctor.v
launch_tool tool_exe : S:\repo\vlang\cmd\tools\vdoctor.exe
launch_tool tool_args : "-v" "doctor"
launch_tool should_compile: true
Compiling vdoctor with: ""S:\repo\vlang\v.exe" -g "S:\repo\vlang\cmd\tools\vdoctor.v""
What did you do?
./v -g -o vdbg cmd/v && ./vdbg -color -g -no-parallel -no-retry-compilation -o S:\vProjects\vDebug\main.exe -g -no-builtin S:\vProjects\vDebug\main.v && S:\vProjects\vDebug\main.exe
See attached file
S:\vProjects\vDebug\main.v
What did you see?
The text was updated successfully, but these errors were encountered: