Skip to content
This repository has been archived by the owner on Dec 5, 2022. It is now read-only.

Renamed types that have the same name as a variable, but aren't directly related #67

Merged
merged 2 commits into from
Nov 23, 2019

Commits on Nov 19, 2019

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

Commits on Nov 22, 2019

  1. Added --rename-conflicting-types flag to allow the user to control

    whether types with names that conflict with variable names get renamed or get
    merged with the variable.
    
    Added --rename-conflicting-types flag
    Made variables with the same name as types get merged into the types by
    default
    Separated handling of type names and value names in FacadeConverter
    derekxu16 committed Nov 22, 2019
    Configuration menu
    Copy the full SHA
    308f591 View commit details
    Browse the repository at this point in the history