use process handles in list evaluations rather than spaces - we will need to upgrade this once eval has been upgraded

This commit is contained in:
Ryan Fleury
2025-10-17 07:37:36 -07:00
parent 52680a81fe
commit a96c822440
4 changed files with 37 additions and 8 deletions
File diff suppressed because one or more lines are too long
+1 -1
View File
@@ -592,7 +592,7 @@ C_LINKAGE_BEGIN
extern String8 rd_tab_fast_path_view_name_table[24];
extern String8 rd_tab_fast_path_query_name_table[24];
extern RD_VocabInfo rd_vocab_info_table[352];
extern RD_NameSchemaInfo rd_name_schema_info_table[24];
extern RD_NameSchemaInfo rd_name_schema_info_table[25];
extern String8 rd_reg_slot_code_name_table[47];
extern Rng1U64 rd_reg_slot_range_table[47];
extern String8 rd_binding_version_remap_old_name_table[8];
+12
View File
@@ -470,6 +470,18 @@ RD_VocabTable:
}
```
}
{
list,
```
x:
{
@description("An expression describing the first node in the list.")
'expression': expr_string,
@order(0) @description("The name of the member which encodes the link to the next node.")
'member_name': code_string,
}
```
}
{
text,
```