From 6ce19c537bd9de8d3c9821841bc5ed680b762742 Mon Sep 17 00:00:00 2001 From: Karen Arutyunov Date: Thu, 24 May 2018 00:25:45 +0300 Subject: Adapt to inventing package_name type --- mod/mod-repository-root.cxx | 5 ----- 1 file changed, 5 deletions(-) (limited to 'mod/mod-repository-root.cxx') diff --git a/mod/mod-repository-root.cxx b/mod/mod-repository-root.cxx index e9c491a..aaf6988 100644 --- a/mod/mod-repository-root.cxx +++ b/mod/mod-repository-root.cxx @@ -343,11 +343,6 @@ namespace brep // // If any of the checks fails, then the handling is declined. // - // @@ Shouldn't we validate that the package name is not "@", is not - // digit-only, does not start with '.' while parsing and serializing - // the package manifest ? Probably also need to mention these - // constraints in the manifest.txt file. - // if (n != "@" && n.find_first_not_of ("0123456789") != string::npos && n[0] != '.') { -- cgit v1.1