CARVIEW |
Select Language
HTTP/2 200
date: Sun, 27 Jul 2025 18:02:58 GMT
content-type: text/html; charset=utf-8
vary: X-PJAX, X-PJAX-Container, Turbo-Visit, Turbo-Frame, X-Requested-With,Accept-Encoding, Accept, X-Requested-With
x-repository-download: git clone https://github.com/neovim/neovim.git
etag: W/"4db7b6651cb23c439335a20bd8c4c58a"
cache-control: max-age=0, private, must-revalidate
strict-transport-security: max-age=31536000; includeSubdomains; preload
x-frame-options: deny
x-content-type-options: nosniff
x-xss-protection: 0
referrer-policy: no-referrer-when-downgrade
content-security-policy: default-src 'none'; base-uri 'self'; child-src github.githubassets.com github.com/assets-cdn/worker/ github.com/assets/ gist.github.com/assets-cdn/worker/; connect-src 'self' uploads.github.com www.githubstatus.com collector.github.com raw.githubusercontent.com api.github.com github-cloud.s3.amazonaws.com github-production-repository-file-5c1aeb.s3.amazonaws.com github-production-upload-manifest-file-7fdce7.s3.amazonaws.com github-production-user-asset-6210df.s3.amazonaws.com *.rel.tunnels.api.visualstudio.com wss://*.rel.tunnels.api.visualstudio.com objects-origin.githubusercontent.com copilot-proxy.githubusercontent.com proxy.individual.githubcopilot.com proxy.business.githubcopilot.com proxy.enterprise.githubcopilot.com *.actions.githubusercontent.com wss://*.actions.githubusercontent.com productionresultssa0.blob.core.windows.net/ productionresultssa1.blob.core.windows.net/ productionresultssa2.blob.core.windows.net/ productionresultssa3.blob.core.windows.net/ productionresultssa4.blob.core.windows.net/ productionresultssa5.blob.core.windows.net/ productionresultssa6.blob.core.windows.net/ productionresultssa7.blob.core.windows.net/ productionresultssa8.blob.core.windows.net/ productionresultssa9.blob.core.windows.net/ productionresultssa10.blob.core.windows.net/ productionresultssa11.blob.core.windows.net/ productionresultssa12.blob.core.windows.net/ productionresultssa13.blob.core.windows.net/ productionresultssa14.blob.core.windows.net/ productionresultssa15.blob.core.windows.net/ productionresultssa16.blob.core.windows.net/ productionresultssa17.blob.core.windows.net/ productionresultssa18.blob.core.windows.net/ productionresultssa19.blob.core.windows.net/ github-production-repository-image-32fea6.s3.amazonaws.com github-production-release-asset-2e65be.s3.amazonaws.com insights.github.com wss://alive.github.com api.githubcopilot.com api.individual.githubcopilot.com api.business.githubcopilot.com api.enterprise.githubcopilot.com; font-src github.githubassets.com; form-action 'self' github.com gist.github.com copilot-workspace.githubnext.com objects-origin.githubusercontent.com; frame-ancestors 'none'; frame-src viewscreen.githubusercontent.com notebooks.githubusercontent.com; img-src 'self' data: blob: github.githubassets.com media.githubusercontent.com camo.githubusercontent.com identicons.github.com avatars.githubusercontent.com private-avatars.githubusercontent.com github-cloud.s3.amazonaws.com objects.githubusercontent.com release-assets.githubusercontent.com secured-user-images.githubusercontent.com/ user-images.githubusercontent.com/ private-user-images.githubusercontent.com opengraph.githubassets.com copilotprodattachments.blob.core.windows.net/github-production-copilot-attachments/ github-production-user-asset-6210df.s3.amazonaws.com customer-stories-feed.github.com spotlights-feed.github.com objects-origin.githubusercontent.com *.githubusercontent.com; manifest-src 'self'; media-src github.com user-images.githubusercontent.com/ secured-user-images.githubusercontent.com/ private-user-images.githubusercontent.com github-production-user-asset-6210df.s3.amazonaws.com gist.github.com; script-src github.githubassets.com; style-src 'unsafe-inline' github.githubassets.com; upgrade-insecure-requests; worker-src github.githubassets.com github.com/assets-cdn/worker/ github.com/assets/ gist.github.com/assets-cdn/worker/
server: github.com
content-encoding: gzip
accept-ranges: bytes
set-cookie: _gh_sess=swRVesDPWJVJjtXi5TXXZDcVo82qWwXshoNz3JZo%2B%2B5hw2DWfJpepm04NmqeJZuQNSPpTIPnT8JT16fXIrS6JEttJjPpTpWu1Bo8JNAzwmoXwKt%2B5yqmXYjX5puZwSAo1bp%2BI1nV7tCf6pUiEqznODl8tKmDHnoqenPh0N4dTbQ%2BTt2dl%2BBTIreqOEN9cJDxX5kj%2BhdPZZ06RMLHaYchA%2BKV1%2Fiq4Mq6r2U0rn%2BPU8EZHCG%2FeHf7yNZrQhXMQTcNqPnhzBGa4BUM4%2FVRCF2DsA%3D%3D--b3wG1C%2F8kGp%2Fb1LJ--ThC6y1xsHYALa1i0s77xQQ%3D%3D; Path=/; HttpOnly; Secure; SameSite=Lax
set-cookie: _octo=GH1.1.1188552568.1753639377; Path=/; Domain=github.com; Expires=Mon, 27 Jul 2026 18:02:57 GMT; Secure; SameSite=Lax
set-cookie: logged_in=no; Path=/; Domain=github.com; Expires=Mon, 27 Jul 2026 18:02:57 GMT; HttpOnly; Secure; SameSite=Lax
x-github-request-id: 9BF4:3C6DB4:7402B7:97D532:688669D1
feat(decode_string): decode binary string with NULs to Blob · neovim/neovim@de9df82 · GitHub
Copy file name to clipboardExpand all lines: test/functional/eval/msgpack_functions_spec.lua
Copy file name to clipboardExpand all lines: test/functional/lua/api_spec.lua
Copy file name to clipboardExpand all lines: test/functional/lua/luaeval_spec.lua
Skip to content
Navigation Menu
{{ message }}
-
-
Notifications
You must be signed in to change notification settings - Fork 6.2k
Commit de9df82
committed
feat(decode_string): decode binary string with NULs to Blob
Strings that previously decoded into a msgpack special for representing
BINs with NULs now convert to Blobs. It shouldn't be possible to decode
into this special anymore after this change?
Notably, Lua strings with NULs now convert to Blobs when passed to VimL.1 parent ef729fb commit de9df82Copy full SHA for de9df82
File tree
Expand file treeCollapse file tree
6 files changed
+46
-42
lines changedFilter options
- runtime/doc
- src/nvim/eval
- test/functional
- eval
- lua
Expand file treeCollapse file tree
6 files changed
+46
-42
lines changed+3-3Lines changed: 3 additions & 3 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
6750 | 6750 |
| |
6751 | 6751 |
| |
6752 | 6752 |
| |
6753 |
| - | |
6754 |
| - | |
6755 |
| - | |
| 6753 | + | |
| 6754 | + | |
| 6755 | + | |
6756 | 6756 |
| |
6757 | 6757 |
| |
6758 | 6758 |
| |
|
+2-1Lines changed: 2 additions & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
326 | 326 |
| |
327 | 327 |
| |
328 | 328 |
| |
329 |
| - | |
| 329 | + | |
| 330 | + | |
330 | 331 |
| |
331 | 332 |
| |
332 | 333 |
| |
|
+25-17Lines changed: 25 additions & 17 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
246 | 246 |
| |
247 | 247 |
| |
248 | 248 |
| |
249 |
| - | |
| 249 | + | |
250 | 250 |
| |
251 | 251 |
| |
252 | 252 |
| |
253 | 253 |
| |
254 | 254 |
| |
255 |
| - | |
256 |
| - | |
| 255 | + | |
| 256 | + | |
| 257 | + | |
257 | 258 |
| |
258 | 259 |
| |
259 | 260 |
| |
| |||
269 | 270 |
| |
270 | 271 |
| |
271 | 272 |
| |
272 |
| - | |
273 |
| - | |
274 | 273 |
| |
275 |
| - | |
276 |
| - | |
277 |
| - | |
278 |
| - | |
279 |
| - | |
280 |
| - | |
281 |
| - | |
282 |
| - | |
283 |
| - | |
284 |
| - | |
285 |
| - | |
286 |
| - | |
| 274 | + | |
| 275 | + | |
| 276 | + | |
| 277 | + | |
| 278 | + | |
| 279 | + | |
| 280 | + | |
| 281 | + | |
| 282 | + | |
| 283 | + | |
| 284 | + | |
| 285 | + | |
| 286 | + | |
| 287 | + | |
| 288 | + | |
| 289 | + | |
| 290 | + | |
| 291 | + | |
| 292 | + | |
| 293 | + | |
| 294 | + | |
287 | 295 |
| |
288 | 296 |
| |
289 | 297 |
| |
|
test/functional/eval/msgpack_functions_spec.lua
Copy file name to clipboardExpand all lines: test/functional/eval/msgpack_functions_spec.lua+1-2Lines changed: 1 addition & 2 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
364 | 364 |
| |
365 | 365 |
| |
366 | 366 |
| |
367 |
| - | |
368 |
| - | |
| 367 | + | |
369 | 368 |
| |
370 | 369 |
| |
371 | 370 |
| |
|
test/functional/lua/api_spec.lua
Copy file name to clipboardExpand all lines: test/functional/lua/api_spec.lua+3-2Lines changed: 3 additions & 2 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
15 | 15 |
| |
16 | 16 |
| |
17 | 17 |
| |
18 |
| - | |
| 18 | + | |
19 | 19 |
| |
20 | 20 |
| |
21 | 21 |
| |
22 | 22 |
| |
23 | 23 |
| |
24 | 24 |
| |
25 | 25 |
| |
26 |
| - | |
| 26 | + | |
27 | 27 |
| |
28 | 28 |
| |
29 | 29 |
| |
| |||
68 | 68 |
| |
69 | 69 |
| |
70 | 70 |
| |
| 71 | + | |
71 | 72 |
| |
72 | 73 |
| |
73 | 74 |
| |
|
test/functional/lua/luaeval_spec.lua
Copy file name to clipboardExpand all lines: test/functional/lua/luaeval_spec.lua+12-17Lines changed: 12 additions & 17 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
63 | 63 |
| |
64 | 64 |
| |
65 | 65 |
| |
66 |
| - | |
67 |
| - | |
| 66 | + | |
| 67 | + | |
68 | 68 |
| |
69 |
| - | |
70 |
| - | |
| 69 | + | |
71 | 70 |
| |
72 | 71 |
| |
73 | 72 |
| |
| |||
76 | 75 |
| |
77 | 76 |
| |
78 | 77 |
| |
79 |
| - | |
| 78 | + | |
80 | 79 |
| |
81 | 80 |
| |
82 |
| - | |
83 |
| - | |
84 |
| - | |
85 |
| - | |
| 81 | + | |
86 | 82 |
| |
87 | 83 |
| |
88 | 84 |
| |
| |||
100 | 96 |
| |
101 | 97 |
| |
102 | 98 |
| |
103 |
| - | |
104 |
| - | |
105 |
| - | |
| 99 | + | |
| 100 | + | |
| 101 | + | |
106 | 102 |
| |
107 | 103 |
| |
108 | 104 |
| |
| |||
122 | 118 |
| |
123 | 119 |
| |
124 | 120 |
| |
125 |
| - | |
| 121 | + | |
126 | 122 |
| |
127 | 123 |
| |
128 | 124 |
| |
129 |
| - | |
130 |
| - | |
| 125 | + | |
131 | 126 |
| |
132 | 127 |
| |
133 | 128 |
| |
| |||
175 | 170 |
| |
176 | 171 |
| |
177 | 172 |
| |
178 |
| - | |
179 |
| - | |
| 173 | + | |
| 174 | + | |
180 | 175 |
| |
181 | 176 |
| |
182 | 177 |
| |
|
You can’t perform that action at this time.
0 commit comments