Coder Social home page Coder Social logo

uniqueslugbundle's People

Contributors

fbeen avatar frankbaele avatar pedrosoft avatar

Stargazers

 avatar  avatar  avatar  avatar

Watchers

 avatar  avatar

uniqueslugbundle's Issues

Use eg. TravisCI to run tests

With this you could make sure that eg. PR's will pass all the tests - and then if you also use some code coverage stats you could track those too - so eg. if PR is made and tests passes but code coverage goes down - that is failure, because that PR didn't contain necessary tests to cover those new stuff.

Missing tests

Seems like current tests that this bundle contains has nothing to do with bundle itself.

You should write some tests for your bundle logic.

Exactly describe what make:slug does

The README indicates that the make:slug command is used. It is not clear what it does:

  • Is this step required?
  • Does this command add the annotation?
  • Is the command able to create a new field?

Attempted to call an undefined method named "getRootNode"

Looks like the current version is not compatible with Symfony 3.4.*

I try to use the last version and I'm getting this error

Uncaught Symfony\Component\Debug\Exception\UndefinedMethodException: Attempted to call an und
  efined method named "getRootNode" of class "Symfony\Component\Config\Definition\Builder\TreeBuilder"

when I try to change the version to 1.2 according to the documentation but I'm getting another error.

Any solution for that?

Script

Hi
I am trying to run this in a script but apparently, the "yes" word is not passed to command, or if it is passed the command does not do anything:
yes yes | app/console fbeen:generate:slugs --em=blog BloggerBlogBundle:Product --env=vlad
however if I run it with
app/console fbeen:generate:slugs --em=blog BloggerBlogBundle:Product --env=vlad
and answer yes (enter) the slugs are generated

Missing contributing guide

Within OS projects/libraries there is generally some contributing guide that people could follow when making eg. PR's - this project is currently missing that one.

PHP code in Tag V2.2 not compatible with composer.json requirements

https://packagist.org/packages/fbeen/uniqueslugbundle#V2.2
https://github.com/Fbeen/UniqueSlugBundle/tree/V2.2

Implementation in tag V2.2 uses features from PHP not compatible with minimum version 7.0.8 declared in composer.json

https://github.com/Fbeen/UniqueSlugBundle/blob/V2.2/composer.json#L20

Incompatible features:

  • void return type declaration
  • object argument type declaration

Can you create a support branch for fixing issues in version 2.2?? I will contribute with the necessary changes to that branch so you can create a tag V2.2.1.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.