Hello,
I have been developing for a few weeks the functionality of Contraction Hierarchies in PgRouting. Here are my 4 PR, on my fork : Pull requests · AuBousquet/pgrouting · GitHub
I have several questions:
how should I process exactly to submit these PR to you on the main repository?
on which version should I rebase?
could you help me with the CI faults observed in these PR, since I do not know what the problems are?
So before thinking on the final PR to pgRouting let me mention that:
A PR of new functionality has like 5/6 commits, organized per directory: doc, sql, pgtap, docqueries, include, src, tools. That is we don’t want to keep the whole history of the development of the code of the new functionality. (see this PR example
Maybe like the GSoC students, sometimes the whole work history needs to be kept, that you are doing on your fork.
Now about the code, Normally its new code, as you can see on the above example. But your code is also modifying existing code. Which makes things a little bit more tricky.
When I have encountered that situation, the most recent on vrpRouting, I have to do it in a series of PR, Basically from the PR #43 up to #64 is the work done in “one” branch of my fork. Other wise the review of the code is mostly impossible.
So, in order to prepare your code for merging to pgRouting repository, we can set a weekly meeting where we go thru your code and the steps that need to be done to make it work.
If it can be finish before the v4.0.0 release (on develop) that I am working on, would be lovely, other wise it would be on v4.1.0. So the sooner we get into working on it the better.
We can have an introductory meeting on the 16th (please confirm). and then continue on January (On Dec 23 I am cooking for the Xmas and on the 30th I am on vacation)
@cvvergara I’m a colleague of @AuBousquet. It seems she has some computer issues today, she has just asked me to warn you that she probably won’t be able to attend to the PGRouting meeting today…
Then the CH topic will probably be postponed to the next meeting (next week?)…
I am sorry, I had some computer issues that made me not being able to attend the meeting today. Could it be possible to plan a new one on next monday please ?
Hi @AuBousquet
Here is the information about the contribution agrement
We use this one without modifications.
Please send it to me privately, I will forward it to the OSGeo Secretary. and keep you posted.
Thanks
Vicky
Meeting to continue the review of the work on contraction hierarchies.
Date/time: Monday January 20 at 15:00 UTC
Location: Meeting takes place at OSGeo meet
Sent an invite to: @AuBousquet and @robe
I encourage the potential GSoC students to come and listen.
Everyone is welcome to participate in the meeting.
I have a problem with the documentation compilation. It seems to be linked to the PG server configuration language, but I do not know how to change it. Could you help me?