time: fix more panics in the supported specifiers in Time.custom_format/1#24988
Merged
spytheman merged 4 commits intoJul 27, 2025
Merged
Conversation
|
Connected to Huly®: V_0.6-23482 |
16a1797 to
09ca3b9
Compare
dc7d6a6 to
62186f9
Compare
Krchi
added a commit
to Krchi/v
that referenced
this pull request
Jul 28, 2025
* scanner: fix multi-level string interpolation in if/match branch
* scanner: fix multi-level string interpolation in if/match branch, fix test code
* Update vlib/v/scanner/scanner.v
Co-authored-by: Delyan Angelov <delian66@gmail.com>
* rename the rest
* remove vfmt off/on tags
* cgen: fix array data for option array/fixed array(?[]u8/?[3]u8)
* cgen: fix fixed array with type alias
* cgen: fix fixed array with type alias
* cgen: move sort fn after interface definitions
* parser: fix syntax error for c in [othermod.Struct{field: 255}] {
* comptime: support string interpolation in `compile warn/error`
* comptime: support string interpolation in `compile warn/error`
* fix error for string literal
* make level less than 0 for compile warn/error
* cgen: move closure C code to V code under vlib/builtin/closure/ (vlang#24912)
* ci: workaround -usecache issue afte 2d87ac4
* markused,checker: fix hello world size after the introduction of `builtin.closure` in 2d87ac4 (vlang#24989)
* time: fix more panics in the supported specifiers in Time.custom_format/1 (vlang#24988)
---------
Co-authored-by: krchi <krchi@outlook.com>
Co-authored-by: Delyan Angelov <delian66@gmail.com>
Co-authored-by: kbkpbot <kbkpbot@sina.com>
Krchi
added a commit
to Krchi/v
that referenced
this pull request
Jul 28, 2025
* scanner: fix multi-level string interpolation in if/match branch
* scanner: fix multi-level string interpolation in if/match branch, fix test code
* Update vlib/v/scanner/scanner.v
Co-authored-by: Delyan Angelov <delian66@gmail.com>
* rename the rest
* remove vfmt off/on tags
* cgen: fix array data for option array/fixed array(?[]u8/?[3]u8)
* cgen: fix fixed array with type alias
* cgen: fix fixed array with type alias
* cgen: move sort fn after interface definitions
* parser: fix syntax error for c in [othermod.Struct{field: 255}] {
* comptime: support string interpolation in `compile warn/error`
* comptime: support string interpolation in `compile warn/error`
* fix error for string literal
* make level less than 0 for compile warn/error
* cgen: move closure C code to V code under vlib/builtin/closure/ (vlang#24912)
* ci: workaround -usecache issue afte 2d87ac4
* markused,checker: fix hello world size after the introduction of `builtin.closure` in 2d87ac4 (vlang#24989)
* time: fix more panics in the supported specifiers in Time.custom_format/1 (vlang#24988)
---------
Co-authored-by: krchi <krchi@outlook.com>
Co-authored-by: Delyan Angelov <delian66@gmail.com>
Co-authored-by: kbkpbot <kbkpbot@sina.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
No description provided.