-
Notifications
You must be signed in to change notification settings - Fork 370
merge dev to master #907
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
Merged
merge dev to master #907
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Refactor PackageInstaller: add guard clauses and replace conditional with Where()
Ensure ArgumentParser does not return null args
made FileWatcher threadsafe
fix windows build status badge
ScriptPacks acceptance test
… passed - this is to allow running modules without having to specify -repl, e.g. scriptcs -m "migrate"
changed command line to assume REPL when no command or script name is passed
linux-build label, windows-build label, nuget badge for ScriptCs.Hosting and coverity badge
prefixed FileSystem locations with scriptcs_
…child folders under bin
Fixes AssemblyResolver.GetBinAssemblyPaths to not find assemblies in chi...
implemented CommandLine.UnexpectedOption
…eset, made regex a singleton
This reverts commit 351b0fc.
This reverts commit afdd6ef. Conflicts: test/ScriptCs.Tests.Acceptance/Support/ScriptDirectory.cs
- consistent command error logging - guard clauses - variable inlining - var keyword usage - line length - whitespace
- arrange/act/assert separation - consistent test pattern - redundant code - inline variables - line length - whitespace
Fix for issue #874. Switched the installation script to use automatic Chocolatey facilities for installing command-line tools. Chocolatey handles putting in a shim to scriptcs.exe and adding the path info. No need for uninstall when using this mechanism - Chocolatey does it all for you.
Added a routine to deal with removing the per-user install of scriptcs and per-user PATH setting on upgrade.
Chocolatey installation for multiple users
automatic filesystem migration
refactor: rename AsciiArt to VersionWriter, ensure console color is rese...
increment to version 0.13.0
Mono engine using code segments to better parse scripts
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
re #884