mirror of
https://github.com/vlang/v.git
synced 2023-08-10 21:13:21 +03:00
checker: turn the pointer map notice into a warning and fix all code using it
This commit is contained in:
@@ -1,10 +1,11 @@
|
||||
## V 0.3.3
|
||||
*Not yet released*
|
||||
- add `math.vec` module for generic vector math.
|
||||
- Accessing a pointer map value requires an `or{}` block outside `unsafe`.
|
||||
- `math.vec` module for generic vector math.
|
||||
- `go foo()` has been replaced with `spawn foo()` (launches an OS thread, `go` will be used for
|
||||
upcoming coroutines instead).
|
||||
- vfmt now supports `// vfmt off` and `// vfmt on` for turning off the formatting locally for *short* snippets of code. Useful for keeping your carefully arranged matrices intact.
|
||||
- support match branch range expressions with consts: `match x { const1...const2 {} }`
|
||||
- Match branch range expressions with consts: `match x { const1...const2 {} }`
|
||||
|
||||
## V 0.3.2
|
||||
*31 Oct 2022*
|
||||
|
||||
Reference in New Issue
Block a user