Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
L
lecture materials
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
generic software skills
lecture materials
Merge requests
!59
Further reading and a typo fix for debugging lecture
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
Further reading and a typo fix for debugging lecture
debugging-addon
into
main
Overview
1
Commits
3
Pipelines
3
Changes
2
Merged
Florian Ziemen
requested to merge
debugging-addon
into
main
11 months ago
Overview
1
Commits
3
Pipelines
3
Changes
2
Expand
0
0
Merge request reports
Compare
main
version 1
7dc0aa08
11 months ago
main (base)
and
latest version
latest version
120b8a5e
3 commits,
10 months ago
version 1
7dc0aa08
2 commits,
11 months ago
2 files
+
7
−
4
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
2
Search (e.g. *.vue) (Ctrl+P)
exercises/debugging-strategies.qmd
+
3
−
3
Options
@@ -5,12 +5,12 @@ title: "Debugging strategies"
### 1. Approach on locating Python bugs
_The tasks should be done using the test repository <https://github.com/gweis/isodate>,
specifically
commit 8856fdf0 (HEAD of `master` branch at the moment of writing this
)._
specifically
version `v0.6.1` (commit `4f36d7e6f`
)._
_It is a Python library to parse date and times according to the ISO 8601 standard.
Although it works great in many use cases, there are some documented bugs in the code.
Although it works great in many use cases, there are some documented bugs in the code
for former versions
.
But the linked repository was not chosen to cast a bad light on it in any way.
In fact, it does a good job providing tests and stating which problems
still
occur in the code._
In fact, it does a good job providing tests and stating which problems occur
ed
in the code._
**Tasks**
Loading