master
"Accepting" code changes can silently fail
Use the GtkBrowser to load a selector, make a change...
1.) reference a variable that does not accept..
2.) Right click and press Accept in the context menu
(the code will not be saved)
3.) Click on another selector, a dialog will popup asking to accept or discard the change, press accept..
the code change is gone without being saved, the error (modal?) should be shown to the user and the user should be able to correct it.
STInST compiler not used for fileins
c12efdf "VFS rewrite" introduced some specializations of #fileIn on subclasses of Stream that shadow STInST's version; 45ffb40 on my master has StartCompiler.st remove those.
gst-tool.c:142: error: redefinition of ‘struct option’
While running make check, I get the error in the title. I believe this was caused by c7dd7fbc8b7010ac70eb9c5b20c7f66af2cc6ce4 "add gst-remote tool", as that added unistd.h, which includes getopt.h on my system (presumably to provide the `getopt' function as required by POSIX). A zip includes gst-tool.c preprocessed and my unistd.h (see line 837).
