diff options
author | Karen Arutyunov <karen@codesynthesis.com> | 2018-05-24 00:25:45 +0300 |
---|---|---|
committer | Karen Arutyunov <karen@codesynthesis.com> | 2018-05-24 17:11:47 +0300 |
commit | 6ce19c537bd9de8d3c9821841bc5ed680b762742 (patch) | |
tree | 2a487b1d5ec75b05e3001a461f149e14e5a859a8 /mod/mod-repository-root.cxx | |
parent | 3363e1239973a66722f681999771964e39a98332 (diff) |
Adapt to inventing package_name type
Diffstat (limited to 'mod/mod-repository-root.cxx')
-rw-r--r-- | mod/mod-repository-root.cxx | 5 |
1 files changed, 0 insertions, 5 deletions
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] != '.') { |