-
Notifications
You must be signed in to change notification settings - Fork 29
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Tech updates #16
Tech updates #16
Conversation
rromanovsky
commented
Oct 16, 2018
- Update dev environment
- Dynamically get the list of available formatter versions on server start
- Generate the default configs for all styles
For local version make symlinks to bin Added check for urls For bin url search for several bin packages
Display found local version Display found online releases Some improvements in using pushd/popd
Added parcing for this option - it returns from server Added preview for flags selection TODO: * better view * Inactive for default * Load/Save in configuration
….json (symlink was removed); Added Parcel packager;
Storing defaults in compact json format
Do some checks before merging - part of the script that checks available clang-versions is broken right now. Will look later this week. |
These have been merged along with a change to serve the frontend from the server, which should solve #14. Thanks very much for these changes, much appreciated. |
@Skim-x-CAT @rromanovsky Do you mind being added to the authors list? |
@zed0 Sure I don't mind thanks! 😇 |
I'm not sure what the issue was with the setup script. I ran it a couple of time and sometimes it seemed not to download the source files, but I haven't managed to work out why yet. |
@zed0 Glad that this worked for you. Still @rromanovsky promised to make changes to fix #17 |