limu | A fast js lib of immutable data | Identity Management library
kandi X-RAY | limu Summary
kandi X-RAY | limu Summary
limu is short of 'love immutable', born for efficient creation and operation of immutable object.
Support
Quality
Security
License
Reuse
Top functions reviewed by kandi - BETA
Currently covering the most popular Java, JavaScript and Python libraries. See a Sample of limu
limu Key Features
limu Examples and Code Snippets
Community Discussions
Trending Discussions on limu
QUESTION
Faced with a dependency issue, I need to manually transport a single class in a transport request to go live before a list of other transports.
I've written a R3TR CLAS
entry to the Object List but now I'm worried that this would only include the class header and not the full implementation. In that case I believe I'd have to also transport all individual methods as LIMU METH
entries in the Object List. In theory the header would be sufficient as the code won't actually run in production, I just need the method definition to exist as there's a source code reference to it in the transports that actually have to go live. But I assume that if this does only transport the header, the activation will fail because it would be lacking the implementation.
When transporting a class, is a single R3TR CLAS
object list entry sufficient or should I include all methods as LIMU METH
entries in the object list as well?
ANSWER
Answered 2017-Nov-08 at 12:07R3TR CLAS ... is enough. It will include the class as a whole (header, methods, implementations, etc.)
On the other hand, if there is any Z... object (table, structures, data elements, etc) used in the class and they are not in the target system yet, than these also have to be included, otherwise the import will fail.
QUESTION
I'm changing a report source code in DEV system and transporting request to QA system to test the report. Assume that I have many requests include only one object that I've transported from DEV to QA for testing the report after making changes in same program.
Requests imported to QA are like:
...ANSWER
Answered 2018-Sep-07 at 22:24In your very unusual specific case.
LIMU REPS
ONLY in N transports.
Then importing the last transport only would be sufficient.
But you need to remove the other transports from the buffer to avoid later out of
sequence import resetting to an earlier version.
Importing ALL of these transports is best practice. R3TRANS will sort Transport content during an import ALL to get the net effect. That only Import last only would have done. The production system doesnt have n interim states when using Import ALL.
Importing the transports individually in the order that they are in the queue is also OK, but you have the issue about the production state of the program until the last import is committed.
If in Doubt use IMPORT ALL.
Of course Import ALL will also import other transports in the queue. So you must make sure all transports in the queue are tested and ready to go to production.
Importing transports out of order means you must delete the other transports or deal with the issue of out of sequence imports. A recipe for problems waiting to happen.
I have a rule, Only GOD is allowed to import out of sequence. If you are that good and know how R3Import works, and ALL the implications, then go ahead import out of sequence and/or ignore/delete transports.
If not GOD like knowledge then be prepared for Problems.
Community Discussions, Code Snippets contain sources that include Stack Exchange Network
Vulnerabilities
No vulnerabilities reported
Install limu
Support
Reuse Trending Solutions
Find, review, and download reusable Libraries, Code Snippets, Cloud APIs from over 650 million Knowledge Items
Find more librariesStay Updated
Subscribe to our newsletter for trending solutions and developer bootcamps
Share this Page