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
#22822 - [orm] Structs that hold an array with @[fkey: 'field'] result in compiler bug
Issue -
State: closed - Opened by nesterow 3 months ago
- 5 comments
Labels: Bug, Status: Confirmed, ORM
#22821 - Pop!_OS: Compiler error
Issue -
State: closed - Opened by HaraldWik 3 months ago
- 10 comments
Labels: Bug
#22820 - checker: disallow `foo[T]` as a value
Pull Request -
State: closed - Opened by Delta456 3 months ago
#22819 - C error when `func[T]` used as a value
Issue -
State: closed - Opened by Delta456 3 months ago
Labels: Bug, Status: Confirmed, Unit: Checker
#22818 - ci: fix vinix_ci.yml for latest Vinix commits
Pull Request -
State: closed - Opened by mintsuki 3 months ago
- 8 comments
#22816 - checker,pref: fix `$if wasm32_emscripten {` check, add tests
Pull Request -
State: closed - Opened by spytheman 3 months ago
#22815 - fmt: fix formatting fixed array size of struct member
Pull Request -
State: closed - Opened by felipensp 3 months ago
#22814 - orm: add plain serial attribute support
Pull Request -
State: closed - Opened by nunsez 3 months ago
#22813 - orm: fix order by with custom column name
Pull Request -
State: closed - Opened by felipensp 3 months ago
#22812 - cgen: fix codegen for fn fixed array param w/ size defined by const
Pull Request -
State: closed - Opened by felipensp 3 months ago
- 1 comment
#22811 - C error found while compiling - fixed array with size defined by const
Issue -
State: closed - Opened by onraj55555 3 months ago
- 1 comment
Labels: Bug, Status: Confirmed, Unit: cgen
#22810 - builtin: minor optimization in rune.map_to()
Pull Request -
State: closed - Opened by yuyi98 3 months ago
#22809 - checker: fix callexpr after auto C func identification
Pull Request -
State: closed - Opened by felipensp 3 months ago
#22808 - builtin: fix rune.to_title()
Pull Request -
State: closed - Opened by yuyi98 3 months ago
#22807 - cgen: fix default `T{}` when `T` is ref type + dereferencing issue when comparing int alias to int
Pull Request -
State: closed - Opened by felipensp 3 months ago
#22806 - v: add `typeof(expr).unaliased_typ`
Pull Request -
State: closed - Opened by felipensp 3 months ago
- 2 comments
#22805 - v: add `typeof(var).indirections` and `T.indirections`
Pull Request -
State: closed - Opened by felipensp 3 months ago
#22804 - comptime: fix wrong type resolution on infix
Pull Request -
State: closed - Opened by felipensp 3 months ago
#22803 - checker: fix missing auto `from_string` type restriction
Pull Request -
State: closed - Opened by felipensp 3 months ago
#22802 - cgen: fix option struct default value init with `-cstrict`
Pull Request -
State: closed - Opened by felipensp 3 months ago
#22801 - builtin: add tests for rune.to_upper()
Pull Request -
State: closed - Opened by yuyi98 3 months ago
#22800 - compiler panic when trying to use a C define in an infix expression
Issue -
State: closed - Opened by zeozeozeo 3 months ago
- 3 comments
Labels: Bug, Status: Confirmed, Unit: cgen
#22799 - builtin: cleanup in rune_map.v
Pull Request -
State: closed - Opened by yuyi98 3 months ago
- 3 comments
#22798 - ORM: order by with custom column name
Issue -
State: closed - Opened by nunsez 3 months ago
Labels: Status: Confirmed, ORM
#22797 - ORM: support h2database
Issue -
State: open - Opened by enghitalo 3 months ago
Labels: Feature Request
#22796 - will implicitly take embedded as receiver argument but not as any other argument
Issue -
State: open - Opened by markfirmware 3 months ago
- 1 comment
#22795 - cgen: error when initializing a pointer from generics
Issue -
State: closed - Opened by enghitalo 3 months ago
Labels: Bug, Status: Confirmed, Unit: cgen
#22794 - dump and println act different
Issue -
State: open - Opened by enghitalo 3 months ago
Labels: Bug
#22793 - checker: wrong assert pass. missing checker error
Issue -
State: open - Opened by enghitalo 3 months ago
- 1 comment
Labels: Bug
#22792 - `$if T is $address`
Issue -
State: open - Opened by enghitalo 3 months ago
Labels: Feature Request
#22791 - cgen, checker: pointer in generic function
Issue -
State: open - Opened by enghitalo 3 months ago
Labels: Bug
#22790 - ci: add a problem matcher support, to get error/warning/notice annotations in V CI jobs
Pull Request -
State: closed - Opened by spytheman 3 months ago
#22789 - builder: fix msvc build thirdparty obj file from .cpp
Pull Request -
State: closed - Opened by felipensp 3 months ago
- 1 comment
#22788 - checker: fix integer literal casting check (fix #22761)
Pull Request -
State: closed - Opened by StunxFS 3 months ago
#22787 - parser,checker: improve static method call resolution
Pull Request -
State: closed - Opened by felipensp 3 months ago
#22786 - cgen: enable if guard to add `err` var on else branch after last `else if`
Pull Request -
State: closed - Opened by felipensp 3 months ago
#22785 - picoev: fix incompatible pointer type
Pull Request -
State: closed - Opened by enghitalo 3 months ago
- 2 comments
#22784 - Two Result functions not unwrapped in ladder `if / else if / else`
Issue -
State: closed - Opened by jorgeluismireles 3 months ago
- 1 comment
Labels: Bug, Unit: cgen
#22783 - vlib: initial addition of `x.encoding.asn1`
Pull Request -
State: closed - Opened by blackshirt 3 months ago
- 3 comments
#22781 - autofree: fix argument freeing for json.encode and json.encode_pretty calls
Pull Request -
State: closed - Opened by felipensp 3 months ago
#22780 - comptime: cleanup
Pull Request -
State: closed - Opened by felipensp 3 months ago
#22772 - vlib:MSVC C++ Test Failing
Issue -
State: closed - Opened by KeitoTobi1 3 months ago
Labels: Bug, Status: Confirmed, Compilers: MSVC, Build
#22761 - overflowing an integer type in cast prints an unrelated error message
Issue -
State: closed - Opened by zeozeozeo 3 months ago
#22757 - `v ls install` still tries to install `vls` instead of `v-analyzer`
Issue -
State: open - Opened by JalonSolov 3 months ago
- 3 comments
Labels: Bug
#22752 - cgen: fix codegen for generated tmp var to fit number of indirections from fn argument
Pull Request -
State: closed - Opened by felipensp 3 months ago
- 8 comments
#22744 - V Example of connecting to TiDB Serverless
Issue -
State: closed - Opened by Avey777 3 months ago
- 1 comment
Labels: Feature Request
#22735 - checker error: type `func` does not support indexing
Issue -
State: closed - Opened by enghitalo 3 months ago
- 6 comments
Labels: Bug, Generics[T], Unit: Checker
#22731 - json: change json tests to tests folder
Pull Request -
State: closed - Opened by enghitalo 3 months ago
- 4 comments
#22704 - x.json2.decoder2: use json_str and json_len, intead of just json
Pull Request -
State: open - Opened by enghitalo 3 months ago
- 1 comment
#22663 - checker: fix immutable to mutable reference
Pull Request -
State: open - Opened by felipensp 3 months ago
- 2 comments
#22588 - Example of connecting to mysql via ssl
Issue -
State: closed - Opened by Avey777 4 months ago
- 1 comment
Labels: Feature Request
#22503 - fn test11(stA StructA, stB &StructB) stB &StructB reflection data is error.
Issue -
State: closed - Opened by raojm 4 months ago
- 1 comment
Labels: Bug
#22464 - veb, server drops connection, error parsing request
Issue -
State: open - Opened by timurgordon 4 months ago
- 9 comments
Labels: Bug, Unit: veb
#22464 - veb, server drops connection, error parsing request
Issue -
State: open - Opened by timurgordon 4 months ago
- 9 comments
Labels: Bug, Unit: veb
#22355 - pointer being freed was not allocate
Issue -
State: closed - Opened by Avey777 4 months ago
- 5 comments
Labels: Bug, OS: Mac, Modules: db
#21555 - Macos uses db.mysql,C error found
Issue -
State: closed - Opened by Avey777 9 months ago
- 9 comments
Labels: Modules: db
#21555 - Macos uses db.mysql,C error found
Issue -
State: closed - Opened by Avey777 9 months ago
- 9 comments
Labels: Modules: db
#21525 - compiling with clang sanitizer signals undefined behavior in rand module
Issue -
State: open - Opened by ttytm 9 months ago
- 6 comments
Labels: Bug, Status: Confirmed
#21502 - v does not support Chinese character path name under Windows 10
Issue -
State: open - Opened by kbkpbot 9 months ago
- 5 comments
Labels: Bug, OS: Windows, Compiler: TCC
#21132 - Type-casting issue when providing a generic function as argument.
Issue -
State: open - Opened by debilosaurus 11 months ago
- 3 comments
Labels: Bug, Unit: Compiler, Status: Confirmed, Generics[T], Unit: Checker
#20565 - How should I obtain the field names of SQL?
Issue -
State: open - Opened by xiusin about 1 year ago
- 13 comments
Labels: Feature/Enhancement Request
#20565 - How should I obtain the field names of SQL?
Issue -
State: open - Opened by xiusin about 1 year ago
- 13 comments
Labels: Feature/Enhancement Request
#19335 - Undefined stbi symbols
Issue -
State: open - Opened by kuettler over 1 year ago
- 13 comments
Labels: Bug
#18306 - parser: fix `for select` parsing
Pull Request -
State: open - Opened by felipensp over 1 year ago
#18305 - Linker error when compiling from zx script
Issue -
State: open - Opened by mrivnak over 1 year ago
Labels: Bug
#18304 - repl: fix comparison operator treated as statement
Pull Request -
State: open - Opened by felipensp over 1 year ago
#18303 - vweb: add host option to controller
Pull Request -
State: open - Opened by Casper64 over 1 year ago
#18302 - Some operators do not work in the V REPL
Issue -
State: open - Opened by sainthasras over 1 year ago
- 5 comments
Labels: Bug
#18301 - ast, cgen: fix generic struct with inconsistent generic types (fix #18254)
Pull Request -
State: open - Opened by yuyi98 over 1 year ago
#18300 - json.decode bug with list of generic types
Issue -
State: open - Opened by darikoko over 1 year ago
- 2 comments
Labels: Bug, Unit: Compiler, Generics[T]
#18299 - toml, semver: minor optimization of conditions
Pull Request -
State: open - Opened by tobealive over 1 year ago
#18298 - cgen: fix sumtype alias fntype smartcast
Pull Request -
State: closed - Opened by tobealive over 1 year ago
#18297 - .editorconfig: do not specify an indent size for tabs
Pull Request -
State: open - Opened by tobealive over 1 year ago
#18296 - cgen: fix generic comptimeselector array resolution
Pull Request -
State: open - Opened by felipensp over 1 year ago
#18295 - cgen: fix none initialization to struct member
Pull Request -
State: closed - Opened by felipensp over 1 year ago
- 5 comments
#18294 - Missing generic method call generation at anonymous generic fn
Issue -
State: open - Opened by Dracks over 1 year ago
- 1 comment
Labels: Bug, Unit: Compiler
#18293 - Add an assembly for Termux/Android to the site
Issue -
State: open - Opened by ibnteo over 1 year ago
Labels: Feature Request
#18292 - Inferring generic array type for a structure field does not compile
Issue -
State: open - Opened by prantlf over 1 year ago
- 1 comment
Labels: Bug
#18291 - Compiling examples/pico/pico.v still fails on Windows
Issue -
State: open - Opened by ComradeCat1 over 1 year ago
- 1 comment
Labels: Bug
#18290 - v: implement `any` type
Pull Request -
State: open - Opened by felipensp over 1 year ago
- 10 comments
#18289 - checker: unalias arg_typ byte to u8
Pull Request -
State: closed - Opened by tobealive over 1 year ago
- 4 comments
#18288 - vweb: host attribute
Pull Request -
State: closed - Opened by Lenni0451 over 1 year ago
- 9 comments
#18287 - checker: add byte deprecation warning
Pull Request -
State: closed - Opened by tobealive over 1 year ago
- 3 comments
#18286 - checker: replace `as` cast with safer type check `is` smart cast
Pull Request -
State: closed - Opened by tobealive over 1 year ago
#18285 - Calling generic function from a generic funtion for a different generic type does not compile
Issue -
State: open - Opened by prantlf over 1 year ago
Labels: Bug, Unit: Compiler, Unit: cgen
#18284 - Interpreter should allow for ctrl+c to abort a loop
Issue -
State: open - Opened by Zectbumo over 1 year ago
Labels: Feature Request
#18283 - Add minimum comparison element search function to `array` module
Issue -
State: open - Opened by ArtemkaKun over 1 year ago
- 3 comments
Labels: Feature Request, Type: Optimization, Type: Discussion
#18281 - cgen: fix comptime interpolation
Pull Request -
State: closed - Opened by felipensp over 1 year ago
#18280 - checker: remove check for option being initialized
Pull Request -
State: closed - Opened by felipensp over 1 year ago
#18279 - cgen: fix fixed array ret with anon fn
Pull Request -
State: closed - Opened by felipensp over 1 year ago
#18278 - No type error when use type alias for `int`
Issue -
State: open - Opened by i582 over 1 year ago
Labels: Bug, Unit: Type System
#18277 - Optional interface gives notice
Issue -
State: closed - Opened by Casper64 over 1 year ago
Labels: Bug
#18275 - compile time reflection detect for pointers to structs?
Issue -
State: closed - Opened by Dracks over 1 year ago
- 2 comments
Labels: Feature Request
#18274 - strconv.atof64 is 34x slower than strconv.atoi
Issue -
State: open - Opened by prantlf over 1 year ago
- 7 comments
Labels: Feature Request
#18273 - checker: disallow multiple return values in const declarations
Pull Request -
State: closed - Opened by tobealive over 1 year ago
#18272 - semver: refactor, simplify, fix typo
Pull Request -
State: closed - Opened by tobealive over 1 year ago
#18271 - Add workers to improve the server's concurrent capacity.
Pull Request -
State: closed - Opened by xiusin over 1 year ago
#18270 - vweb: update middleware docs
Pull Request -
State: closed - Opened by Casper64 over 1 year ago
#18269 - ORM Compiler crash
Issue -
State: open - Opened by betabrain over 1 year ago
- 3 comments
Labels: Bug, ORM
#18268 - mysql: add the ability to commit transactions, some code improvements.
Pull Request -
State: closed - Opened by walkingdevel over 1 year ago