Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

update your branch to include all the work that I did in this one #3

Open
wants to merge 17 commits into
base: master
Choose a base branch
from

Conversation

makoshark
Copy link
Contributor

Greetings @ekg!

I think it would be useful if you update your version of wikiq so that it is up-to-date with mine. This includes pulling in a bunch of changes I (and others) made to make wikiq work more effectively in ~2014.

Most importantly though, it includes a new README.md file that explain that this C++ codebase is no longer maintained and there is a new codebase that is maintained.

I've had trouble with students going off to use 'wikiq' and finding your version instead of the modern piece of software and they lost a day or two into it. In that sense, it would be helpful if your version also included a README.md file explaining the current situation.

Thanks!

makoshark and others added 17 commits April 11, 2014 14:58
The variables used to be called wp_namespace_* which was confusing
because the software is not only useful for Wikipedia and is not only
useful for matching namespaces.
All the code to check for patterns within diff are named regex,
regexes, etc. This is problematic because (a) we already have one more
place we can check for regex and (b) I'm about to about add code to look
for regex in abitrary revisions (/not/ diffs). This change "makes room"
for the next one.
It's already a single field.
It's really just nothing something most people will use it and it's
somewhat expensive to compute.
$ make
g++ -O3    -c -o wikiq.o wikiq.cpp
wikiq.cpp: In function ‘void print_usage(char**)’:
wikiq.cpp:549:10: error: expected primary-expression before ‘<<’ token
make: *** [wikiq.o] Error 1
- specified that the Ubuntu packages are also Debian packages
- new README.md points to the new version of the software
- old README moved to README.old
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants