Skip to content

Commit

Permalink
commit content:
Browse files Browse the repository at this point in the history
- more customizable slice command added possibility to specify parent folder and prefixing for generated files
- more customizable trace generation logger added possibility to specify parent folder and prefixing for generated files
- options for the draw command (default as sequence diagram, option for tree term)
- created io package for centralizing code for handling inputs and outputs of the tool
- added cluster manipulation in graphviz module and other little things
- refactored rendering (both the code for drawing individual interactions and for the graphic logger), clearly separate the code according to the representation it participates in (as sequence diagram or as term representation)
- more customizable graphic logger added possibility to:
  + specify parent folder
  + specify output file name
  + to put on each node either or both of a sd repr or a term repr
- different temp folders for different loggers so as to avoid potential side effects
- started working on generation of interaction files (hif) from interactions
- made a dedicated module in core/transformation to centralize the definitions of all syntaxic term transformations for later use in canonization, merging and others
- refactored a bit input hcf parser
- re-implemented canonization feature with the new unified process format
  • Loading branch information
erwanM974 committed Nov 27, 2022
1 parent ff47b7b commit fff9ae1
Show file tree
Hide file tree
Showing 212 changed files with 5,852 additions and 4,789 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "hibou_label"
version = "0.8.0"
version = "0.8.1"
authors = ["Erwan Mahe"]
edition = "2021"

Expand Down
305 changes: 0 additions & 305 deletions src/canonize/process.rs

This file was deleted.

Loading

0 comments on commit fff9ae1

Please sign in to comment.