-
Notifications
You must be signed in to change notification settings - Fork 370
merge dev to master for 0.14 #983
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
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
internalised/privatised implementation details expanded parameter types made fields readonly converted simple delegates to expressions converted conditionals to LINQ calls converted for..each list add to AddRange() removed redundant code whitespace fixes added R# settings
refactorings from active code review of PR 914
…ere is a circular ref
fix for 700: changed ObjectSerializer to remove $id and $ref unless there is a circular ref
merge master to dev
923 refactoring
Better greeting message
merge master to dev
…hem up in NuGet packages
…ries file on -Install to allow developers to force libraries to be recomposed
…deleting the file on Install, and adding Env to IScriptHost / ScriptLibraryWrapper
Copy binaries to artifacts folder in build.sh #785
… Libraries to the beginning of the code rather the end which was causing issues
implemented PackagesWithDuplicateAssemblies scenario - fix for #953
bump version number to 0.14.0
Added new IRepl interface that inherits from IScriptExecutor and adds a new method named Quit Updated the Execute method of IRepl to accept an instance of IRepl instead of IScriptExecutor Updated Repl to implement IRepl and the new Quit method, which calls Terminate() and Environment.Exit(0) Updated the Execute() method of the existing REPL commands to accept an instance of IRepl instead of IScriptExecutor Added a new ExitCommand that uses the new Repl.Quit() method to exit the REPL Updated RuntimeServices to bind IRepl to Repl Updated existing REPL command tests to pass in a mock of IRepl to IReplCommand.Execute instead of a mock of IScriptExecutor Added new tests to cover the new ExitCommand Conflicts: src/ScriptCs.Contracts/IRepl.cs test/ScriptCs.Core.Tests/ReplCommands/CdCommandTests.cs test/ScriptCs.Core.Tests/ReplCommands/ClearCommandTests.cs test/ScriptCs.Core.Tests/ReplCommands/CwdCommandTests.cs test/ScriptCs.Core.Tests/ReplCommands/InstallCommandTests.cs test/ScriptCs.Core.Tests/ReplCommands/ResetCommandTests.cs test/ScriptCs.Core.Tests/ReplTests.cs
The PromptsUserBeforeExiting() unit test was eternal looping since the Console.ReadLine() method was never stubbed to return a value
Added :exit to REPL
Do not use initialize modules MEF catalog if the only module in play is Roslyn or Mono
Adding a shebang line processor to treat lines beginning with processor works, and updated existing unit tests to cover the new line processor.
Moving to src/ScriptCs and including in csproj to Always CopyToOutputDirectory.
add binstub and allow shebang
fix nightly package dependencies
Only use fast path when extension is CSX or none
…erload and added null checks
…oser to usage, test naming
revert breaking changes to ScriptExecutor in 909
adamralph
added a commit
that referenced
this pull request
Mar 23, 2015
merge dev to master for 0.14
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.
#947