SWI-Prolog/swish

warnings with the lastest swipl-devel

Closed this issue · 2 comments

with the latest swipl-devel I get these warnings


rzf@rzf-XS:~/swish$ swipl run.pl --public
% Updating GIT version stamps in the background.
Warning: /home/rzf/swish/lib/oauth2.pl:35:
Warning:    Loading module oauth2 abolished: [oauth2:server_attribute/3]
Warning: /home/rzf/swish/pack/rserve_client/prolog/r/r_grammar.pl:352:
Warning:    Local definition of r_grammar:eol/2 overrides weak import from dcg_basics
% Started server at http://localhost:3050/
´´´

These are the plugin enabled

rzf@rzf-XS:~/swish$ ls config-enabled/
auth_google.pl         cplint_r.pl  email.pl    notifications.pl  user_profile.pl  wordnet.pl
auth_stackoverflow.pl  data.pl      logging.pl  rlimit.pl         version_info.pl

Due to eol//0 being added to the core library. This is harmless. I'll fix it. Thanks for reporting.

Pushed bf1824a to fix this (updates the rserve_client pack)