Titanium JIRA Archive
Appcelerator Daemon (DAEMON)

[DAEMON-213] Plugin should fail to load if appcd in package.json is not an object

GitHub Issuen/a
TypeBug
PriorityHigh
StatusResolved
ResolutionFixed
Resolution Date2018-01-02T17:48:08.000+0000
Affected Version/sAppc Daemon 1.1.0
Fix Version/sAppc Daemon 1.1.0
Componentsappcd-plugin
Labelsregression
ReporterEwan Harris
AssigneeEwan Harris
Created2018-01-02T15:00:00.000+0000
Updated2018-01-02T17:48:08.000+0000

Description

Description

https://github.com/appcelerator/appc-daemon/blob/master/packages/appcd-plugin/test/test-plugin.js#L68-L71 is failing as the Object.assign call here https://github.com/appcelerator/appc-daemon/blob/master/packages/appcd-plugin/src/plugin.js#L149 is always making sure that appcd is an object. There's also a few failures in appcd-plugin around error messages etc.

Comments

  1. Ewan Harris 2018-01-02

    https://github.com/appcelerator/appc-daemon/pull/252

JSON Source