eXist-db / existdb-saml

XQuery module that implements SAML v2 single sign-on
GNU Lesser General Public License v2.1
4 stars 3 forks source link

Fix issues with merges in `master` #33

Closed adamretter closed 1 week ago

adamretter commented 1 month ago

I previously had a lot of Pull Requests stacked up, most of which were merged. After each merge, I had to rebase the others, and it seems like a few minor mistakes were made during the git rebase merge process whereby some changes from one PR accidentally polluted another; as they were merged in a different order to those in my private fork.

This should fix the compilation issues in the master branch as reported by Bernard Debord (see: https://exist-db.slack.com/team/U03TCU3SBD5). I suggest this PR should be merged as the very next PR to fix the current syntax issues. After which I will need to rebase the other outstanding PR.s

BernardDebord commented 2 weeks ago

Fixing those syntax issues is a MUST, the code is working fine for me.