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

renamed Fibrations.v to HFiber.v #1304

Merged
merged 5 commits into from
Apr 10, 2020
Merged

renamed Fibrations.v to HFiber.v #1304

merged 5 commits into from
Apr 10, 2020

Conversation

Alizter
Copy link
Collaborator

@Alizter Alizter commented Mar 14, 2020

closes #1303

@Alizter Alizter requested a review from mikeshulman March 16, 2020 13:36
@Alizter
Copy link
Collaborator Author

Alizter commented Mar 22, 2020

@mikeshulman are you able to review this?

@mikeshulman
Copy link
Contributor

Thanks for this, and sorry for the delay. My main goal here is to make it intuitive which file one needs to import to get a particular result. For instance, it makes sense that to get results about hfibers you need to import HFiber. However, there are a few results currently in this file for which I don't think it's intuitive that you have to import HFiber, notably isequiv_from_functor_sigma and those involving IsTruncMap. Is there somewhere else we could put those results that would make them easier to find? I almost feel like those are such basic results that they should be in Basics or Types somewhere.

@Alizter
Copy link
Collaborator Author

Alizter commented Mar 31, 2020

@mikeshulman What about moving HFiber to Types? Then we will never have to worry about importing it.

@Alizter
Copy link
Collaborator Author

Alizter commented Mar 31, 2020

OK, I have rebased and reorganised HFiber. I've moved the "hfiber of functor" results to Types also.

Copy link
Contributor

@mikeshulman mikeshulman left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This is good, thanks! It might also be worth looking through the library to see if there are some unnecessary imports of HFiber now that some stuff has been moved into Types.

@Alizter
Copy link
Collaborator Author

Alizter commented Apr 1, 2020 via email

@mikeshulman
Copy link
Contributor

Ah right. That's probably okay, but maybe we should add a comment in Types/Sigma pointing the reader to Types/Equiv to find them.

@Alizter
Copy link
Collaborator Author

Alizter commented Apr 1, 2020

Alright before we merge I will have a look for unnecessary imports.

@Alizter
Copy link
Collaborator Author

Alizter commented Apr 6, 2020

OK, I've removed the unnecessary imports of HFiber.v

@mikeshulman
Copy link
Contributor

CI is unhappy?

@Alizter
Copy link
Collaborator Author

Alizter commented Apr 6, 2020

The CI is having trouble installing dependencies. I've restarted a few times but still a few (sometimes different) jobs fail.

@Alizter
Copy link
Collaborator Author

Alizter commented Apr 6, 2020

So the ubuntu repositories are being hosted on azure. I've heard rumors that azure is under a lot of strain due to current events. It will probably go away tomorrow.

@Alizter
Copy link
Collaborator Author

Alizter commented Apr 10, 2020

@mikeshulman Are we good to merge now?

@mikeshulman mikeshulman merged commit 4475c6a into HoTT:master Apr 10, 2020
@Alizter Alizter deleted the hfiber branch April 26, 2021 11:46
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

rename HoTT.Fibrations to HoTT.HFiber.
2 participants