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
f578051afcc99bc55954ce93781203edb291f413
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
Sep
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
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)
Move newUnmanaged{IO,STM}Disposer to Disposer module
Change QuasarIO to newtype; add more instances to QuasarIO and QuasarSTM
Streamline Disposer interface
Add Semigroup and Monoid instance to Observable
Support GHC 9.2.2
Implement ObservablePrim (similar to ObservableVar, exposing state)
Add observableVarHasObservers
Fix comment
Add observeIO
Add missing fork variants
Add catchQuasar and replaceExceptionSink
Export logger from Quasar module
Add unmanaged async variants
Remove ensureSTM from MonadQuasar
Rename logger types
Loading