Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Create compiler to ship insulin.phar #61

Merged
merged 1 commit into from
Feb 3, 2014
Merged

Create compiler to ship insulin.phar #61

merged 1 commit into from
Feb 3, 2014

Conversation

alias-mac
Copy link
Member

This reduces the amount of code to download for SugarCRM developers that
won't work with our code (aka consumers only).

Q A
Bug fix? no
New feature? yes
BC breaks? no
Deprecations? no
Tests pass? yes

@coveralls
Copy link

Coverage Status

Coverage remained the same when pulling 0af4142 on alias-mac:compiler into 6a69a77 on insulin:master.

/**
* Compiles insulin into a single phar file.
*
* @param string $pharFile The full path to the file to create.
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Why the extra space before string?

@coveralls
Copy link

Coverage Status

Coverage remained the same when pulling b195030 on alias-mac:compiler into 22ca19f on insulin:master.

* The phar to add files to.
* @param \SplFileInfo $file
* The file to add to phar archive.
* @param bool $strip
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This should be marked as optional right?
Plus we should clearly state that by default true is used.

Similar to what we do on SugarInterface.

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

added below

This reduces the amount of code to download for SugarCRM developers that won't
work with our code (aka consumers only).
jcsmorais added a commit that referenced this pull request Feb 3, 2014
Create compiler to ship insulin.phar
@jcsmorais jcsmorais merged commit 0caaa5c into insulin:master Feb 3, 2014
@alias-mac alias-mac deleted the compiler branch February 3, 2014 16:48
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants