Marcin Pączkowski
Marcin Pączkowski
## Purpose and Motivation This PR attempts to fix the crash with the following code: ``` ~scroll = ScrollView(); ~canvasView = View(~scroll); ~scroll.canvas = ~canvasView; //crash before this PR ```...
## Purpose and Motivation I wanted to open a _draft_ PR to increase visibility of progress and issues of running the test suite on Windows in GHA. TL;DR test suite...
## Purpose and Motivation We didn't have an async quit method that actually waits for the server process to quit (i.e. for the callback from the system command to be...
## Purpose and Motivation `"start"` is a `cmd.exe` command so we can use String .unixCmd instead of [].unixCmd. Background: https://github.com/supercollider/supercollider/pull/6837 removed `cmd /c` from `SequenceableCollection .unixCmd`, which inadvertently broke `String...
Ubuntu 20.04 images are being removed, let's upgrade... FYI Jekyll build is set up so that changes to the website can be checked against the build system.
## Purpose and Motivation This PR removes special handling for old MINGW and removes repetition in `target_link_libraries` for libsclang. ## Types of changes - Cleanup ## To-do list - [x]...
## Motivation While cleaning up cmake options, I started investigating the `NO_GPL3` flag. Licencing.html says: > SuperCollider was originally published under the terms of _version 2 or later_ of the...
## Purpose and Motivation We have a mix of GPL2 and GPL3 code at this point, it's likely not possible nor practical to exclude all GPL3 code. ## Types of...
## Motivation MSVC emits warnings about various parts of our code. Here's a list of most warnings we currently have in the codebase: ``` /wd4018 # signed/unsigned mismatch /wd4101 #...
## Environment * SuperCollider version: 3.15-dev, 3.14, 3.13 * Operating system: macOS * Other details (Qt version, audio driver, etc.): ## Steps to reproduce ```supercollider ( var allItems; var numItems...