Spencer Salazar

Results 29 issues of Spencer Salazar

https://class.coursera.org/chuck101-001/forum/thread?thread_id=222

This will probably fix the "Airplay" crashing bugs, at the very least.

bug
enhancement
macOS
windows
linux

See this thread for more information: https://lists.cs.princeton.edu/pipermail/chuck-users/2013-September/007362.html

bug
linux

Buttons, labels, and other controls run into each other in the UI. Most obvious on VM and preferences windows.

bug
linux

After hitting tab to reorganize the code, block comment highlighting gets broken (the comment highlighting disappears).

bug
macOS

If a user defines a new type in a ChucK script, have it be highlighted.

enhancement

The following code fails with a segmentation fault: ``` StkInstrument u => blackhole; 1::samp => now; u =< blackhole; null @=> u; ``` likely because StkInstrument is an abstract base...

bug

The following code: ``` Filter u => blackhole; ``` fails with ``` [Filter.ck]:line(1): undefined type 'Filter'... [Filter.ck]:line(1): ... in declaration ... ``` Either fix Filter or remove it from documentation.

bug