Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

New string interpolation in V #10181

Merged
merged 146 commits into from May 24, 2021
Merged

New string interpolation in V #10181

merged 146 commits into from May 24, 2021

Conversation

penguindark
Copy link
Member

What's inside
The new string interpolation entirely written in V.
The code is a starting point, a lot of optimization on size and speed can be done.

I want to thanks @spytheman for the precious support in the test phase of this PR!

penguindark and others added 30 commits April 25, 2021 21:15
…tr lead to the same string data pointed to by 2 different strings
@medvednikov
Copy link
Member

Please remove sqlite3.h :)

@penguindark
Copy link
Member Author

Done :)

@penguindark
Copy link
Member Author

I need to check under MSVC what it is happening :( sigh...

@penguindark
Copy link
Member Author

penguindark commented May 23, 2021

Strange... localy on my windows pc, the failing test pass without problems:

PS C:\Dev\temp\v> ./v.exe -cc msvc -os windows -o v2.exe .\cmd\v
PS C:\Dev\temp\v> .\v2.exe -cc msvc test .\vlib\v\tests\break_in_lock_test.v
---- Testing... --------------------------------------------------------------
OK     825.070 ms .\vlib\v\tests\break_in_lock_test.v
------------------------------------------------------------------------------
Summary for all V _test.v files: 1 passed, 1 total. Runtime: 825 ms.

@penguindark
Copy link
Member Author

@spytheman @medvednikov All green guys! 🎉
A big achievement! Tnx for your support. 🙇

@medvednikov medvednikov merged commit d8d05e0 into vlang:master May 24, 2021
@medvednikov
Copy link
Member

Amazing job!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants