-
Notifications
You must be signed in to change notification settings - Fork 564
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
cannot clone it on windows #901
Comments
Probably due to colon ( |
so, maybe we should change it compatible with windows |
hmm, not sure if simply changing the files is enough, as they're probably generated and might be referenced by name somewhere... will reopen this as even though it's annoying, we actually should support windows... |
They are generated here:
|
They might be relevant for the W3C implementation reports https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/reports/index.html. How do I produce the EARL reports?
|
I guess being able to clone on windows is in any case more important than w3c reports :D Only https://github.com/RDFLib/rdflib/blob/master/test/test_dawg.py#L616-L620 |
…eports Remove colons from test result files. Fix #901.
C:\ub16_prj>git clone https://github.com/RDFLib/rdflib
Cloning into 'rdflib'...
remote: Enumerating objects: 40, done.
remote: Counting objects: 100% (40/40), done.
remote: Compressing objects: 100% (25/25), done.
remote: Total 20819 (delta 16), reused 30 (delta 15), pack-reused 20779
Receiving objects: 100% (20819/20819), 12.29 MiB | 751.00 KiB/s, done.
Resolving deltas: 100% (13280/13280), done.
error: unable to create file test_reports/rdflib_nquads-2013-12-22T19:22:34.ttl: Invalid argument
error: unable to create file test_reports/rdflib_nt-2013-12-22T19:12:25.ttl: Invalid argument
error: unable to create file test_reports/rdflib_sparql-2013-12-22T19:36:48.ttl: Invalid argument
error: unable to create file test_reports/rdflib_trig-2013-12-22T19:31:52.ttl: Invalid argument
error: unable to create file test_reports/rdflib_trig-2013-12-30T15:56:57.ttl: Invalid argument
error: unable to create file test_reports/rdflib_turtle-2013-12-22T19:13:51.ttl: Invalid argument
Checking out files: 100% (4439/4439), done.
fatal: unable to checkout working tree
warning: Clone succeeded, but checkout failed.
You can inspect what was checked out with 'git status'
and retry the checkout with 'git checkout -f HEAD'
The text was updated successfully, but these errors were encountered: