Skip to content
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

v0.7.0 #49

Open
wants to merge 12 commits into
base: develop
Choose a base branch
from
Open

v0.7.0 #49

wants to merge 12 commits into from

Commits on Jul 15, 2019

  1. Use cfor in range-based loops

    Eugene Gostkin committed Jul 15, 2019
    Configuration menu
    Copy the full SHA
    933ce44 View commit details
    Browse the repository at this point in the history

Commits on Jul 16, 2019

  1. Merge pull request #41 from scalan/i35-optimize-loops

    Use cfor in range-based loops
    aslesarenko authored Jul 16, 2019
    Configuration menu
    Copy the full SHA
    4477487 View commit details
    Browse the repository at this point in the history

Commits on Jul 18, 2019

  1. Configuration menu
    Copy the full SHA
    17eb7b1 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8f5704a View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    c690231 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    00e966f View commit details
    Browse the repository at this point in the history

Commits on Aug 5, 2019

  1. Implement RType generators (#44)

    * Implement generators
    
    * Simplify implementation
    
    * Some fixes
    
    * Enhance generators
    
    * Add coverage test for FullTypeGenerator
    
    * Update test name, move RTypeGenCoverageChecker to new file
    
    * Refactoring
    
    * Cosmetics
    
    * Review comments fix, add OptionType and CollType support
    Eugene Gostkin authored and aslesarenko committed Aug 5, 2019
    Configuration menu
    Copy the full SHA
    069b3ff View commit details
    Browse the repository at this point in the history

Commits on Aug 11, 2019

  1. Implement value generators (#45)

    * Implement generators
    
    * Generate values by RType
    
    * Typos fix
    
    * Remove unneeded code
    
    * Update comments
    
    * Simplify implementation
    
    * Some fixes
    
    * Enhance generators
    
    * Add coverage test for FullTypeGenerator
    
    * Update test name, move RTypeGenCoverageChecker to new file
    
    * Cover value generator with test
    
    * Refactoring
    
    * Cosmetics
    
    * Review comments fix, add OptionType and CollType support
    
    * Make CollType and OptionType generators
    
    * Fixes according review
    
    * Remove prints
    
    * Fix comments
    Eugene Gostkin authored and aslesarenko committed Aug 11, 2019
    Configuration menu
    Copy the full SHA
    3decc9a View commit details
    Browse the repository at this point in the history

Commits on Aug 12, 2019

  1. Issue on data clone (#46)

    * Implement generators
    
    * Generate values by RType
    
    * Typos fix
    
    * Remove unneeded code
    
    * Update comments
    
    * Simplify implementation
    
    * Some fixes
    
    * Enhance generators
    
    * Add coverage test for FullTypeGenerator
    
    * Update test name, move RTypeGenCoverageChecker to new file
    
    * Cover value generator with test
    
    * Towards implementation
    
    * Some work
    
    * Small fix
    
    * Implement cloning
    
    * Refactoring
    
    * Cosmetics
    
    * Review comments fix, add OptionType and CollType support
    
    * Make CollType and OptionType generators
    
    * Towards implementation
    
    * Small fix
    
    * Implement cloning
    
    * Add Coll and Option support
    
    * Fixes according review
    
    * Remove prints
    
    * Test cloning
    
    * Remove printing
    
    * Merge diverted branches
    
    * Small fix
    
    * Specify types
    
    * Finish with type inference
    
    * Fix comments
    
    * Fixes according the review
    
    * Fix naming
    Eugene Gostkin authored and aslesarenko committed Aug 12, 2019
    Configuration menu
    Copy the full SHA
    482873b View commit details
    Browse the repository at this point in the history

Commits on Sep 13, 2019

  1. Test colls with new generators (#47)

    * Implement generators
    
    * Generate values by RType
    
    * Typos fix
    
    * Remove unneeded code
    
    * Update comments
    
    * Simplify implementation
    
    * Some fixes
    
    * Enhance generators
    
    * Add coverage test for FullTypeGenerator
    
    * Update test name, move RTypeGenCoverageChecker to new file
    
    * Cover value generator with test
    
    * Towards implementation
    
    * Some work
    
    * Small fix
    
    * Implement cloning
    
    * Refactoring
    
    * Cosmetics
    
    * Review comments fix, add OptionType and CollType support
    
    * Make CollType and OptionType generators
    
    * Towards implementation
    
    * Small fix
    
    * Implement cloning
    
    * Add Coll and Option support
    
    * Fixes according review
    
    * Remove prints
    
    * Test cloning
    
    * Remove printing
    
    * Merge diverted branches
    
    * Small fix
    
    * Specify types
    
    * Finish with type inference
    
    * Fix comments
    
    * Towards implementation
    
    * WIP
    
    * Fixes according the review
    
    * Fix naming
    
    * WIP
    
    * Add a comment
    
    * Refactor tests
    
    * Code fixes, simplification
    Eugene Gostkin authored and aslesarenko committed Sep 13, 2019
    Configuration menu
    Copy the full SHA
    f0e12df View commit details
    Browse the repository at this point in the history

Commits on Oct 6, 2019

  1. Configuration menu
    Copy the full SHA
    041a4b9 View commit details
    Browse the repository at this point in the history

Commits on Oct 7, 2019

  1. Implement CViewColl equality (#34)

    * Implement CViewColl equality
    
    * Fix pattern matching in CViewColl.isReplArray, remove unnecessary code
    
    * Improve equals performance
    
    * Fixes according review
    
    * Fix different coll creation
    
    * Add ViewColl eq breaking test
    
    * Commit performance improvement
    
    * Fixes according comments
    
    * undo equality changes
    
    * fix PairOfCall.hashCode + more tests for CViewColl
    Eugene Gostkin authored and aslesarenko committed Oct 7, 2019
    Configuration menu
    Copy the full SHA
    5ed2934 View commit details
    Browse the repository at this point in the history