-
Notifications
You must be signed in to change notification settings - Fork 20
Reflective, Meta Blocks. Classes and Modular Improvement. #50
Conversation
…/build/Windows-Build.bat
…/build/Windows-Build.bat
…/build/Windows-Build.bat
…evelop bake to install module from github repo e.g 'modular install YoungestDev/NgBanks'
…elop modular to install module from github repo e.g 'modular install YoungestDev/NgBanks'
I'll be reviewing this later today |
So the only problem is it doesn't install the module on my Linux PC. I think that's a path issue. But, does this work on your machine? |
Yea it works, it should work on your machine too. The module should be installed at
|
It actually doesn't work fine on mine, did you modify the install file on your end ? |
Check your
else it in the debug module folder |
It's definitely not that. I'd have known if uit that. I'll troubleshoot and
send a gif, I'm working on it. I've got a lot to work on that's why i
haven't gotten back.
…On Thu, Nov 22, 2018, 10:39 A Toy Soldier ***@***.*** wrote:
Check your modules folder on linux. maybe /var/lib/simple/s0.3.36/modules/
if successfull you should find a github.com folder there. If it present
export the *SIMPLE_MODULE_PATH* on your system
SIMPLE_MODULE_PATH=/var/lib/simple/s0.3.36/modules/
else it in the debug module folder
—
You are receiving this because you were assigned.
Reply to this email directly, view it on GitHub
<#50 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AdkrjxIOfT4zQPmYliJJhMH2C4mQMMfCks5uxnDugaJpZM4Yoflj>
.
|
the github folder is created but the NgNews folder isn't copied according to the |
It has been installed successfully. The structure of the install.sim has change has only a list is expected in the file. The NgNews module will be available if you call it like call "github.com/NgNews/NgNews.sim" If you want to use the module directly as call NgNews.NgNews You will need to add the variable SIMPLE_MODULE_PATH to your system environment You can check online on how to set environment variable on linux |
The github folder is empty, what's the point in its emptiness ? No module
is install if the folder is empty 😨
…On Thu, Nov 22, 2018, 21:36 A Toy Soldier ***@***.*** wrote:
It has been installed successfully. The structure of the install.sim has
change has only a list is expected in the file. The NgNews module will be
available if you call it like
call "github.com/NgNews/NgNews.sim"
If you want to use the module directly as
call NgNews.NgNews
You will need to add the variable *SIMPLE_MODULE_PATH* to your system
environment
SIMPLE_MODULE_PATH=/var/lib/simple/s0.3.36/modules/
You can check online on how to set environment variable on linux
—
You are receiving this because you were assigned.
Reply to this email directly, view it on GitHub
<#50 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/Adkrj1ivPtCAtw1wVnzyaPZxo5phedVxks5uxwrVgaJpZM4Yoflj>
.
|
That mean it fails I ll check it |
Great 👍
On Nov 22, 2018 21:43, "A Toy Soldier" <[email protected]> wrote:
That mean it fails I ll check it
—
You are receiving this because you were assigned.
Reply to this email directly, view it on GitHub
<#50 (comment)>, or mute
the thread
<https://github.com/notifications/unsubscribe-auth/Adkrj5kGAcDNYogR_lkICUBXzqO9vDuYks5uxwyPgaJpZM4Yoflj>
.
|
Description
Reflective and Meta Programming
Block, variables and classes can be dynamically modified at runtime. It allows inspection at runtime without knowing the structure or name of the object at compile time. It also allows instantiation of new objects and invocation of methods, creation of attributes.
Modular install from GitHub
The modular environment has been updated to be able to install module from github using the command below
or short form
The command above will install the module
NgBanks
from github. If the module go be installed is from another branch or a tag the:
can be use as a seperator for the repo and the branch or tag e,gThe command above will rather fetch the module from the
one
branch of the repository or to fetch from tag...The tag version of the repository will be installed
Type Of Change
How Has This Been Tested ?
This has been extensively tested using new examples file below
reflectiveerrormsgdemo.sim
reflectiveoopdemo.sim
reflectivevmdemo.sim
Checklist: