1
0
mirror of https://github.com/vlang/v.git synced 2023-08-10 21:13:21 +03:00
Delyan Angelov a00c80b98f
v: support compiler notices. Use them for [deprecated_after: '2021-05-01'] tags
Compiler notices are like warnings, with these differences:
   a) notices use a different color.
   b) notices use a different label.
   c) notices do not prevent compilation with -prod.
   (warnings are converted to errors with -prod)
2021-03-22 19:59:00 +02:00
..
2021-03-19 23:27:14 +02:00
2021-02-15 17:53:07 +02:00
2021-02-15 17:52:45 +02:00
2021-03-15 21:25:19 +01:00
2021-03-22 12:20:55 +03:00
2020-04-11 19:51:32 +02:00
2021-03-21 19:36:17 +02:00
2021-03-16 01:39:35 +03:00
2021-02-23 09:43:19 +02:00
2021-03-20 16:24:46 +02:00
2021-03-17 03:41:52 +03:00