go to post Evgeny Shvarov · Jun 30, 2023 It's not published on OEX, thus is not available on the public ZPM. Calling @AndreClaude Gendron to publish it on Open Exchange.
go to post Evgeny Shvarov · Jun 29, 2023 In addition to what @Dmitry Maslennikov says here is the related information in docs.
go to post Evgeny Shvarov · Jun 29, 2023 Hi @Dheeraj Gupta ! Maybe this article and project by @Henry Pereira could be helpful! Also this project by @Dmitry Maslennikov could be of help.
go to post Evgeny Shvarov · Jun 29, 2023 Calling @Timothy Leavitt as Tim has a lot experience in Mocking. There is also a lib Forgery on OEX by @Rubens Silva that is related.
go to post Evgeny Shvarov · Jun 29, 2023 Hi Gautam! It's not an answer for your question, but I encourage you to try manage tests via Package manager - in this case you don't need to create any directories and globals. this will be: USER>zpm "test your-package-name" that will run all the tests. And you'll be able to introduce tests in a CI pipeline. See the related article.
go to post Evgeny Shvarov · Jun 28, 2023 Thank you both @Dmitry Maslennikov @Gertjan Klein ! This is what I'm looking for!
go to post Evgeny Shvarov · Jun 25, 2023 Installed. But failing to form a connection string. Cannot it just use what I have for VSCode connected automatically? It wants me to create a server in server manager which I never used before (no need).
go to post Evgeny Shvarov · Jun 25, 2023 Thanks, @Alex Woodhead ! What about $objproperty and $objmethod? The first one could be really helpful
go to post Evgeny Shvarov · Jun 24, 2023 Hi @John Murray ! Great contribution! Do you plan to add Apple Silicon support?
go to post Evgeny Shvarov · Jun 24, 2023 Hi @Guillaume Rongier ! Is it possible to add Python based BO into the production with ObjectScript based components (Services, Operations)?
go to post Evgeny Shvarov · Jun 23, 2023 Love it! Thanks a lot, @Alex Woodhead ! This is exactly what I need!
go to post Evgeny Shvarov · Jun 23, 2023 @Philipp Bonin - is it possible to switch the color scheme back to the one I used before? The one that comes with the extension is too bright for me) Thanks!
go to post Evgeny Shvarov · Jun 23, 2023 Thanks a lot, @Alex Woodhead ! @Philipp Bonin , maybe you could consider that in your wonderful ObjectScript to Embedded Python translator?
go to post Evgeny Shvarov · Jun 22, 2023 Hi @Alexander.Woodhead! List installed modules that have a previous IPM bytecode install Having IPM client in place you can check the installed modules and its versions. The newly installed module will replace the old one. List installed modules that would be affected by an IRIS upgrade. Is the newer source code even available in registered repos? (Postpone the IRIS upgrade) I'm not sure I understand correctly what you are asking here. Anyway, one can setup their own IPM registry to supply its customers/clients with IPM modules. and this private IPM registry has the list of all the versions available and the stats of installations if this is set up. So any client that has access to this registry can install any desired version or just the latest if the version is omitted. Provide a batch upgrade option, to upgrade installed modules to the SAME module version but with the newer version of IRIS $ZVersion Byte code I'm not sure this functionality exists. It's better to have a newly published module version with the upgraded IRIS $zversion bytecode. But if this functionality is in need please submit an issue.
go to post Evgeny Shvarov · Jun 21, 2023 Yes, indeed! I had an issue with VSCode that didn't compile code. But VSCode window reload solved the problem and I saw the function in the list! Perfect! Thank you, @Alex Woodhead !
go to post Evgeny Shvarov · Jun 21, 2023 Thanks Ed! It is more that I convert ObjectScript to Python and it get stuck on Job command. Thought of something universal for such cases.
go to post Evgeny Shvarov · Jun 21, 2023 Thank you @James MacKeith ! This is interesting, never touched our WorkQueue Manager before.