Skip to content
Snippets Groups Projects

Keeping core API dependencies to a minimum

Merged Marek Szuba requested to merge feature/nocore into master

Created by: andrewyatz

It seems we have others within the team that would like to use ensembl-io but will not because of the core dependency. This commit attempts to

  1. Remove any use of Utils::Exception and replace it with Carp
  2. Remove any use of Utils::IO work_with_file and replace it with an open
  3. Remove any unused/unnecessary imports (there were a lot)

Also this commit pulls up that simple_list.t is no longer a valid test because its dependencies are broken.

Merge request reports

Loading
Loading

Activity

Filter activity
  • Approvals
  • Assignees & reviewers
  • Comments (from bots)
  • Comments (from users)
  • Commits & branches
  • Edits
  • Labels
  • Lock status
  • Mentions
  • Merge request status
  • Tracking
  • Created by: muffato

    :thumbsup: (I didn't know we could make pull-requests between branches of the same repo)

Please register or sign in to reply