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
Check Builder type in strings module.
Builder
strings
pub type Builder = []u8 @[inline] pub fn (mut b Builder) write_u8(data u8) { b << data }
Any of the methods defined with this type as a receiver is not visible!
All methods indexed.
Not indexed.
See description.
No response
v doctor
V full version: V 0.4.8 a7db095.10c7a75 OS: linux, Linux Mint 21.3 Processor: 20 cpus, 64bit, little endian, 12th Gen Intel(R) Core(TM) i9-12900H
getwd: /home/jakub vexe: /home/jakub/programy/v/v vexe mtime: 2024-09-29 12:38:59
vroot: OK, value: /home/jakub/programy/v VMODULES: OK, value: /home/jakub/.vmodules VTMP: OK, value: /tmp/v_1000
Git version: git version 2.34.1 Git vroot status: 0.4.8-4-g10c7a75c .git/config present: true
CC version: cc (Ubuntu 11.4.0-1ubuntu1~22.04) 11.4.0 thirdparty/tcc status: thirdparty-linux-amd64 a0799a5b
Idea Ultimate 2024.2.3
0.0.1-beta.6
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Describe the bug
Check
Builder
type instrings
module.Any of the methods defined with this type as a receiver is not visible!
Expected Behavior
All methods indexed.
Current Behavior
Not indexed.
Reproduction Steps
See description.
Possible Solution
No response
Additional Information/Context
No response
Environment details (
v doctor
output)V full version: V 0.4.8 a7db095.10c7a75
OS: linux, Linux Mint 21.3
Processor: 20 cpus, 64bit, little endian, 12th Gen Intel(R) Core(TM) i9-12900H
getwd: /home/jakub
vexe: /home/jakub/programy/v/v
vexe mtime: 2024-09-29 12:38:59
vroot: OK, value: /home/jakub/programy/v
VMODULES: OK, value: /home/jakub/.vmodules
VTMP: OK, value: /tmp/v_1000
Git version: git version 2.34.1
Git vroot status: 0.4.8-4-g10c7a75c
.git/config present: true
CC version: cc (Ubuntu 11.4.0-1ubuntu1~22.04) 11.4.0
thirdparty/tcc status: thirdparty-linux-amd64 a0799a5b
IDE Type (IDEA Community/Ultimate, GoLand, CLion, etc.)
Idea Ultimate 2024.2.3
Plugin Version
0.0.1-beta.6
The text was updated successfully, but these errors were encountered: