defold / extender

Native extension build server
https://defold.com/manuals/extensions/
MIT License
45 stars 19 forks source link

Rework how compilation error is handled #550

Closed ekharkunov closed 2 weeks ago

ekharkunov commented 2 weeks ago

Now when remote builder reports error before send result to client Extender read all compilation output to string and than write to file and to log.

How it should be:

  1. File: stream data from response entity directly to destination file.
  2. Log: doesn't put compilation result to log.

Place in code: