We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
string in println act different from
fn test_main() { la := 'lalala' la2 := &la a(la2) assert false } fn a[T](t &T) { println(t) dump(t) }
lalala [/home/hitalo/Documents/v_wip/v/vlib/x/json2/decoder2/tests/decode_number_and_boolean_test.v:109] t: lalala
lalala [/home/hitalo/Documents/v_wip/v/vlib/x/json2/decoder2/tests/decode_number_and_boolean_test.v:109] t: &lalala
No response
V 0.4.8 31d6c47
Linux
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.
Huly®: V_0.6-21240
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Describe the bug
string in println act different from
Reproduction Steps
Expected Behavior
Current Behavior
lalala [/home/hitalo/Documents/v_wip/v/vlib/x/json2/decoder2/tests/decode_number_and_boolean_test.v:109] t: &lalala
Possible Solution
No response
Additional Information/Context
No response
V version
V 0.4.8 31d6c47
Environment details (OS name and version, etc.)
Linux
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.
Huly®: V_0.6-21240
The text was updated successfully, but these errors were encountered: