Page MenuHome

Add basic project files
ClosedPublic

Authored by Sem Mulder (SemMulder) on Mar 26 2020, 3:25 PM.

Details

Diff Detail

Repository
rL Looper
Branch
review2/01/project_files_fixes
Build Status
Buildable 7334
Build 7334: arc lint + arc unit

Event Timeline

Sybren A. Stüvel (sybren) requested changes to this revision.Mar 27 2020, 9:58 AM
Sybren A. Stüvel (sybren) added inline comments.
pyproject.toml
13

Last time I checked the code wasn't compatible with Python 3.6 and required 3.7. Has this been fixed now and is it compatible with 3.6 again? Or should this be 3.7?

24

Is there a specific release we need, so that we want to have the prerelease now already? Or is this to work around some non-semver versioning scheme? This should be documented.

This revision now requires changes to proceed.Mar 27 2020, 9:58 AM
Sem Mulder (SemMulder) marked an inline comment as done.Mar 27 2020, 10:04 AM
Sem Mulder (SemMulder) added inline comments.
pyproject.toml
13

This has been fixed and the code has been tested against 3.6, 3.7 and 3.8.

24

The whole black project is in prerelease mode. That is, there is no non-prerelease version. I'll ad a comment.

Sem Mulder (SemMulder) marked an inline comment as done.
  • Add comment explaining why we need prereleases for Black
Sem Mulder (SemMulder) marked an inline comment as done.Mar 27 2020, 10:10 AM
This revision is now accepted and ready to land.Mar 27 2020, 11:45 AM

Revert the lookup of the PaymentMethod on the Customer

Closing this as Sem is no longer working at Blender HQ and AFAIK the interesting portions of this patch have been committed by now.