MarkJohnstoneGitHub

Results 19 comments of MarkJohnstoneGitHub

> @MarkJohnstoneGitHub Thanks for the log. > > The shutdown is still rather messy and warrants another look. However, we now seem to catch the exceptions at least. Seems the...

> Could you do me a favor and check whether referencing Empty as a foreign name also fixes the issue? > > ``` > Set EmtpyMatch = this.MatchSingleton.[Empty]() > ```...

@Vogel612 Where do you find any documentation for VBA referencing as a foreign name. A little rusty on the topic, probably have used it in the ancient past. Educated guess...

@FullValueRider How did you go? I had a quick peek a couple of days ago. Appears what you're doing is putting a default property on a factory method, unusual. Apart...

I must test in Excel if an issue and if so do some renaming. Ok In Excel limitation of 31 characters for module names so must be just Access. Weird...

> Note: the disabled state in the screenshot is due to the new name matching the old name 😉 @retailcoder Actually that's doesn't appear to be the behaviour of the...

Hi, the Unit Tests are located in the Ms Access Database provided. I decided to not put them with the dictionary source code to avoid the confusion for being required...

Thanks, will look forward to the VB6 testing. I've added the unit testing files at https://github.com/MarkJohnstoneGitHub/VBA-IDictionary/tree/master/testing/unit%20testing TestModuleDictionaryKeyValuePair.bas contains the Rubberduck unit testing. Support modules for RD unit testing. Customer.cls ArrayFunctions.bas...

Also added the performance testing at https://github.com/MarkJohnstoneGitHub/VBA-IDictionary/tree/master/testing/performance The performance modules are a work in progress and require to be cleaned up and possible could automate it at some time within...