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

misc. bugfixes/features #208

Merged
merged 17 commits into from
Sep 18, 2015
Merged

misc. bugfixes/features #208

merged 17 commits into from
Sep 18, 2015

Conversation

dalehenrich
Copy link
Owner

previous pull request

  • add support for working with classes in class history and/or not accessible from SymbolList. Classes with more than 1 entry in class history will show up in browsers as Class[index-into-class-history]. Class that are not in the class history of a class reachable from SymbolList will show up in browsers as Class{class-oop}. You can browse the methods in these classes and add/remove methods
  • package comparison improved in the package version browser (bi-directional comparisons)
  • fix Issue Add builtIns comment into welcome shell console #201: fix typo in welcome message
  • fix Issue Add a --compressed option to the bu command #202: Add a --compressed option to the bu command ... actually the new default for the bu command is create compressed backups. a --uncompressed option produces an uncompressed backup. A .gz suffix is appended to the backup file name when compressed
  • as part of Issue Add a --compressed option to the bu command #202 work, add bu valudate for verifying the readability of a backup file.

… (i.e., not in a symbol dictionary and not in a class history) ... these classes would be incountered in the wild when inspecting instances of classes that have been "removed from the system"
… class is the current class in it's class history, but not reachable from the users' symbol list ... needs to be handled as a direct class reference (TDBehaviorReferenceDefinition)
… for `bu backup` is to create a compressed backup. Also add a `bu validate` command for validating the readability of backup files ... update tests ,, improve (hopefully) performOnServer: functionality by getting back explicit command status
dalehenrich added a commit that referenced this pull request Sep 18, 2015
@dalehenrich dalehenrich merged commit bbe636b into dev Sep 18, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant