veb , x.vweb , vweb Which one should I use? #21550
-
1、What is veb? Will it replace x.vweb? |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments 2 replies
-
veb is the latest. vweb is the oldest, and is deprecated (whether you see a deprecation message or not). x.vweb is where veb came from, and it is also deprecated (but both vweb and x.vweb will stay for a while so older code that uses them won't immediately break). |
Beta Was this translation helpful? Give feedback.
-
Then, it would be useful when there is a 'deprecation' notification on github? - If you say "Yes"! I will do it! |
Beta Was this translation helpful? Give feedback.
-
veb is latest and officail way. all those two are older and deprecated. use veb |
Beta Was this translation helpful? Give feedback.
vlib/vweb
andvlib/x.vweb
are subdirs of the V repo.V itself should be giving deprecation messages when they are imported, but module-level deprecation messages aren't working right now.