Roadmap for release 3.3.0 #164
Replies: 3 comments 7 replies
-
In a nutshell, here is where things are at with the 1. Improve the fast save functionality to be more accurate and robust than the simple file date comparison being done on the current release. This involved implementing an index file to maintain the status of changes, and implementing a sha1 checksum on database components that did not have a reliable way to determine a modified date. (I.e. VBA code modules, project options, database properties, etc...) 2. Implement a merge build concept where changes in source files can be merged into an existing database project at the component level without needing to build the entire database from scratch. This allows more seamless collaboration with multiple developers working concurrently on the same project. There were additional ideas also in the works, like a sync process where a two-way synchronization could happen with the source files, bringing the latest changes into the database, and exporting the latest changes to source, all in a single operation. Ultimately this will provide the greatest benefit to development teams because they can then truly collaborate at the source level even with large database projects. (But that might be for a 3.4 release.) However, after just getting started on the project, due to some external factors outside his control, @mmzmusicnotes was reassigned to some other responsibilities and not really able to contribute as he had hoped. I have been making some slow and steady progress as I am able, but my time is somewhat limited due to some other pressing projects on my plate. In order to get us through to merging
As to the time frame, that depends on how quickly we are able to work through these things. It could be a few weeks or several months, just depending on who all is able to work on it, and how much time they have available to work on these outstanding items. While the development continues on the Following the 3.3 release, we can probably resume our primary development work on the Well, that was kind of a long-winded nutshell version of where things are at, but hopefully it gives some perspective on where we are heading. 😄 |
Beta Was this translation helpful? Give feedback.
-
I am wondering if we should go ahead and merge |
Beta Was this translation helpful? Give feedback.
-
I am using 3.3.22 with no issues so far. |
Beta Was this translation helpful? Give feedback.
-
Starting a discussion here about how we want to move forward in the goal of finishing some outstanding development work in the
dev
branch, and getting it merged back intomaster
.Beta Was this translation helpful? Give feedback.
All reactions