You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm trying to use agda. It seems that #178590 updated the standard library to 2.1 without updating agda categories to a version compatible with standard-library 2.1. I guess there is no test of these instructions and the defaults file?
What happened (include all command output)?
Testing:
% echo 'module test where' > /tmp/test.agda
% agda /tmp/test.agda
Library 'standard-library-2.0' not found.
Add the path to its .agda-lib file to
'/Users/jason/.config/agda/libraries'
to install.
Installed libraries:
standard-library-2.1
(/opt/homebrew/opt/agda/lib/agda/standard-library.agda-lib)
standard-library-doc
(/opt/homebrew/opt/agda/lib/agda/doc/standard-library-doc.agda-lib)
standard-library-tests
(/opt/homebrew/opt/agda/lib/agda/tests/standard-library-tests.agda-lib)
cubical-0.7
(/opt/homebrew/opt/agda/lib/agda/cubical/cubical.agda-lib)
agda-categories
(/opt/homebrew/opt/agda/lib/agda/categories/agda-categories.agda-lib)
agda2hs (/opt/homebrew/opt/agda/lib/agda/agda2hs/agda2hs.agda-lib)
Installation:
% brew install agda
[...]
To use the installed Agda libraries, execute the following commands:
mkdir -p $HOME/.config/agda
cp /opt/homebrew/opt/agda/lib/agda/example-libraries $HOME/.config/agda/libraries
cp /opt/homebrew/opt/agda/lib/agda/example-defaults $HOME/.config/agda/defaults
You can then inspect the copied files and customize them as needed.
[...]
% mkdir -p $HOME/.config/agda
% cp /opt/homebrew/opt/agda/lib/agda/example-libraries $HOME/.config/agda/libraries
% cp /opt/homebrew/opt/agda/lib/agda/example-defaults $HOME/.config/agda/defaults
The text was updated successfully, but these errors were encountered:
brew gist-logs <formula>
link ORbrew config
ANDbrew doctor
outputVerification
brew doctor
output saysYour system is ready to brew.
and am still able to reproduce my issue.brew update
and am still able to reproduce my issue.brew doctor
and that did not fix my problem.What were you trying to do (and why)?
I'm trying to use agda. It seems that #178590 updated the standard library to 2.1 without updating agda categories to a version compatible with standard-library 2.1. I guess there is no test of these instructions and the defaults file?
What happened (include all command output)?
Testing:
Debugging:
What did you expect to happen?
The default instructions should not break the running of
agda
on basic examples.Step-by-step reproduction instructions (by running
brew
commands)The text was updated successfully, but these errors were encountered: