Skip to content

Commit

Permalink
applied PackageJanitor
Browse files Browse the repository at this point in the history
  • Loading branch information
mohamed-barakat committed Dec 4, 2020
1 parent d01344c commit 3c51c26
Show file tree
Hide file tree
Showing 5 changed files with 11 additions and 5 deletions.
1 change: 0 additions & 1 deletion .github/workflows/Tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,6 @@ jobs:
export HOME="/home/gap"
cd /home/gap/.gap/pkg/
sudo apt update
sudo apt dist-upgrade -y
sudo apt install -y texlive-latex-extra texlive-fonts-extra
git clone --depth 1 https://github.com/gap-packages/AutoDoc.git
git clone --depth 1 https://github.com/homalg-project/homalg_project.git
Expand Down
4 changes: 2 additions & 2 deletions PackageInfo.g
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ SetPackageInfo( rec(
PackageName := "CatReps",
Subtitle := "Representations and cohomology of finite categories",
Version := Maximum( [
"2020.11-02", ## Mohamed's version
"2020.12-01", ## Mohamed's version
## this line prevents merge conflicts
"2020.10-02", ## Tibor's version
## this line prevents merge conflicts
Expand Down Expand Up @@ -73,7 +73,7 @@ SourceRepository := rec(
URL := "https://github.com/homalg-project/CatReps",
),
IssueTrackerURL := Concatenation( ~.SourceRepository.URL, "/issues" ),
PackageWWWHome := "https://homalg-project.github.io/CatReps",
PackageWWWHome := "https://homalg-project.github.io/pkg/CatReps",
PackageInfoURL := "https://homalg-project.github.io/CatReps/PackageInfo.g",
README_URL := "https://homalg-project.github.io/CatReps/README.md",
ArchiveURL := Concatenation( "https://github.com/homalg-project/CatReps/releases/download/v", ~.Version, "/CatReps-", ~.Version ),
Expand Down
9 changes: 9 additions & 0 deletions tst/050_LoadPackage.tst
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
# SPDX-License-Identifier: GPL-2.0-or-later
# CatReps: Representations and cohomology of finite categories
#
# This file tests if the package can be loaded without errors or warnings.
#

gap> LoadPackage( "FreydCategoriesForCAP", false );
#I method installed for IsInjective matches more than one declaration
true
File renamed without changes.
2 changes: 0 additions & 2 deletions tst/testall.g
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,6 @@ options := rec(
),
);

LoadPackage( "FreydCategoriesForCAP" );

TestDirectory( DirectoriesPackageLibrary( "CatReps", "tst" ), options );

FORCE_QUIT_GAP( 1 ); # if we ever get here, there was an error

0 comments on commit 3c51c26

Please sign in to comment.