enot icon indicating copy to clipboard operation
enot copied to clipboard

support bad applications for release

Open comtihon opened this issue 8 years ago • 1 comments
trafficstars

{application, ____,
 [
  {description, ""},
  {vsn, git},
  {registered, []},
  {applications, [
                  kernel,
                  stdlib
                 ]},
  {env, []}
 ]}.

If no modules specified - should add one. If version is not a string - should add one (in case of git take app.git_vsn)

comtihon avatar Jun 04 '17 16:06 comtihon

Can be avoided using compiler : native Is not critical now.

comtihon avatar Jun 10 '17 07:06 comtihon