about summary refs log tree commit diff homepage
path: root/blog/gsoc2020/checkin20200615.md
diff options
context:
space:
mode:
authorNguyễn Gia Phong <mcsinyx@disroot.org>2021-09-21 17:02:17 +0700
committerNguyễn Gia Phong <mcsinyx@disroot.org>2021-09-21 17:02:17 +0700
commit2c085d53133fd267a809d0a4e2cbf9421ea2a2a8 (patch)
treea0ede5321105f8a92449d17bf0fcd999dac0a382 /blog/gsoc2020/checkin20200615.md
parent7d8ce2a7f598312e3501b53d34ff8146b4dba0a6 (diff)
downloadsite-2c085d53133fd267a809d0a4e2cbf9421ea2a2a8.tar.gz
Reorganize GSoC 2020
Diffstat (limited to 'blog/gsoc2020/checkin20200615.md')
-rw-r--r--blog/gsoc2020/checkin20200615.md45
1 files changed, 0 insertions, 45 deletions
diff --git a/blog/gsoc2020/checkin20200615.md b/blog/gsoc2020/checkin20200615.md
deleted file mode 100644
index e59cac2..0000000
--- a/blog/gsoc2020/checkin20200615.md
+++ /dev/null
@@ -1,45 +0,0 @@
-+++
-rss = "GSoC 2020: Second Check-In"
-date = Date(2020, 6, 15)
-+++
-@def tags = ["pip", "gsoc"]
-
-# Second Check-In
-
-Hi everyone and may the odds ever in your favor, especially during this
-tough time!
-
-## What did I do last week?
-
-Not as much I wished, apparently (-:
-
-* Finalizing {{pip 8411 "the refactoring patch"}}
-  of `operations.prepare.prepare_linked_requirement`
-* {{pip 8423 "Nitpicking some logging calls"}}.  This (as well as the next one)
-  was to fill up the time my brain not being as productive as I want it to XD
-* {{pip 8423 "Beginning to migrate"}} from `%`- to `{}`-style logging.
-  The amount of tests failing due to this was way beyond my imagination,
-  but I got functional tests for `pip install` and unit tests passing now!
-* {{pip 8442 "Mocking up a working partial wheel download during
-  dependency resolution"}} for [the new resolver][].
-
-## Did I get stuck anywhere?
-
-Yes, of course!  {{pip 8320 "Parallel maps"}} are still stalling
-as well as other small PRs listed above.  The failure related to
-`logging` are still making me pulling my hair out and the proof of
-concept for partial wheel downloading is too ugly even for a PoC.
-I imagine that I will have a lot of clean up to do this week (yay!).
-
-## What is coming up next?
-
-I'm trying get the multi-{threading,processing} facilities merged ASAP
-to start rolling it out in practice.  The first thing popping out of my
-head is to get back {{pip 7962 "the multi-threaded"}} `pip list -o`.
-
-The other experimental improvement (this phrase does not sound right!)
-I would like to get done is the partial wheel download.  It would be
-really nice if I can get both included as `unstable-feature`'s
-in {{pip 7628#issuecomment-636319539 "the upcoming beta release of pip 20.2"}}.
-
-[the new resolver]: http://www.ei8fdb.org/thoughts/2020/05/test-pips-alpha-resolver-and-help-us-document-dependency-conflicts/