Block or Report
Block or report kahsa
Report abuse
Contact GitHub support about this user’s behavior. Learn more about reporting abuse.
Report abuse195 contributions in the last year
Less
More
Contribution activity
February 2022
Created 1 repository
- kahsa/v V
Created a pull request in vlang/v that received 1 comment
gg: improve Context scale for Android
This will be a breaking change for programs that use gg in Android.
I would like to hear opinions from developers who are actually developing on A…
+38
−2
•
1
comment
Opened 7 other pull requests in 1 repository
Reviewed 3 pull requests in 1 repository
Created an issue in vlang/v that received 11 comments
fn foo(mut [a, b, c]){} should be allowed.
V version: 0.2.4 ae0e90f OS: ArchLinux What did you do? fn foo(mut arr []int){} fn main(){ foo(mut [1,2,3]) } If this is not a but, then feature r…
11
comments
Opened 21 other issues in 1 repository
vlang/v
9
open
12
closed
- Embedded struct member visibility
- The argument can directly take a returned multiple values
- The argument can directly take a returned multiple values
-
interface embedded
segmentation fault - interface and embedded struct build error
-
[notice]attribute -
A useful application of
[params] - Interface and embedded struct method, complex bug
- should infer sum-type array field when initializing struct
- Error reason for mutable interface array argument, interface should be mut or reference?
- Inexplicable error messages for mutable interface array argument.
-
mutinteface argument is not checked - Embedding related issues.
- Interface related issues.
- "Embedded struct" and "Interface mut:" and "if xxx is Interface{" complex, weird bugs
-
Interface
mut:should be deprecated. -
dump()cross-reference field print recursively. -
error: reference field must be initializedbreaksdump()withbuild error: pointer expected - Embedded Interface with module prefix doesn't compile
- public among submodules but private ouside the module.
-
Embedded and interface build error,
Interface_xxx_method_wrapper undeclared