Implement two new C API functions to retrieve list metadata and values from Wren slots: wrenGetSlotListSize returns the element count of a list in a slot, and wrenGetSlotListValue returns a captured WrenValue pointer for a specific index. Add corresponding foreign method bindings in test/api/slots.c and test cases in test/api/slots.wren that verify size retrieval and indexed value access on a three-element list. Also add Damien Radtke to AUTHORS.
20 lines
756 B
Plaintext
20 lines
756 B
Plaintext
This is the (likely incomplete) list of people who have made Wren what it is.
|
|
If you submit a patch to Wren, please add your name and email address to the
|
|
end of this list.
|
|
|
|
Robert Nystrom <robert@stuffwithstuff.com>
|
|
Kyle Marek-Spartz <kyle.marek.spartz@gmail.com>
|
|
Paul Woolcock <paul@woolcock.us>
|
|
Evan Shaw <edsrzf@gmail.com>
|
|
Gavin Schulz <gavin.schulz@gmail.com>
|
|
Lukas Werling <lukas.werling@gmail.com>
|
|
Marco Lizza <marco.lizza@gmail.com>
|
|
Raymond Sohn <raymondsohn@gmail.com>
|
|
Thorbjørn Lindeijer <bjorn@lindeijer.nl>
|
|
Patricio Mac Adden <patriciomacadden@gmail.com>
|
|
Evan Hahn <me@evanhahn.com>
|
|
Starbeamrainbowlabs <contact@starbeamrainbowlabs.com>
|
|
Alexander Roper <minirop@gmail.com>
|
|
Will Speak <will@willspeak.me>
|
|
Damien Radtke <damienradtke@gmail.com>
|