mirror of
https://github.com/vlang/v.git
synced 2025-08-05 18:57:45 -04:00
docs: update the name of Twitter to X (#19685)
This commit is contained in:
parent
11be033f67
commit
d74b07d324
@ -818,7 +818,7 @@ Final steps in making the Option type a first class type:
|
|||||||
- C to V translation via C2V: `v translate file.c`. (Demo video: [Translating DOOM from C to V, building it in under a second and running it!](https://www.youtube.com/watch?v=6oXrz3oRoEg))
|
- C to V translation via C2V: `v translate file.c`. (Demo video: [Translating DOOM from C to V, building it in under a second and running it!](https://www.youtube.com/watch?v=6oXrz3oRoEg))
|
||||||
- Lots of bug fixes in V, cgen, and C interop to allow running translated DOOM.v.
|
- Lots of bug fixes in V, cgen, and C interop to allow running translated DOOM.v.
|
||||||
- Programs built with the V compiler no longer leak memory by default.
|
- Programs built with the V compiler no longer leak memory by default.
|
||||||
- Closures. All operating systems are supported. ([Demo](https://twitter.com/v_language/status/1528710491882852352))
|
- Closures. All operating systems are supported. ([Demo](https://x.com/v_language/status/1528710491882852352))
|
||||||
- `Option` and `Result` are now separate types: `?Foo` and `!Foo` respectively. Old code will continue working for 1 year and will result in a warning/hint.
|
- `Option` and `Result` are now separate types: `?Foo` and `!Foo` respectively. Old code will continue working for 1 year and will result in a warning/hint.
|
||||||
- Hundreds of new checks in the type checker.
|
- Hundreds of new checks in the type checker.
|
||||||
- All V's backends have been split up into separate processes. As the result, building V got 26% faster.
|
- All V's backends have been split up into separate processes. As the result, building V got 26% faster.
|
||||||
|
@ -14,7 +14,7 @@
|
|||||||
[![Sponsor][SponsorBadge]][SponsorUrl]
|
[![Sponsor][SponsorBadge]][SponsorUrl]
|
||||||
[![Patreon][PatreonBadge]][PatreonUrl]
|
[![Patreon][PatreonBadge]][PatreonUrl]
|
||||||
[![Discord][DiscordBadge]][DiscordUrl]
|
[![Discord][DiscordBadge]][DiscordUrl]
|
||||||
[![Twitter][TwitterBadge]][TwitterUrl]
|
[![X][XBadge]][XUrl]
|
||||||
[![Modules][ModulesBadge]][ModulesUrl]
|
[![Modules][ModulesBadge]][ModulesUrl]
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
@ -367,12 +367,12 @@ section on our
|
|||||||
[DiscordBadge]: https://img.shields.io/discord/592103645835821068?label=Discord&logo=discord&logoColor=white
|
[DiscordBadge]: https://img.shields.io/discord/592103645835821068?label=Discord&logo=discord&logoColor=white
|
||||||
[PatreonBadge]: https://img.shields.io/endpoint.svg?url=https%3A%2F%2Fshieldsio-patreon.vercel.app%2Fapi%3Fusername%3Dvlang%26type%3Dpatrons&style=flat
|
[PatreonBadge]: https://img.shields.io/endpoint.svg?url=https%3A%2F%2Fshieldsio-patreon.vercel.app%2Fapi%3Fusername%3Dvlang%26type%3Dpatrons&style=flat
|
||||||
[SponsorBadge]: https://camo.githubusercontent.com/da8bc40db5ed31e4b12660245535b5db67aa03ce/68747470733a2f2f696d672e736869656c64732e696f2f7374617469632f76313f6c6162656c3d53706f6e736f72266d6573736167653d254532253944254134266c6f676f3d476974487562
|
[SponsorBadge]: https://camo.githubusercontent.com/da8bc40db5ed31e4b12660245535b5db67aa03ce/68747470733a2f2f696d672e736869656c64732e696f2f7374617469632f76313f6c6162656c3d53706f6e736f72266d6573736167653d254532253944254134266c6f676f3d476974487562
|
||||||
[TwitterBadge]: https://img.shields.io/badge/follow-%40v_language-1DA1F2?logo=twitter&style=flat&logoColor=white&color=1da1f2
|
[XBadge]: https://img.shields.io/badge/follow-%40v_language-1DA1F2?logo=x&style=flat&logoColor=white&color=1da1f2
|
||||||
[ModulesBadge]: https://img.shields.io/badge/modules-reference-027d9c?logo=v&logoColor=white&logoWidth=10
|
[ModulesBadge]: https://img.shields.io/badge/modules-reference-027d9c?logo=v&logoColor=white&logoWidth=10
|
||||||
|
|
||||||
[WorkflowUrl]: https://github.com/vlang/v/commits/master
|
[WorkflowUrl]: https://github.com/vlang/v/commits/master
|
||||||
[DiscordUrl]: https://discord.gg/vlang
|
[DiscordUrl]: https://discord.gg/vlang
|
||||||
[PatreonUrl]: https://patreon.com/vlang
|
[PatreonUrl]: https://patreon.com/vlang
|
||||||
[SponsorUrl]: https://github.com/sponsors/medvednikov
|
[SponsorUrl]: https://github.com/sponsors/medvednikov
|
||||||
[TwitterUrl]: https://twitter.com/v_language
|
[XUrl]: https://x.com/v_language
|
||||||
[ModulesUrl]: https://modules.vlang.io
|
[ModulesUrl]: https://modules.vlang.io
|
||||||
|
Loading…
x
Reference in New Issue
Block a user