1
0
mirror of https://github.com/vlang/v.git synced 2023-08-10 21:13:21 +03:00

parser,checker: support $compile_error('message') and $compile_warn('message') (#14320)

This commit is contained in:
StunxFS
2022-05-09 01:18:26 -04:00
committed by GitHub
parent 4400f9891e
commit d24dce8eb3
6 changed files with 78 additions and 28 deletions

View File

@@ -2,6 +2,7 @@
-*Not yet released, changelog is not full*
- Introduce `isize` and `usize` types, deprecate `size_t` in favor of `usize`.
- Add `datatypes` and `datatypes.fsm` modules.
- Add `compile_error` and `compile_warn` comptime functions.
-## V 0.2.4
-*Not yet released, changelog is not full*