antoineB

Results 10 issues of antoineB

This a proof of concept to use the helm interface to browse the xref entries. There is also a fix to load-collections-xref for my configuration, don't know what is wrong.

Add a basic mode line same as the doc. Add a mode-line that mix with projectile project name.

Now (5660d80) the state_count = 13456 roughly doubling, the size of the binary is 1.8Mo previously 1.2Mo. Either ```diff index 69d0a1d..2421aa2 100644 --- a/grammar.js +++ b/grammar.js @@ -1216,7 +1216,7 @@...

https://www.postgresql.org/docs/current/sql-expressions.html#FIELD-SELECTION

The operator precedence is not the same between sqlite, mariadb and postgres. I just wanted to point it out, I am not sure that operator precedence as any use in...

Work in progress Is it the right way to do it ? Is it worth the trouble ? Does it at complexity too much complexity to the grammar (N° of...

According to postgres and sqlite doc this sql is valid (key is a column name) ```sql CREATE TABLE public.test ( id bigint NOT NULL, key char(255) NOT NULL ); ```...

According to postgres doc https://www.postgresql.org/docs/current/sql-createtable.html The spec of GENERATED should not be: ```javascript seq( optional(seq($.keyword_generated, $.keyword_always)), $.keyword_as, $._expression, ), ``` But ```javascript seq( $.keyword_generated, choice( seq($.keyword_always, $.keyword_as, $.paren_list($._expression), $.keyword_stored), seq(...

#### Summary When building the PHAR from the script build-phar.sh the file doctrine-migrations.php is missing. #### Current behavior ./bin/doctrine-migration.phar ``` PHP Warning: require(phar:///home/antoineb/src/migrations-2.2.0/bin/doctrine-migrations.phar/bin/../lib/doctrine-migrations.php): failed to open stream: phar error: "lib/doctrine-migrations.php"...