As of now there is no way to clear the VM of a public class. I am unsure if chuck-racks even needs this functionality, currently the user can create a regular class and reload it, but if the class is public it remains in the VM until the user removes that instance of chuck-racks.
One solution would be to replicate the behavior of MidiAudicle and add a "Clear VM" button.
The user currently receives the following error.
[chuck]:line(5): class/type 'ClassName' is already defined in namespace '[user]'
As of now there is no way to clear the VM of a public class. I am unsure if chuck-racks even needs this functionality, currently the user can create a regular class and reload it, but if the class is public it remains in the VM until the user removes that instance of chuck-racks.
One solution would be to replicate the behavior of MidiAudicle and add a "Clear VM" button.
The user currently receives the following error.
[chuck]:line(5): class/type 'ClassName' is already defined in namespace '[user]'