the-carlisle-group / Acre-Desktop

A simple Dyalog APL IDE plugin that introduces "projects" and allows you to keep your source code in Unicode text files.
MIT License
11 stars 1 forks source link

Should acre include a BuildWs command? #208

Closed PhilLast closed 4 years ago

PhilLast commented 4 years ago

Something like

]BuildWs nspath -wsid='wsid' -quadlx='quadlx' -reopen='on'|'off'

or

⎕SE.acre.BuildWs nspath ('wsid' 'wsid' ) ('quadlx' 'quadlx' )('reopen' 'on'|'off' )

Not greatly dissimilar to what it does already for its own installation ws.

about five lines of new code.

PaulMansour commented 4 years ago

Yes, but not without fully ironing out dependencies, versions, reference injection, in short everything to do with package management.

PhilLast commented 4 years ago

Closing this pro tem