InterSystemsDev via @like
Compilation Status after Import #Compiler #Deployment #ContinuousDelivery
https://community.intersystems.com/post/compilation-status-after-import
https://community.intersystems.com/post/compilation-status-after-import
Intersystems
Compilation Status after Import | InterSystems Developer Community |
Ron Sweeney|Ensemble|Compiler|Deployment|Is there a way to enumerate the compilation status of a package?
InterSystemsDev via @like
Custom %ListOfDataTypes #CachéObjects #Compiler #DataTypes
https://community.intersystems.com/post/custom-listofdatatypes
https://community.intersystems.com/post/custom-listofdatatypes
InterSystems Developer Community
Custom %ListOfDataTypes
Hi community.
I want to create a custom list inheriting %ListOfDatatypes in order to implement some methods like Map, Filter, ForEach, but I have some questions.Just to mention, I have already read t
I want to create a custom list inheriting %ListOfDatatypes in order to implement some methods like Map, Filter, ForEach, but I have some questions.Just to mention, I have already read t
InterSystemsDev via @like
Extending method keywords #Compiler #Studio
https://community.intersystems.com/post/extending-method-keywords
https://community.intersystems.com/post/extending-method-keywords
InterSystems Developer Community
Extending method keywords
Hi community!Is there any way to create new method keywords?For example:
ClassMethod TestOne() [ MyKeyword = MyValue ]
{
// Implementation
}
Another doubt (maybe another topic)How can I g
ClassMethod TestOne() [ MyKeyword = MyValue ]
{
// Implementation
}
Another doubt (maybe another topic)How can I g
InterSystemsDev via @like
Extending and compiling with XMLEnable issue #CachéObjects #XML #Compiler
https://community.intersystems.com/post/extending-and-compiling-xmlenable-issue
https://community.intersystems.com/post/extending-and-compiling-xmlenable-issue
InterSystems Developer Community
Extending and compiling with XMLEnable issue
Hello All,I hope it's not a silly question. Here is my issue:I have 3 simple classes:Parent class, let's say:Class ParentClass Extends %RegisteredObject{ Property a As %String;} and two
InterSystemsDev via @like
How to compile a class without using worker jobs? #HowTo #CachéObjects #Compiler #Debugging
http://ow.ly/Cltm30mrSJo
http://ow.ly/Cltm30mrSJo
InterSystems Developer Community
Can I compile a class without using worker jobs?
Using our cool new debugging extension for Visual Studio Code I'm trying to debug a CreateProjection method of a class, but when I compile it the work apparently gets done in one of the worker jobs, s