Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

What's the cause of these SBCL warnings? #123

Open
gheber opened this issue Apr 5, 2016 · 6 comments
Open

What's the cause of these SBCL warnings? #123

gheber opened this issue Apr 5, 2016 · 6 comments

Comments

@gheber
Copy link
Owner

gheber commented Apr 5, 2016

For example, in 06_Algebras_and_bars.ipynb, In[2]:

SIMPLE-STYLE-WARNING: 
  #<SB-INT:SIMPLE-STYLE-WARNING "undefined ~(~A~): ~S" {10053B64C3}>
@gheber gheber self-assigned this Apr 5, 2016
@gheber gheber added this to the Team Review milestone Apr 5, 2016
@gheber
Copy link
Owner Author

gheber commented Apr 6, 2016

In this particular case, it appears to be caused by the ABSM macro. This expands straight into a call to MAKE-ABSM, and I'm not sure why this would produce the warning.

@gheber
Copy link
Owner Author

gheber commented Apr 11, 2016

c57247e

@gheber
Copy link
Owner Author

gheber commented Apr 20, 2016

11_Simplicial_Groups.ipynb, In[37]:

SIMPLE-STYLE-WARNING: 
  #<SB-INT:SIMPLE-STYLE-WARNING "The variable ~S is defined but never used." {10067FD4A3}>

gheber added a commit that referenced this issue Apr 23, 2016
@gheber
Copy link
Owner Author

gheber commented Apr 23, 2016

12_Fibrations.ipynb, In[25]:

SIMPLE-STYLE-WARNING: 
  #<SB-INT:SIMPLE-STYLE-WARNING "undefined ~(~A~): ~S" {1006D552E3}>

(Fixed in 756f333)

@gheber
Copy link
Owner Author

gheber commented Apr 23, 2016

15_Loop_spaces_fibrations.ipynb, In[3]:

SIMPLE-STYLE-WARNING: 
  #<SB-INT:SIMPLE-STYLE-WARNING "undefined ~(~A~): ~S" {10054BB153}>

(Fixed in 756f333)

@gheber
Copy link
Owner Author

gheber commented Apr 23, 2016

19_Simplicial_groups_fibration.ipynb, In[19]

SIMPLE-STYLE-WARNING: 
  #<SB-INT:SIMPLE-STYLE-WARNING "undefined ~(~A~): ~S" {10060395A3}>

Not (yet) fixed.

gheber added a commit that referenced this issue Apr 23, 2016
Fixed a few SBCL warnings in several notebooks. See issue #123.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant