Skip to content

Trigger deprecation notices #313

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

Merged
merged 1 commit into from
Nov 4, 2015
Merged

Trigger deprecation notices #313

merged 1 commit into from
Nov 4, 2015

Conversation

wouterj
Copy link
Member

@wouterj wouterj commented Oct 31, 2015

Symfony does now have really nice tools and a good handling of deprecation notices. So we should trigger deprecation notices whenever we deprecate anything.

Besides that, this 1.x release is probably one of the last releases in the 1 major so it also makes sense to warn users about deprecated features.

/cc @lsmith77 @dbu @dantleech

@@ -37,7 +37,7 @@ before_install:
- composer self-update
- composer require symfony/symfony:${SYMFONY_VERSION} --no-update

install: composer update --prefer-source $COMPOSER_FLAGS
install: composer update -vvv --prefer-source $COMPOSER_FLAGS
Copy link
Member Author

Choose a reason for hiding this comment

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

I hope this gives us enough time, so we can avoid using travis_wait.

Copy link
Member

Choose a reason for hiding this comment

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

no luck. can we do something to reduce the options space? like not allow symfony > 2.3 in the lowest build?

Copy link
Member Author

Choose a reason for hiding this comment

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

We already do that. Seems like it's stuck resolving jackalope, maybe we can narrow that down as well

@lsmith77 lsmith77 added review and removed wip/poc labels Nov 1, 2015
@dbu
Copy link
Member

dbu commented Nov 1, 2015

still no luck. argh! can we do more? more specific versions without stars?

@wouterj wouterj force-pushed the deprecation_internal branch from 7637f99 to 78c8a3f Compare November 4, 2015 11:05
@wouterj
Copy link
Member Author

wouterj commented Nov 4, 2015

Removed the build fixes from this PR, let's merge this and fix the lowest deps build in another PR.

dbu added a commit that referenced this pull request Nov 4, 2015
@dbu dbu merged commit baf6354 into master Nov 4, 2015
@lsmith77 lsmith77 removed the review label Nov 4, 2015
@dbu dbu deleted the deprecation_internal branch November 4, 2015 12:54
@dbu
Copy link
Member

dbu commented Nov 4, 2015

👍

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants