You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
A compiled program, and the veb server should handle / and /index routes by responding with Hello V!.
This was found, while reviewing #25246 (which needed a simpler cgen change).
I expect that I would be able to define the route method on both the unaliased type, and on the aliased type too. If there are 2 definitions, the method route definition on the aliased type should be chosen over the unaliased method route. There should be no compile time errors.
Note
You can use the 👍 reaction to increase the issue's priority for developers.
Please note that only the 👍 reaction to the issue itself counts as a vote.
Other reactions and those to comments will not be taken into account.
V version: V 0.4.11 930c84d, press to see full `v doctor` output
What did you do?
./v -g -o vdbg cmd/v && ./vdbg x.v && xWhat did you see?
What did you expect to see?
A compiled program, and the veb server should handle / and /index routes by responding with
Hello V!.This was found, while reviewing #25246 (which needed a simpler cgen change).
I expect that I would be able to define the route method on both the unaliased type, and on the aliased type too. If there are 2 definitions, the method route definition on the aliased type should be chosen over the unaliased method route. There should be no compile time errors.
Note
You can use the 👍 reaction to increase the issue's priority for developers.
Please note that only the 👍 reaction to the issue itself counts as a vote.
Other reactions and those to comments will not be taken into account.