Stephen Ierodiaconou

Results 51 issues of Stephen Ierodiaconou

The PHP code 'header' generated by compile.op uses 'exec' (needs to use env instead) and this too need to obviously be set to wherever you have installed the app on...

Bug

Do not hard code in MKObject and MKString

Feature

Make sure any copied code from cappuccino is rewritten prior to LGPL removal from Moka. Will be released as BSD 3-clause or public domain

Feature

for exception handling. PHP does not support 'finally'

Feature
To Consider

Output from unit test reports value passed in in case of assert failure but PHP doesnt do good job of automatically stringifying the input. Call logger instead where logger needs...

Feature

Currently compiler creates one php file with all included op files tacked together. The means every access of the application requires at least exec of all that included stuff before...

Feature

Ive come across an issue that I'm trying to resolve with using this package with TypeScript (using esbuild, typescript 4.6, and target `esnext`): If you `import` a component and then...