Clean up the repository
jstolarek opened this issue · 5 comments
Repository currently stores things that should not be there:
- prototype versions of the library that have absolutely no practical use
- source of the paper
- response from reviewers (these should probably be never made public)
src
directory stores some unused modules likeCompiler.Hoopl.OldDataflow
(perhaps some other as well?).
There are other files that might be good candidates for removal but need some more thinking before making such a decision:
- various notes spread throughout source directories (src/LOOPS, src/Compiler/Hoopl/NOTES)
mkfile
s - do we actually use them? If so, do they do anything that cannot be done using Cabal?
I support this cleanup. The documentation deserves its own repo. The current documentation is far from enough to support a wider adoption of hoopl. I had some thoughts about improving the documentation and will share them later.
mkfile was removed. It's no longer needed. All tests can be run with "cabal test"
I've made some more cleanup, but I've got error while trying to push changes to branch:
remote: Permission to haskell/hoopl.git denied to AlexanderPankiv.
fatal: unable to access 'https://github.com/haskell/hoopl/': The requested URL returned error: 403
What am I doing wrong? Should I maybe use Phabricator instead?
You don't have the write permission to this repo. You need to create a
pull request.
On 12/25/2015 7:59 AM, Alexander Pankiv wrote:
I've made some more cleanup, but I've got error while trying to push changes to branch:
remote: Permission to haskell/hoopl.git denied to AlexanderPankiv. fatal: unable to access 'https://github.com/haskell/hoopl/': The requested URL returned error: 403
What am I doing wrong? Should I maybe use Phabricator instead?
Reply to this email directly or view it on GitHub:
#6 (comment)
Sorry, worked with private repositories only before that.