Commit 38d29f0
fix: HTTP(url) alias for HTTP$ — avoid UDF name collision
read_identifier stops at '(', so HTTP(U$) was resolved as UDF HTTP with
wrong types. Route HTTP( to intrinsic HTTP$ in eval_factor and execute_statement.
Co-authored-by: Chris Garrett <chris@chrisg.com>1 parent 693810d commit 38d29f0
3 files changed
Lines changed: 17 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2 | 2 | | |
3 | 3 | | |
4 | 4 | | |
5 | | - | |
| 5 | + | |
6 | 6 | | |
7 | 7 | | |
8 | 8 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
151 | 151 | | |
152 | 152 | | |
153 | 153 | | |
154 | | - | |
| 154 | + | |
155 | 155 | | |
156 | 156 | | |
157 | 157 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
6337 | 6337 | | |
6338 | 6338 | | |
6339 | 6339 | | |
| 6340 | + | |
| 6341 | + | |
| 6342 | + | |
| 6343 | + | |
| 6344 | + | |
| 6345 | + | |
6340 | 6346 | | |
6341 | 6347 | | |
6342 | 6348 | | |
| |||
9414 | 9420 | | |
9415 | 9421 | | |
9416 | 9422 | | |
| 9423 | + | |
| 9424 | + | |
| 9425 | + | |
| 9426 | + | |
| 9427 | + | |
| 9428 | + | |
| 9429 | + | |
| 9430 | + | |
| 9431 | + | |
9417 | 9432 | | |
9418 | 9433 | | |
9419 | 9434 | | |
| |||
0 commit comments