Ecosyste.ms: Issues
An open API service for providing issue and pull request metadata for open source projects.
GitHub / vlang/v issues and pull requests
#23417 - v: minor optimization removing repeated code
Pull Request -
State: closed - Opened by felipensp 28 days ago
#23416 - incorrect final expression error in or block with if/else statement
Issue -
State: open - Opened by islonely 29 days ago
Labels: Unit: Compiler
#23416 - incorrect final expression error in or block with if/else statement
Issue -
State: open - Opened by islonely 29 days ago
Labels: Unit: Compiler
#23415 - cgen: fix codegen for array fixed comparison on MatchExpr
Pull Request -
State: closed - Opened by felipensp 29 days ago
#23415 - cgen: fix codegen for array fixed comparison on MatchExpr
Pull Request -
State: closed - Opened by felipensp 29 days ago
#23414 - cgen: fix shared array fixed initializing with `-cstrict`
Pull Request -
State: closed - Opened by felipensp 29 days ago
#23414 - cgen: fix shared array fixed initializing with `-cstrict`
Pull Request -
State: closed - Opened by felipensp 29 days ago
#23413 - cgen: fix shared array indexing
Pull Request -
State: closed - Opened by felipensp 29 days ago
- 1 comment
#23413 - cgen: fix shared array indexing
Pull Request -
State: closed - Opened by felipensp 29 days ago
- 1 comment
#23412 - Single selective import will produce a warning "module is imported but never used"
Issue -
State: open - Opened by khalyomede 29 days ago
Labels: Bug, Unit: Compiler, Status: Confirmed, Unit: Parser
#23412 - Single selective import will produce a warning "module is imported but never used"
Issue -
State: open - Opened by khalyomede 29 days ago
Labels: Bug, Unit: Compiler, Status: Confirmed, Unit: Parser
#23411 - checker: cache `node.args[0]` on `fixed_array_builtin_method_call` and `array_builtin_method_call`
Pull Request -
State: closed - Opened by felipensp 29 days ago
#23411 - checker: cache `node.args[0]` on `fixed_array_builtin_method_call` and `array_builtin_method_call`
Pull Request -
State: closed - Opened by felipensp 29 days ago
#23410 - C compilation error: invalid operand types for binary operation
Issue -
State: closed - Opened by leNicDev 29 days ago
- 3 comments
Labels: Bug, Status: Confirmed, Unit: cgen
#23410 - C compilation error: invalid operand types for binary operation
Issue -
State: closed - Opened by leNicDev 29 days ago
- 3 comments
Labels: Bug, Status: Confirmed, Unit: cgen
#23409 - cgen: fix codegen for nested selectorexpr on unwrapped option
Pull Request -
State: closed - Opened by felipensp 29 days ago
#23409 - cgen: fix codegen for nested selectorexpr on unwrapped option
Pull Request -
State: closed - Opened by felipensp 29 days ago
#23408 - cgen: caching return_stmt()'s node.exprs[0] and node.types[0]
Pull Request -
State: closed - Opened by felipensp 29 days ago
#23408 - cgen: caching return_stmt()'s node.exprs[0] and node.types[0]
Pull Request -
State: closed - Opened by felipensp 29 days ago
#23407 - crypto.ecdsa: expand ecdsa module to support another curve.
Pull Request -
State: closed - Opened by blackshirt 29 days ago
- 6 comments
#23407 - crypto.ecdsa: expand ecdsa module to support another curve.
Pull Request -
State: closed - Opened by blackshirt 29 days ago
- 6 comments
#23405 - vvet: fix for dir running + new features (track long fns, empty fns and repeated code)
Pull Request -
State: closed - Opened by felipensp 30 days ago
- 2 comments
#23405 - vvet: fix for dir running + new features (track long fns, empty fns and repeated code)
Pull Request -
State: closed - Opened by felipensp 30 days ago
- 2 comments
#23404 - Warn about dead code within `match` and `if`/`else`
Issue -
State: open - Opened by jorgeluismireles 30 days ago
Labels: Feature/Enhancement Request, Unit: Compiler
#23404 - Warn about dead code within `match` and `if`/`else`
Issue -
State: open - Opened by jorgeluismireles 30 days ago
Labels: Feature/Enhancement Request, Unit: Compiler
#23403 - C error
Issue -
State: closed - Opened by Eliyaan 30 days ago
- 7 comments
Labels: Bug, Status: Confirmed, Unit: cgen
#23403 - C error
Issue -
State: closed - Opened by Eliyaan 30 days ago
- 7 comments
Labels: Bug, Status: Confirmed, Unit: cgen
#23402 - cgen: fix codegen for indexing generic map
Pull Request -
State: closed - Opened by felipensp 30 days ago
#23401 - parser: allow map cast syntax `map[k]v(expr)`
Pull Request -
State: closed - Opened by felipensp about 1 month ago
#23401 - parser: allow map cast syntax `map[k]v(expr)`
Pull Request -
State: closed - Opened by felipensp about 1 month ago
#23400 - orm: fix codegen for option fk
Pull Request -
State: closed - Opened by felipensp about 1 month ago
#23400 - orm: fix codegen for option fk
Pull Request -
State: closed - Opened by felipensp about 1 month ago
#23398 - vretry_test.v fails on OpenMandriva builder
Issue -
State: closed - Opened by davidebeatrici about 1 month ago
- 6 comments
Labels: Bug, Testing
#23397 - freestanding_module_import_2 assembly failure on ARM64
Issue -
State: open - Opened by davidebeatrici about 1 month ago
- 8 comments
Labels: Bug
#23397 - freestanding_module_import_2 assembly failure on ARM64
Issue -
State: open - Opened by davidebeatrici about 1 month ago
- 8 comments
Labels: Bug
#23394 - cgen: fix codegen for selector on shared var with embed
Pull Request -
State: closed - Opened by felipensp about 1 month ago
#23394 - cgen: fix codegen for selector on shared var with embed
Pull Request -
State: closed - Opened by felipensp about 1 month ago
#23392 - cgen: fix cgen error for `instance.t.wait()` on default 0 initialized thread field `t` (fix #23390)
Pull Request -
State: closed - Opened by felipensp about 1 month ago
- 3 comments
#23391 - cgen: fix codegen for sumtype casting on selector on as cast with field non ptr
Pull Request -
State: closed - Opened by felipensp about 1 month ago
#23391 - cgen: fix codegen for sumtype casting on selector on as cast with field non ptr
Pull Request -
State: closed - Opened by felipensp about 1 month ago
#23390 - cgen error when trying to `thread.wait()` on an unset thread field of struct
Issue -
State: closed - Opened by islonely about 1 month ago
Labels: Bug, Unit: cgen
#23387 - C compilation error: cannot convert 'struct v__ast__Expr' to 'struct v__ast__Expr *'
Issue -
State: closed - Opened by fermarsan about 1 month ago
- 1 comment
Labels: Bug, Status: Confirmed, Unit: cgen
#23387 - C compilation error: cannot convert 'struct v__ast__Expr' to 'struct v__ast__Expr *'
Issue -
State: closed - Opened by fermarsan about 1 month ago
- 1 comment
Labels: Bug, Status: Confirmed, Unit: cgen
#23376 - "invalid initializer" C error when iterating on a generic map of string T from a generic function
Issue -
State: closed - Opened by khalyomede about 1 month ago
Labels: Bug
#23376 - "invalid initializer" C error when iterating on a generic map of string T from a generic function
Issue -
State: closed - Opened by khalyomede about 1 month ago
Labels: Bug
#23365 - Adding `&` twice or more causes C error
Issue -
State: closed - Opened by syobocat about 1 month ago
- 8 comments
Labels: Bug, Status: Confirmed, Unit: Checker
#23365 - Adding `&` twice or more causes C error
Issue -
State: closed - Opened by syobocat about 1 month ago
- 8 comments
Labels: Bug, Status: Confirmed, Unit: Checker
#23346 - `@[sql: serial]` and `@[serial]` are not the same.
Issue -
State: open - Opened by islonely about 1 month ago
- 3 comments
Labels: ORM
#23346 - `@[sql: serial]` and `@[serial]` are not the same.
Issue -
State: open - Opened by islonely about 1 month ago
- 3 comments
Labels: ORM
#23219 - Compiling vab with -autofree doesn't work
Issue -
State: closed - Opened by snowflakednew about 2 months ago
- 1 comment
Labels: Bug, Autofree
#23219 - Compiling vab with -autofree doesn't work
Issue -
State: closed - Opened by snowflakednew about 2 months ago
- 1 comment
Labels: Bug, Autofree
#23157 - cgen error when using fn callback fields
Issue -
State: closed - Opened by lazalong about 2 months ago
- 4 comments
Labels: Bug, Unit: Compiler, Status: Confirmed, Unit: cgen
#23094 - example: fast, multi-threaded, non-blocking, port and host reuse, thread-safe, epoll server
Pull Request -
State: open - Opened by enghitalo 2 months ago
- 9 comments
#23094 - example: fast, multi-threaded, non-blocking, port and host reuse, thread-safe, epoll server
Pull Request -
State: open - Opened by enghitalo 2 months ago
- 9 comments
#23033 - orm: ignores columns with type time.Duration
Issue -
State: open - Opened by Le0Developer 2 months ago
- 3 comments
Labels: Bug, Status: Confirmed, Unit: cgen, ORM
#23033 - orm: ignores columns with type time.Duration
Issue -
State: open - Opened by Le0Developer 2 months ago
- 3 comments
Labels: Bug, Status: Confirmed, Unit: cgen, ORM
#22955 - example: One Billion Rows Challenge in V
Issue -
State: closed - Opened by enghitalo 2 months ago
- 1 comment
Labels: Feature/Enhancement Request
#22866 - Creating explicit array from return values gives c error: declaration of an array of incomplete type elements
Issue -
State: open - Opened by daansystems 3 months ago
- 1 comment
#22865 - checker, cgen: fix generic static method call return type resolution
Pull Request -
State: open - Opened by felipensp 3 months ago
#22864 - Convert some useful functions like `dump` to comptime fns
Issue -
State: open - Opened by StunxFS 3 months ago
- 1 comment
Labels: Feature Request
#22863 - checker: disallow struct init `mut a: b`, when b is a const array
Pull Request -
State: closed - Opened by Delta456 3 months ago
#22862 - constant arrays shouldn't be allowed to be put under `mut:` struct fields
Issue -
State: closed - Opened by zeozeozeo 3 months ago
- 2 comments
Labels: Bug, Status: Confirmed
#22861 - encoding/asn1: fix time creation to also accommodate negative timezone offsets
Pull Request -
State: open - Opened by kimshrier 3 months ago
#22860 - output of json encode/decode of structs containing f64 arrays is not equivalent to the input
Issue -
State: open - Opened by holder66 3 months ago
Labels: Bug, Status: Confirmed, Modules: JSON
#22859 - arrays.sum([]) or {panic(err)} produces a misleading/obscure error message:
Issue -
State: open - Opened by holder66 3 months ago
- 5 comments
Labels: Bug, Unit: Checker
#22856 - v: improved `-skip-unused`
Pull Request -
State: open - Opened by felipensp 3 months ago
- 10 comments
#22855 - Generics implementation maybe keeps state from previous run, that it should have reset
Issue -
State: open - Opened by blackshirt 3 months ago
- 2 comments
Labels: Bug, Status: Confirmed, Unit: Checker, Unit: cgen
#22854 - checker: check alias of array op overloading and fix op overloading (fix #22851)
Pull Request -
State: closed - Opened by yuyi98 3 months ago
#22853 - checker: check array builtin method call immutable errors (fix #22850)
Pull Request -
State: closed - Opened by yuyi98 3 months ago
#22852 - Building vsql with -skip-unused results in a missing pstr method
Issue -
State: open - Opened by medvednikov 3 months ago
Labels: Bug
#22851 - C error and SIGSEGV on aliased array types comparison
Issue -
State: closed - Opened by gechandesu 3 months ago
#22850 - Mutating array methods like `insert` and `prepend` work without `mut` declaration
Issue -
State: closed - Opened by ttytm 3 months ago
Labels: Bug
#22849 - Short init fixed array syntax confusion with propagation of error.
Issue -
State: open - Opened by jorgeluismireles 3 months ago
Labels: Feature Request
#22848 - v: some branch prediction adjusts
Pull Request -
State: open - Opened by felipensp 3 months ago
- 1 comment
#22847 - Small cleans up of `x.encoding.asn1` module
Pull Request -
State: closed - Opened by blackshirt 3 months ago
#22846 - checker: fix generic fn call with empty array argument (fix #22843)
Pull Request -
State: closed - Opened by yuyi98 3 months ago
#22845 - checker: improve pos for if expr
Pull Request -
State: closed - Opened by Delta456 3 months ago
#22844 - checker: minor cleanup in lambda_expr.v
Pull Request -
State: closed - Opened by yuyi98 3 months ago
#22843 - Figure out empty array `[]` argument for generic function
Issue -
State: closed - Opened by jorgeluismireles 3 months ago
Labels: Bug
#22842 - v: cleanup mark var as used operation
Pull Request -
State: closed - Opened by felipensp 3 months ago
#22841 - checker: fix if expr with empty array init expression (related #22832)
Pull Request -
State: closed - Opened by yuyi98 3 months ago
#22840 - checker: fix missing or-block check for callexpr
Pull Request -
State: closed - Opened by felipensp 3 months ago
#22839 - cgen: fix missing return code generated
Pull Request -
State: closed - Opened by felipensp 3 months ago
#22838 - Returning a `return` strange behaviour
Issue -
State: closed - Opened by jorgeluismireles 3 months ago
Labels: Bug, Unit: cgen
#22837 - array.get
Issue -
State: open - Opened by khalyomede 3 months ago
- 1 comment
Labels: Feature Request
#22836 - tools: use `v retry` in more places, that do network operations that can fail temporarily
Pull Request -
State: closed - Opened by spytheman 3 months ago
#22835 - cgen error for `Sumtype( f() or { variant_value } )`
Issue -
State: closed - Opened by spytheman 3 months ago
- 4 comments
Labels: Bug, Unit: Compiler, Unit: Checker, Unit: cgen
#22835 - cgen error for `Sumtype( f() or { variant_value } )`
Issue -
State: closed - Opened by spytheman 3 months ago
- 4 comments
Labels: Bug, Unit: Compiler, Unit: Checker, Unit: cgen
#22834 - Initialize an `array` with and update applied of another array as `map` does
Issue -
State: open - Opened by jorgeluismireles 3 months ago
Labels: Feature Request
#22833 - v: cleanup calls to Scope.find() methods
Pull Request -
State: closed - Opened by felipensp 3 months ago
- 4 comments
#22832 - checker: fix match expr with empty array init expression (fix #22828)
Pull Request -
State: closed - Opened by yuyi98 3 months ago
#22831 - v.util: implement tokenize_to_args/1, use it in util.join_env_vflags_and_os_args/0, add tests
Pull Request -
State: closed - Opened by spytheman 3 months ago
#22830 - به گیت هاب بپیوندید · گیت هاب
Issue -
State: closed - Opened by parsa2000200 3 months ago
#22829 - parser: fix struct field name using keyword (fix #22826)
Pull Request -
State: closed - Opened by yuyi98 3 months ago
#22828 - V doesn't figure out array type in `match`, but it should
Issue -
State: closed - Opened by medvednikov 3 months ago
- 2 comments
Labels: Bug
#22827 - v: optimized `Scope`
Pull Request -
State: closed - Opened by felipensp 3 months ago
#22826 - Keywords in struct fields names
Issue -
State: closed - Opened by Krotki 3 months ago
Labels: Bug
#22825 - Wrong http version string interpretation
Issue -
State: closed - Opened by onraj55555 3 months ago
- 2 comments
Labels: Bug
#22824 - orm: fix crash when working with array field
Pull Request -
State: closed - Opened by felipensp 3 months ago
- 2 comments
#22823 - v: optimizations based on branch prediction
Pull Request -
State: closed - Opened by felipensp 3 months ago
- 1 comment