r3wp [groups: 83 posts: 189283]
  • Home
  • Script library
  • AltME Archive
  • Mailing list
  • Articles Index
  • Site search
 

World: r3wp

[!REBOL3 GUI]

BrianH
31-Jan-2012
[7396x2]
I load a patch file in %rebol.r right now, for my work use of R3. 
If I was doing my own host builds then I would put a reference to 
the patch file early on in the host-init code.
%rebol.r still works, and it loads pretty early on in the boot process. 
The host init loads earlier.
Andreas
31-Jan-2012
[7398x2]
I don't have the loading intricacies in enough detail in my head 
right now to reason about this sensibly.
But I guess we could at least try, if you have a particular hotfix 
in mind.
BrianH
31-Jan-2012
[7400x2]
I have a list of fixes and improvements in mind, so I'll see if there's 
some time by the end of this week to put together a patch file. I'm 
sorry that I haven't documented the module system well enough to 
make it practical for anyone other than me to patch it at runtime. 
Improving its documentation is on my todo list, though I've been 
a bit busy at work lately.
Hopefully this patch file will serve as an example for others who 
want to do similar patching.
Cyphre
31-Jan-2012
[7402:last]
I succesfully 'overloaded' some mezz functions in R3 in the RMA hostkit. 
See the inclusion of %rma-patches.r file in src\tools\make-host-init.r 
in the RMA host-kit release. So it is possible to do some fixes that 
way.(of course not every part can be tweaked such way)