Skip to content
Snippets Groups Projects
Select Git revision
  • 02bd56bef51efec12d38e659054a680f1bcf6394
  • master default protected
  • emoUS
  • add_default_vectorizer_and_pretrained_loading
  • clean_code
  • readme
  • issue127
  • generalized_action_dicts
  • ppo_num_dialogues
  • crossowoz_ddpt
  • issue_114
  • robust_masking_feature
  • scgpt_exp
  • e2e-soloist
  • convlab_exp
  • change_system_act_in_env
  • pre-training
  • nlg-scgpt
  • remapping_actions
  • soloist
20 results

__init__.py

user avatar
dgelessus authored
Previously the patchfiles were copied into the source of each
generated parser, even though they are identical for all parsers and
always use a hardcoded package name. This means that all generated
parsers had conflicting classes, although in practice this was not
noticeable, because the classes were always identical.

These common files are now a proper separate library that all
generated parsers will depend on. This will fix the class name
conflicts when using more than one SableCC parser in a single project.
974f5aa2
History
Code owners
Assign users and groups as approvers for specific file changes. Learn more.