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
#18267 - parser: fix array method using it in defer (fix #18246)
Pull Request -
State: closed - Opened by yuyi98 over 1 year ago
- 2 comments
#18266 - cgen, orm: fix typo, and wrap the `fkey` attribute into quotes in errors.
Pull Request -
State: closed - Opened by walkingdevel over 1 year ago
#18265 - changelog: add entry about heap usage api
Pull Request -
State: closed - Opened by felipensp over 1 year ago
#18264 - checker: adjust fix for struct anon assigning to typed struct
Pull Request -
State: closed - Opened by felipensp over 1 year ago
#18263 - TCP server - socket file descriptor is corrupted when the GC is used
Issue -
State: open - Opened by ghostiam over 1 year ago
- 1 comment
Labels: Bug
#18262 - os: fix truncate() on windows
Pull Request -
State: closed - Opened by yuyi98 over 1 year ago
#18261 - Not possible to assign anon child struct. Regression of anon to typed struct check #9d56432
Issue -
State: closed - Opened by tobealive over 1 year ago
Labels: Bug
#18260 - cgen: fix struct fn ptr call
Pull Request -
State: closed - Opened by felipensp over 1 year ago
#18259 - regex: fix find() when using anchors (start / end)
Pull Request -
State: closed - Opened by felipensp over 1 year ago
#18258 - mysql: refactor, comments, simplify.
Pull Request -
State: closed - Opened by walkingdevel over 1 year ago
#18257 - time: add more detailed error explanation, add custom format parsing
Pull Request -
State: open - Opened by sandbankdisperser over 1 year ago
- 3 comments
#18256 - Reflection is not able to wrap/unwrap an object from his interface
Issue -
State: open - Opened by Dracks over 1 year ago
- 2 comments
Labels: Bug
#18255 - parser: fix missing sync auto import when only declaring shared type and not using it
Pull Request -
State: closed - Opened by felipensp over 1 year ago
#18251 - Make OpenBSD package
Issue -
State: open - Opened by Zectbumo over 1 year ago
- 5 comments
Labels: Bug
#18250 - checker: add missing check for mismatch anon struct to typed struct
Pull Request -
State: closed - Opened by felipensp over 1 year ago
#18246 - array methods don't work in defer statements
Issue -
State: closed - Opened by tobealive over 1 year ago
Labels: Bug
#18244 - `os.input` memory leak (`valgrind`)
Issue -
State: open - Opened by FirowMD over 1 year ago
- 2 comments
Labels: Bug
#18243 - str.bytes() bug
Issue -
State: open - Opened by Vsirer over 1 year ago
- 3 comments
Labels: Bug
#18234 - Implement the timestamp datatype for MySQL/MariaDB
Issue -
State: open - Opened by jonas-dongowski over 1 year ago
Labels: Feature Request
#18229 - examples: fix typos
Pull Request -
State: closed - Opened by tobealive over 1 year ago
- 3 comments
#18227 - Orm: cgen error when using orm.Connection
Issue -
State: open - Opened by Casper64 over 1 year ago
Labels: Bug
#18198 - No deprecation warning for `&byte`
Issue -
State: closed - Opened by Wertzui123 over 1 year ago
- 1 comment
Labels: Bug
#18192 - checker: fix generic argument resolution when mixed order on next call
Pull Request -
State: open - Opened by felipensp over 1 year ago
#18191 - (bug report summary)
Issue -
State: open - Opened by teddysasmita over 1 year ago
Labels: Bug
#18190 - Passing arguments through multiple generic functions
Issue -
State: open - Opened by dnkdev over 1 year ago
Labels: Bug
#18189 - fmt: implement comments inside sumtype declaration
Pull Request -
State: open - Opened by yuyi98 over 1 year ago
#18187 - `v vet` not working with globals
Issue -
State: open - Opened by tobealive over 1 year ago
Labels: Bug
#18186 - Generic function returns pointer where it should return non-reference
Issue -
State: open - Opened by ArtemkaKun over 1 year ago
Labels: Bug
#18184 - error: unknown type name 'caddr_t'
Issue -
State: open - Opened by happysalada over 1 year ago
Labels: Bug
#18183 - tcc: error: library 'atomic' not found
Issue -
State: open - Opened by happysalada over 1 year ago
- 2 comments
Labels: Bug
#18182 - How to accurately reflect the calling of a struct function and receive its return value.
Issue -
State: closed - Opened by xiusin over 1 year ago
- 2 comments
Labels: Bug
#18181 - fmt: fix formating of fn decl with end comments (fix #18176)
Pull Request -
State: closed - Opened by yuyi98 over 1 year ago
#18180 - parser, checker: fix generic fn variable assignment in generic fn (fix #7287)
Pull Request -
State: closed - Opened by yuyi98 over 1 year ago
#18179 - net.websocket: Fix ws client/server concurrent
Pull Request -
State: open - Opened by kbkpbot over 1 year ago
- 1 comment
#18178 - net.websocket: fix utils.v to use vlib
Pull Request -
State: closed - Opened by kbkpbot over 1 year ago
#18176 - v fmt error
Issue -
State: closed - Opened by flamehe0580 over 1 year ago
Labels: Bug
#18175 - Update CHANGELOG.md
Pull Request -
State: closed - Opened by felipensp over 1 year ago
#18174 - cgen: fix option with multi return assign
Pull Request -
State: closed - Opened by felipensp over 1 year ago
- 1 comment
Labels: Unit: cgen, Option type
#18173 - cgen: fix option unwrap from ovoid function
Pull Request -
State: closed - Opened by felipensp over 1 year ago
Labels: Unit: cgen, Option type, Breaking Change
#18172 - checker: allow `i32` enum type
Pull Request -
State: closed - Opened by Delta456 over 1 year ago
#18171 - enum type can not be i32
Issue -
State: closed - Opened by flamehe0580 over 1 year ago
Labels: Bug
#18170 - calling `f()?` when `f()` returns `none`, does not panic in main, but it should
Issue -
State: closed - Opened by spytheman over 1 year ago
Labels: Bug, Unit: Compiler, Unit: cgen, Option type
#18169 - net.http: check for `\r\n` line endings in header range
Pull Request -
State: closed - Opened by tobealive over 1 year ago
- 3 comments
#18168 - cgen: fix missing panic message for 'option not set' on debug
Pull Request -
State: open - Opened by felipensp over 1 year ago
- 3 comments
#18167 - print, println of Option with value "none" panics
Issue -
State: open - Opened by eptx over 1 year ago
Labels: Bug
#18166 - checker: check generic undefined operation (fix #18162)
Pull Request -
State: closed - Opened by yuyi98 over 1 year ago
#18164 - net: fix typos
Pull Request -
State: closed - Opened by tobealive over 1 year ago
#18163 - v: attr for enum fields (+ json encode/decode)
Pull Request -
State: closed - Opened by felipensp over 1 year ago
#18162 - C error: invalid operand types for binary operation
Issue -
State: closed - Opened by StroveLight over 1 year ago
Labels: Bug
#18161 - checker: disallow non-ptr elem in init ptr array
Pull Request -
State: closed - Opened by Delta456 over 1 year ago
#18160 - Creating array as value of map must be explicit when using `<<`
Issue -
State: open - Opened by ArtemkaKun over 1 year ago
Labels: Bug
#18159 - `map[key]` should always return error to handle
Issue -
State: open - Opened by ArtemkaKun over 1 year ago
- 3 comments
Labels: Feature Request, Breaking Change
#18158 - 【question】How to obtain the attribute of a struct?
Issue -
State: closed - Opened by xiusin over 1 year ago
- 2 comments
Labels: Bug
#18157 - ast, parser: fix generic fntype to concrete types with later generic fn definition (fix #18156)
Pull Request -
State: closed - Opened by yuyi98 over 1 year ago
#18156 - Fail to recognize generic fn variable's concrete types
Issue -
State: closed - Opened by yuyi98 over 1 year ago
Labels: Bug
#18155 - Option to set initial memory offset
Issue -
State: open - Opened by squidink7 over 1 year ago
Labels: Feature Request
#18154 - checker: clean up in struct_init()
Pull Request -
State: closed - Opened by yuyi98 over 1 year ago
#18153 - vweb: make controllers of struct Controller public (fix #18148)
Pull Request -
State: closed - Opened by yuyi98 over 1 year ago
#18152 - checker: fix generic struct init with generic struct items (fix #18149)
Pull Request -
State: closed - Opened by yuyi98 over 1 year ago
#18151 - Ability to encode enum values to uppercase strings
Issue -
State: closed - Opened by gprst over 1 year ago
Labels: Feature Request
#18150 - Change sql syntax to look more like statement syntax
Issue -
State: closed - Opened by dmitryuck over 1 year ago
Labels: Feature Request
#18149 - Generic struct with generic struct items compile fails using direct definition but works when using function return
Issue -
State: closed - Opened by DevrosTheOne over 1 year ago
Labels: Bug
#18148 - Struct with generic of type [T] causes vweb to break.
Issue -
State: closed - Opened by brys0 over 1 year ago
Labels: Bug
#18147 - autofree: fix cross var assigns with strings.
Pull Request -
State: closed - Opened by walkingdevel over 1 year ago
#18146 - checker: allow u8 ptr only with byte ptr and itself
Pull Request -
State: closed - Opened by Delta456 over 1 year ago
#18145 - cgen: clean up in index_of_map()
Pull Request -
State: closed - Opened by yuyi98 over 1 year ago
#18142 - cgen: fix nested map of fn call (fix #18133)
Pull Request -
State: closed - Opened by yuyi98 over 1 year ago
#18141 - cgen: fix option ptr default struct initialization
Pull Request -
State: closed - Opened by felipensp almost 2 years ago
#18140 - checker, cgen, orm: allow structs for ORM without the `id` field, more flexible primary keys.
Pull Request -
State: closed - Opened by walkingdevel almost 2 years ago
- 1 comment
#18139 - net.html: add `&Tag` get_tag methods to retrieve first found matching tag
Pull Request -
State: closed - Opened by tobealive almost 2 years ago
#18138 - parser: clean up parse_ident()
Pull Request -
State: closed - Opened by yuyi98 almost 2 years ago
#18137 - cgen: fix generics array of threads with multiple types (fix #18136)
Pull Request -
State: closed - Opened by yuyi98 almost 2 years ago
#18136 - Generic array of threads with multiple types generate the wrong codes
Issue -
State: closed - Opened by yuyi98 almost 2 years ago
Labels: Bug
#18135 - termux: hot reload example segmentation fault
Issue -
State: open - Opened by thomaspeissl almost 2 years ago
Labels: Bug
#18134 - net.http: fix chunked decoding of response body
Pull Request -
State: closed - Opened by tobealive almost 2 years ago
- 12 comments
#18133 - Compiler error: A function can not runned directly from a map
Issue -
State: closed - Opened by malisipi almost 2 years ago
Labels: Bug
#18132 - Elapsed time occasionally prints 0ns although time passed
Issue -
State: open - Opened by Cnordg almost 2 years ago
Labels: Bug
#18131 - Structs with inherited struct skip inherited struct data on json.decode
Issue -
State: closed - Opened by brys0 almost 2 years ago
- 2 comments
Labels: Bug
#18130 - wasm module: fixes and basic debuginfo through `name` section
Pull Request -
State: closed - Opened by l1mey112 almost 2 years ago
#18129 - Optional struct field can't be a reference if type of a field is a recursive structure
Issue -
State: closed - Opened by ArtemkaKun almost 2 years ago
Labels: Bug
#18128 - Error when run application with PostreSQL on Windows
Issue -
State: open - Opened by dmitryuck almost 2 years ago
Labels: Bug
#18127 - Default web project not running on Windows
Issue -
State: closed - Opened by dmitryuck almost 2 years ago
- 1 comment
Labels: Bug
#18126 - ast, parser, checker, cgen, fmt: implement generic fn variable (fix #14937)
Pull Request -
State: closed - Opened by yuyi98 almost 2 years ago
#18125 - checker: add missing check for global var on assignment to shared var
Pull Request -
State: closed - Opened by felipensp almost 2 years ago
#18124 - checker, parser: save shared/atomic specifier for ast.Param
Pull Request -
State: closed - Opened by felipensp almost 2 years ago
- 1 comment
#18123 - net.html: fix parsing of nested quoted strings in code tags
Pull Request -
State: closed - Opened by tobealive almost 2 years ago
#18122 - No error when passing `shared` object as `mut` in a closure
Issue -
State: closed - Opened by Casper64 almost 2 years ago
- 1 comment
Labels: Bug
#18121 - Compiler Bug when running tests
Issue -
State: open - Opened by rajkumarGosavi almost 2 years ago
- 7 comments
Labels: Bug
#18120 - wasm: webassembly backend rewrite
Pull Request -
State: open - Opened by l1mey112 almost 2 years ago
#18119 - cgen, json: fix option ptr declaration and dumping
Pull Request -
State: closed - Opened by felipensp almost 2 years ago
#18118 - checker: disallow module name duplicates
Pull Request -
State: open - Opened by tobealive almost 2 years ago
- 1 comment
Labels: Unit: Compiler, Unit: Checker, Breaking Change
#18117 - checker: Warn instead of error for unnecessary brackets on if/match
Pull Request -
State: closed - Opened by squidink7 almost 2 years ago
#18116 - Global variable cannot be used as a shared variable
Issue -
State: closed - Opened by hungrybluedev almost 2 years ago
- 1 comment
Labels: Bug
#18115 - os: export SignalHandler
Pull Request -
State: closed - Opened by supcik almost 2 years ago
- 4 comments
#18114 - parser: disallow sharetype on blank idents
Pull Request -
State: closed - Opened by Delta456 almost 2 years ago
#18113 - `mut`, `shared` and `atomic` blank idents compile sucessfully
Issue -
State: closed - Opened by Delta456 almost 2 years ago
- 1 comment
Labels: Bug
#18112 - changelog: split items into separate topics
Pull Request -
State: closed - Opened by i582 almost 2 years ago
#18107 - time: new method year_day and the tests for it.
Pull Request -
State: closed - Opened by acimnotes almost 2 years ago
- 14 comments
#18105 - json: cgen error if struct contains reference field
Issue -
State: closed - Opened by i582 almost 2 years ago
Labels: Bug, JSON
#18104 - checker: disallow `_ = <- quit`
Pull Request -
State: closed - Opened by Delta456 almost 2 years ago