Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
Q
quasar
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Container 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
Jens Nolte
quasar
Graph
0d0fc21e923c1645e860135d4c08490344ba1533
Select Git revision
Branches
4
lazy
master
default
protected
observationhandle
safe-callback
4 results
You can move around the graph by using the arrow keys.
Begin with the selected commit
Created with Raphaël 2.2.0
2
Oct
25
Sep
24
19
18
17
4
2
15
Aug
1
30
Jul
24
3
May
30
Apr
25
24
23
16
8
5
3
2
1
29
Mar
27
26
19
18
15
13
9
7
6
27
Feb
25
24
22
21
20
12
11
10
1
29
Jan
16
10
2
1
18
Dec
11
8
5
1
30
Nov
25
23
22
21
15
7
6
4
3
2
30
Oct
29
24
8
7
6
5
4
3
2
1
30
Sep
26
23
19
18
17
12
11
5
4
3
2
1
31
Aug
30
29
26
25
24
23
22
23
22
13
12
11
9
6
3
1
29
Jul
27
25
23
22
21
20
18
12
11
10
9
23
Jun
Generate wrappers for orElse and catchSTM
Fix catchSTM'; add catchAllSTM'
Improve documentation
Generalize functions
Clean up cabal file
Remove unused language extensions
Add implementations for TChan, TQueue, TBQueue and TArray
Fix pragmas for manually implemented wrappers
Add noRetry and noThrow
Replace more wrappers functions with generated code
Use MIN_VERSION_GLASGOW_HASKELL instead of __GLASGOW_HASKELL__
Use template-haskell to rewrite monad constraints TVar/TMVar functions
Update flake.nix
Fix formatting
Split timer into quasar-timer package
Add draft for MonadSTM and limiting STM capabilities
Change repository to multi-project layout
Automatically select new haskell package set revisions
Update nixpkgs
Add tests for ReaderLock
Move callCabal2nix call to flake.nix
Update nixpkgs
WIP Lazy
lazy
lazy
Add ReaderLock
Remove eta reduce hlint rule
Remove unused dependencies
Convert trace warnings to hlint rules
Improve observable (use TDisposer, explicitly track observer resources)
Remove unused import
Add transactional disposer which can be disposed STM
Add SafeCallback
safe-callback
safe-callback
Remove IsRetrievable constraint from IsObservable
Add MonadLog for MonadIO
Prelude: Change newUnique to MonadIO
Minor cleanup
Remove pingObservable because of inconsistent semantics
Fix Observable bind/catch disposing
Change pingObservable to ObservationHandle
observationhandle
observationhandle
Reorder definitions in Disposer module
Do not export Observable constructor (toObservable can be used)
Loading