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

Updating ccg2xml to use Python 3 #19

Open
wants to merge 11 commits into
base: master
Choose a base branch
from

Commits on Nov 18, 2018

  1. Configuration menu
    Copy the full SHA
    1177c12 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    fb64047 View commit details
    Browse the repository at this point in the history
  3. Streamlining whitespace in ccg_editor and related build files.

    Additionally removed some outdated imports and comments.
    One "arg == None" was changed to "arg is None".
    shoeffner committed Nov 18, 2018
    Configuration menu
    Copy the full SHA
    d472650 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    9ddc011 View commit details
    Browse the repository at this point in the history

Commits on Nov 20, 2018

  1. Converting ccg2xml to Python 3

    - Using 2to3 and some manual labor
       - Especially comments can be overlooked
    - Updating lex.py and yacc.py
    - Tested the changes with arabic.ccg
    - The editor buttons are broken with this version
    shoeffner committed Nov 20, 2018
    Configuration menu
    Copy the full SHA
    b5fd0b1 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b03b7b9 View commit details
    Browse the repository at this point in the history

Commits on Nov 21, 2018

  1. Using ttk to make tkinter work on MacOS.

    It still works fine inside a debian-docker container using XQuartz on
    the host system.
    Windows will be tested soon.
    shoeffner committed Nov 21, 2018
    Configuration menu
    Copy the full SHA
    d102857 View commit details
    Browse the repository at this point in the history
  2. Fixes indentation errors from the 2to3 conversion.

    The content of Features and Testbed is presented properly again.
    Before, only the last items were shown, as the indentation level was one
    too few.
    shoeffner committed Nov 21, 2018
    Configuration menu
    Copy the full SHA
    bc3fce2 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    3330877 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    dea0132 View commit details
    Browse the repository at this point in the history

Commits on Jan 11, 2019

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