-
Notifications
You must be signed in to change notification settings - Fork 25
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
Make all module imports relative #368
Labels
Area: XQuery
Type: cleanup
Type: good first issue
A small fix that could be tackled by newcomers ;-)
Milestone
Comments
bwbohl
added
the
Type: good first issue
A small fix that could be tackled by newcomers ;-)
label
Sep 6, 2024
@hizclick any chance you find time to get into this until November? |
hizclick
added a commit
that referenced
this issue
Oct 18, 2024
hizclick
added a commit
that referenced
this issue
Oct 18, 2024
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
Area: XQuery
Type: cleanup
Type: good first issue
A small fix that could be tackled by newcomers ;-)
As pointed out in #349 we sometimes have absolute db paths, which of course could be problematic, as it depends on the install location.
good first issue
This is a good first issue if you want to get involved in the development of Edirom Online, because:
it has to be executed on a defined set of files, namely all those in the directories:
there is a defined way of finding the portions to check (at the very beginning of each file), e.g.:
You do not need experience with XQuery files
You can use it to familiarise with both, the Edirom Online codebase, and the XQuery programming language
Here is an example fix for the above codeblock:
import module namespace
declarations;
=
can stay as it is"
and";
is a absolute URI starting withhttp
orhttps
it can stay as it isxmldb:exist://
and hasEdirom-Online
in it, change it to a relative link for the file you're currently editing to the file it’s referencing.If you have any questions concerning the ticket feel free to contact @bwbohl
The text was updated successfully, but these errors were encountered: