Skip to content

Commit

Permalink
released version
Browse files Browse the repository at this point in the history
  • Loading branch information
pommedeterresautee committed Oct 28, 2019
1 parent 7c1c7cd commit 2f0fd9a
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions CRAN-RELEASE
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
This package was submitted to CRAN on 2019-05-30.
Once it is accepted, delete this file and tag the release (commit eaa4821769).
This package was submitted to CRAN on 2019-10-27.
Once it is accepted, delete this file and tag the release (commit 7c1c7cdf4a).
2 changes: 1 addition & 1 deletion cleanup
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
#!/bin/bash
#!/bin/sh

rm -Rf src/*.o src/fasttext/*.o src/*.so src/fasttext/*.so src/*.dll src/fasttext/*.dll src/*.dylib src/fasttext/*.dylib src/symbols.rds
2 changes: 1 addition & 1 deletion src/fasttext/args.cc
Original file line number Diff line number Diff line change
Expand Up @@ -209,7 +209,7 @@ void Args::parseArgs(const std::vector<std::string>& args) {
printHelp();
exit(EXIT_FAILURE);
}
} catch (std::out_of_range) {
} catch (std::out_of_range&) {
std::cerr << args[ai] << " is missing an argument" << std::endl;
printHelp();
exit(EXIT_FAILURE);
Expand Down

0 comments on commit 2f0fd9a

Please sign in to comment.