Revision e62f90597277fba421042c6fd6e7d1be59b7da83 authored by Tim Foley on 26 August 2017, 01:55:49 UTC, committed by Tim Foley on 26 August 2017, 01:55:49 UTC
I changed the logic so that it might splice a new modifier into the existing linked list (not just at the end), but failed to account for the case where what we are splicing in isn't just a single modifier, but a whole *list* (which occurs when splicing in the shared modifiers themselves).

This change handles that case with a bit of annoying linked-list cleverness.
1 parent 8c68434
History
File Mode Size
build
docs
examples
external
source
tests
tools
.gitignore -rw-r--r-- 385 bytes
.gitmodules -rw-r--r-- 107 bytes
CODE_OF_CONDUCT.md -rw-r--r-- 3.1 KB
LICENSE -rw-r--r-- 1.1 KB
README.md -rw-r--r-- 6.1 KB
appveyor.yml -rw-r--r-- 3.5 KB
slang.h -rw-r--r-- 31.8 KB
slang.sln -rw-r--r-- 6.4 KB
test.bat -rw-r--r-- 1.4 KB

README.md

back to top