maintainers: Update ErikSchierboom info#599
Merged
Merged
Conversation
ErikSchierboom
added a commit
that referenced
this pull request
Jul 15, 2018
* generators: Ignore Rider settings files * generators: Refactor additional namespaces * exercises: Update to latest canonical data * exercises: Use Array.Empty<T> instead of new T[0] * generators: Use static class * generators: Remove unused using statements * generators: Move exercise field to canonical data case class * generators: Use environment specific newline * generators: Fix culture-specific output * generators: Replace UpdateCanonicalData with UpdateCanonicalDataCase * generators: Test method body rendering methods return IEnumerable<string> * generators: Use var everywhere * generator: Code cleanup * generators: Remove unused parameter * generators: Move variables data to TestMethodData * generators: Make canonical data class immutable * generators: Extract rendering logic from test data to test method body * generators: Replace Exercise and Property with TestedClass and TestedMethod * generators: Update package versions * generators: Don't use sealed * generators: Use UpdateTestClass/UpdateTestMethod/UpdateTestMethodBody to customize output * exercises: Sort namespaces * generator: Make GeneratorExercise API more consistent * generators: Remove unneeded initialization * generators: Rename ExerciseWriter to TestClassFile * generators: Move template specific code to separate namespace * generators: Move helpers to separate namespace * generators: Remove unneeded generator scripts * generators: Update namespace * generators: Add separate test method for empty assertion * generators: Improve naming of test method body implementations * generators: Don't use assert template parameters in generators * generators: Use consistent naming for TestMethodBody parameter * generators: Simplified test method and class code * generators: Make lifecycle of update methods be more sane * generators: Simplify triangle generator * generators: Introduce multiline string type * generators: Remove dynamic extensions * generators: Remove type extensions * generators: Simplify description path logic * generators: Move JToken conversion helpers to separate class * generators: Fix invalid ordering of test case when nesting is used * generators: Remove unused conversion cases * generators: Remove convert helper * generators: Introduce assertion rendering helper * generators: Revert to using string as render output * generators: Use assertion helpers * generators: Add throws assertion generic overload * generators: Use standard value formatter in binary search tree generator * generators: Introduce rendering namespace * generators: Add enum rendering helper * generators: Rename Format to Render * generators: Move rendering logic to separate partial classes * generators: Make list rendering generic * generators: Make array rendering generic * generators: Make dictionary rendering generic * generators: Improved friendly name generation * generators: Make multidimensional array rendering generic * generators: Make tuple rendering generic * isbn-verifier: Update tests * generators: Add friendly name support for char and array types * generators: Refactor dictionary variable rendering * maintainers: Update ErikSchierboom info (#599) * maintainers: Update ErikSchierboom info * generators: Refactor dictionary variable rendering * generators: Refactor multi-line string (variable) rendering * generators: Simplify binary search tree generator * generators: Have variable rendering only return single value * generators: Use Environment.Newline where possible * generators: Simplify ocr-numbers generator * generators: Refactor array variable rendering * generators: Remove unused methods * generators: Simplify string/char escaping code * generators: Add collection initialization renderer * generators: Use variable render helper to render variables * generators: Fix simple-cipher generator * generators: Refactor generators * generators: Correctly render null value * generators: Return correct friendly name for Nullable<T> and ValueTuple<T> types * generators: Allow forced formatting of multi-line array * generators: Fix list-ops nested empty list * generators: Add missing namespace to nucleotide-count generator * generators: Fix failing grep example implementation * exercises: Use shorthand notation for ValueTuple * generators: Fix multiline rendering not handling null references * generators: Make TestClassFile static * generators: Merge TestData with TestMethod * generators: Move TestClass and TestMethod rendering output to separate class * generators: Extract different property handling paths to separate methods * generators: Simplify flatten-array generator * generators: Refactor test method output * generators: Update docs * generators: Add missing links to docs and use consistent naming * go-counting: Add space between operators in example implementation * generators: Use consistent formatting of input and expected values for minesweeper * generators: Increase length for single-line array initializers * generators: Remove automatic multi-line rendering for one-dimensional arrays * generators: Update docs
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
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.
No description provided.