Insights: vlang/v
Overview
Could not load contribution data
Please try again later
1 Release published by 1 person
-
weekly.2023.07
published
Feb 13, 2023
28 Pull requests merged by 10 people
-
checker: fix alias cast to option type
#17348 merged
Feb 19, 2023 -
parser: block option on receiver
#17351 merged
Feb 19, 2023 -
tools: support `play` and `play-test` for tagging code blocks in `v check-md file.md`
#17350 merged
Feb 18, 2023 -
builtin, cgen: fix array of struct with map field initialize (fix #17325)
#17340 merged
Feb 18, 2023 -
Fix twitter badge in README (fix #17166)
#17339 merged
Feb 18, 2023 -
Document disabling formatting comments
#17341 merged
Feb 18, 2023 -
cgen, check, parser: implement first-class option type
#17017 merged
Feb 18, 2023 -
cgen: fix missing aggregate rec_type
#17335 merged
Feb 16, 2023 -
Improve graphic apps dependencies installation section
#17336 merged
Feb 16, 2023 -
cgen: add comptime $if field.name checking
#17318 merged
Feb 16, 2023 -
docs: fix typos using codespell
#17332 merged
Feb 16, 2023 -
orm: allow inserting empty objects
#17334 merged
Feb 16, 2023 -
checker: fix printing address of integer variable (fix #17326)
#17327 merged
Feb 15, 2023 -
math: fix typo in factorial.v
#17322 merged
Feb 15, 2023 -
checker: allow using struct field as ORM limit and offset.
#17330 merged
Feb 15, 2023 -
checker: fix warn of unnnecessary default value for optional
#17305 merged
Feb 15, 2023 -
cgen: fix printing reference function (fix #17303)
#17307 merged
Feb 15, 2023 -
doc: Document #preinclude
#17304 merged
Feb 15, 2023 -
checker: fix printing address of reference struct (fix #17312)
#17321 merged
Feb 15, 2023 -
tests: change option to result in vscript_using_generics_in_os.vsh
#17306 merged
Feb 14, 2023 -
net.websocket: call close event
#17300 merged
Feb 13, 2023 -
checker: fix sumtype cast of comptime var
#17287 merged
Feb 13, 2023 -
checker: disallow &nil
#17283 merged
Feb 13, 2023 -
cgen, checker: allow array decompose on non-variadic func call (e.g call(...arr))
#17284 merged
Feb 13, 2023 -
docs: format with IDEA formatter other .md files
#17293 merged
Feb 13, 2023 -
docs: unify format of notes
#17294 merged
Feb 13, 2023 -
tests: add more tests for struct option fields in `vlib/v/tests/option_test.v`
#17297 merged
Feb 13, 2023
4 Pull requests opened by 4 people
-
vweb: implement worker pool
#17298 opened
Feb 13, 2023 -
cgen: fix print fn
#17355 opened
Feb 18, 2023 -
arrays: replace C. usage with v routines
#17357 opened
Feb 19, 2023 -
checker: disallow enum initalization
#17361 opened
Feb 19, 2023
21 Issues closed by 7 people
-
os.expand_tilde_to_home doesn't expand homes of other users
#17261 closed
Feb 19, 2023 -
Defer not executed in case of panic
#17356 closed
Feb 19, 2023 -
map updated incorrectly
#17325 closed
Feb 18, 2023 -
Twitter badge on webpage and all V repos is broken
#17166 closed
Feb 18, 2023 -
Abnormally heavy CPU during any simple graphics display
#17345 closed
Feb 18, 2023 -
Improper formatting of code snippets in documentation.
#17285 closed
Feb 18, 2023 -
cgen: cannot convert 'struct string' to 'struct _option_string'
#16861 closed
Feb 18, 2023 -
checker: error: cannot assign a `none` value to a variable
#16862 closed
Feb 18, 2023 -
Smartcasting doesn't work for method receivers in aggregate matches
#17333 closed
Feb 16, 2023 -
[Windows] os.File.read_bytes_at() returns empty []u8 at certain `pos` values
#16981 closed
Feb 16, 2023 -
Unexpected output with `$if field.name == "name" { println('ok') }`
#17317 closed
Feb 16, 2023 -
orm: doesn't insert an object with no fields.
#17296 closed
Feb 16, 2023 -
Cannot print the address of interger variable
#17326 closed
Feb 15, 2023 -
ORM cannot determine struct field is of integer type
#17329 closed
Feb 15, 2023 -
question:how to wrap a C function that use variadic argument
#3720 closed
Feb 15, 2023 -
cgen: can't print the function address.
#17303 closed
Feb 15, 2023 -
Cannot print address of struct
#17312 closed
Feb 15, 2023 -
`defer` in for loop works unexpectedly
#17310 closed
Feb 14, 2023 -
cgen: `$for` wrong casting `T.val` type to `T` type
#16871 closed
Feb 13, 2023 -
Error in the generated C code - accepting &nil
#17267 closed
Feb 13, 2023 -
Reflection Else Branch Does Not Evaluate
#10767 closed
Feb 12, 2023
18 Issues opened by 11 people
-
Encode/decode embedded struct as fields of parent struct in JSON
#17360 opened
Feb 19, 2023 -
Array of pointers not printed correctly
#17359 opened
Feb 19, 2023 -
array of map updated incorrectly
#17358 opened
Feb 19, 2023 -
math.sin is not appliable for real numbers that are relatively big
#17353 opened
Feb 18, 2023 -
`$for field in User.fields` outside `main` gives errors
#17349 opened
Feb 18, 2023 -
Mandatory Data validation
#17347 opened
Feb 18, 2023 -
`$for field in User.fields { println(field.name) }` outputs nothing if `User` is interface
#17346 opened
Feb 18, 2023 -
warning: #warning Need to implement some method to align data here
#17344 opened
Feb 17, 2023 -
multi_struct redefinition when returning !(int, voidptr) result in an or block
#17343 opened
Feb 17, 2023 -
Crash with struct field `?time.Time`
#17338 opened
Feb 17, 2023 -
Get proper width reporting for utf8 Thai script
#17320 opened
Feb 15, 2023 -
could not generate string method `SRWLOCK_str` for type `SRWLOCK
#17319 opened
Feb 15, 2023 -
Error "unused variable: `foo`" when it's used in `$for i in foo.methods { ... }`
#17316 opened
Feb 14, 2023 -
Cgen error with `$for i in [1, 2, 3] { ... }`
#17315 opened
Feb 14, 2023 -
cgen error with for using generic variable
#17314 opened
Feb 14, 2023 -
We are allowed to create structs time.Time
#17311 opened
Feb 14, 2023 -
Unresolved variable in `defer`
#17309 opened
Feb 14, 2023 -
Function to sort maps
#17301 opened
Feb 13, 2023
10 Unresolved conversations
Sometimes conversations happen on old items that aren’t yet closed. Here is a list of all the Issues and Pull Requests with unresolved conversations.
-
Unable to decode struct with Sumtype. "unknown sum type value"
#15081 commented on
Feb 12, 2023 • 3 new comments -
Use of getrandom linux syscall limits usage to linux >= 3.17
#6075 commented on
Feb 15, 2023 • 2 new comments -
V initialises unused modules
#8744 commented on
Feb 16, 2023 • 2 new comments -
orm: allow use of orm Connection interface as db
#16076 commented on
Feb 13, 2023 • 2 new comments -
vsh: Cannot use `os` constants without importing `os`
#17280 commented on
Feb 13, 2023 • 1 new comment -
Define V syntax for multiple editors simultaneously...
#465 commented on
Feb 14, 2023 • 1 new comment -
`hostname()` and `loginname()` have differing semantics between platforms
#16857 commented on
Feb 16, 2023 • 1 new comment -
orm: where <field> == nil not work
#15304 commented on
Feb 13, 2023 • 0 new comments -
cgen error: interface orm.Connection cast problem
#16072 commented on
Feb 13, 2023 • 0 new comments -
cgen: wrong assignment generated code for generic arg type
#16795 commented on
Feb 15, 2023 • 0 new comments