diff options
| author | jade <jadel@mercury.com> | 2025-07-10 19:07:56 -0700 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-07-10 19:07:56 -0700 |
| commit | 7a69fefdb95daba355aa1b05ebfdf4d0b0d51ec2 (patch) | |
| tree | a6f20ce315fdba5500ca7779e95b8123638e66f6 /runtime/lua | |
| parent | 00f8f94d5b06e5d464a4d5548dc6a91bd2dfdd64 (diff) | |
fix(vim.json): loss of precision on integers >14 digits #34876
Problem: multiple DAP servers keep assuming they can have internal IDs
up to 2**52, which get corrupted by the Neovim JSON encoder.
Solution: change (1) constant and add a test so nobody breaks it while
updating the library.
Fixes: https://github.com/neovim/neovim/issues/24532
Fixes: https://github.com/mfussenegger/nvim-dap/issues/1534
Fixes: https://github.com/facebook/buck2/issues/1032
Diffstat (limited to 'runtime/lua')
0 files changed, 0 insertions, 0 deletions
