You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tuweni.apache.org by GitBox <gi...@apache.org> on 2020/03/28 07:28:48 UTC

[GitHub] [incubator-tuweni] atoulme opened a new issue #65: TOML library does not seem to handle arrays.

atoulme opened a new issue #65: TOML library does not seem to handle arrays.
URL: https://github.com/apache/incubator-tuweni/issues/65
 
 
   Migrated from https://issues.apache.org/jira/projects/TUWENI/issues/TUWENI-32
   
   TOML parsing does not work without adding extra `'` quotes.
   
   We get this org.apache.tuweni.toml.TomlInvalidTypeException: Value of 'plugin-kafka-log-filter-topics' is a array
   
   This mean the following config does not work:
   ```
   plugin-kafka-log-filter-topics = [
       [ "0xd3610b1c54575b7f4f0dc03d210b8ac55624ae007679b7a928a4f25a709331a8" ]
   ]
   ```
   This is confusing for users since they don't have have to put extra quotes for the command line and they have to for the TOML config file.
   
   Moreover this is a valid TOML configuration file without extra quotes.
   
   More context here:
   
   https://github.com/PegaSysEng/plus/pull/177

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@tuweni.apache.org
For additional commands, e-mail: dev-help@tuweni.apache.org


[GitHub] [incubator-tuweni] schroedingerscode commented on issue #65: TOML library does not seem to handle arrays.

Posted by GitBox <gi...@apache.org>.
schroedingerscode commented on issue #65:
URL: https://github.com/apache/incubator-tuweni/issues/65#issuecomment-644886260


   This was found to be an issue in the PegaSys/Hyperledger implementation of the IDefaultValueProvider. This was tested and found to be working in Tuweni, and the fix has been implemented in the upstream repo.


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@tuweni.apache.org
For additional commands, e-mail: dev-help@tuweni.apache.org


[GitHub] [incubator-tuweni] schroedingerscode closed issue #65: TOML library does not seem to handle arrays.

Posted by GitBox <gi...@apache.org>.
schroedingerscode closed issue #65:
URL: https://github.com/apache/incubator-tuweni/issues/65


   


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@tuweni.apache.org
For additional commands, e-mail: dev-help@tuweni.apache.org