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
Commits
120b8a5e
Commit
120b8a5e
authored
11 months ago
by
Dominik Zobel
Browse files
Options
Downloads
Patches
Plain Diff
Fix commit for isodate and adjust wording for debugging exercise
parent
7dc0aa08
No related branches found
No related tags found
1 merge request
!59
Further reading and a typo fix for debugging lecture
Pipeline
#67786
passed
11 months ago
Stage: test
Stage: build
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
exercises/debugging-strategies.qmd
+3
-3
3 additions, 3 deletions
exercises/debugging-strategies.qmd
with
3 additions
and
3 deletions
exercises/debugging-strategies.qmd
+
3
−
3
View file @
120b8a5e
...
...
@@ -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**
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment