Skip to content

Commit

Permalink
chore: moved code from rdfox-rs crate to ekg-sparql crate and rdfox-s…
Browse files Browse the repository at this point in the history
…ys crate
  • Loading branch information
jgeluk committed Feb 1, 2024
1 parent 362f491 commit f83fe46
Show file tree
Hide file tree
Showing 39 changed files with 171 additions and 6,879 deletions.
25 changes: 0 additions & 25 deletions .cargo/config.toml

This file was deleted.

3 changes: 3 additions & 0 deletions .github/CODEOWNERS
Validating CODEOWNERS rules …
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,9 @@
#

* jacobus.geluk@agnos.ai
* jacobus.geluk@dataroad.com
* jacobus.geluk@ekgf.org
* marcelo.barbieri@agnos.ai
* marcelo.barbieri@dataroad.com
* giselle.cole@agnos.ai
* giselle.cole@dataroad.com
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ jobs:
if: contains(matrix.os, 'macos')
shell: bash
env:
LLVM_PATH: /Users/runner/work/rdfox-rs/rdfox-rs/llvm
LLVM_PATH: /Users/runner/work/rdfox-sys/rdfox-sys/llvm
LLVM_VERSION: ${{ steps.install-llvm.outputs.version }}
run: |
set -x
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ jobs:
- name: Prepare LLVM
shell: bash
env:
LLVM_PATH: /Users/runner/work/rdfox-rs/rdfox-rs/llvm
LLVM_PATH: /Users/runner/work/rdfox-sys/rdfox-sys/llvm
LLVM_VERSION: ${{ steps.install-llvm.outputs.version }}
run: |
set -x
Expand All @@ -69,6 +69,6 @@ jobs:
folder: target/x86_64-apple-darwin/doc
clean: true
git-config-email: info@ekgf.org
repository-name: EKGF/rdfox-rs
repository-name: EKGF/rdfox-sys
commit-message: "Update"
single-commit: true
19 changes: 19 additions & 0 deletions .idea/runConfigurations/build_with_nightly_rust.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

19 changes: 19 additions & 0 deletions .idea/runConfigurations/build_with_stable_rust.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion .rustfmt.toml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ remove_nested_parens = true
reorder_impl_items = true
reorder_imports = true
reorder_modules = true
required_version = "1.70"
required_version = "1.7.0"
space_after_colon = true
space_before_colon = false
spaces_around_ranges = false
Expand Down
Loading

0 comments on commit f83fe46

Please sign in to comment.