mirror of https://github.com/voidlizard/hbs2
devlog
This commit is contained in:
parent
c16bedaea9
commit
c24d5f9f00
|
@ -380,3 +380,4 @@ fixme-del "46xg3QnNHq"
|
||||||
(fixme-set "assigned" "voidlizard" "yXwCuKdnQp")
|
(fixme-set "assigned" "voidlizard" "yXwCuKdnQp")
|
||||||
(fixme-set "workflow" "test" "3NPKG3NEhf")
|
(fixme-set "workflow" "test" "3NPKG3NEhf")
|
||||||
(fixme-set "assigned" "voidlizard" "3NPKG3NEhf")
|
(fixme-set "assigned" "voidlizard" "3NPKG3NEhf")
|
||||||
|
(fixme-set "workflow" "backlog" "DrXoy195Wh")
|
||||||
|
|
|
@ -1,17 +1,19 @@
|
||||||
|
|
||||||
## 2023-03-26
|
## 2023-03-26
|
||||||
|
|
||||||
|
TODO: git-tags-support
|
||||||
|
|
||||||
FIXME: macos-support-clock
|
FIXME: macos-support-clock
|
||||||
-- CPP
|
-- CPP
|
||||||
-- | Use coarse clock timer. This timer has 1ms resolution but is much
|
-- | Use coarse clock timer. This timer has 1ms resolution but is much
|
||||||
-- faster comparing to the ordinary one. Is used on linux, on macos
|
-- faster comparing to the ordinary one. Is used on linux, on macos
|
||||||
-- provides ordinary one.
|
-- provides ordinary one.
|
||||||
getTimeCoarse :: IO TimeSpec
|
getTimeCoarse :: IO TimeSpec
|
||||||
#ifdef linux_HOST_OS
|
#ifdef linux_HOST_OS
|
||||||
getTimeCoarse = getTime MonotonicCoarse
|
getTimeCoarse = getTime MonotonicCoarse
|
||||||
#else
|
#else
|
||||||
getTimeCoarse = getTime Monotonic
|
getTimeCoarse = getTime Monotonic
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
## 2023-03-24
|
## 2023-03-24
|
||||||
|
|
||||||
|
|
18
flake.lock
18
flake.lock
|
@ -9,11 +9,11 @@
|
||||||
"suckless-conf": "suckless-conf"
|
"suckless-conf": "suckless-conf"
|
||||||
},
|
},
|
||||||
"locked": {
|
"locked": {
|
||||||
"lastModified": 1677558983,
|
"lastModified": 1679822846,
|
||||||
"narHash": "sha256-1KlLTPdRv2cwQkg9FKSEYHqFJ/6WT3mSliyxc22hVzI=",
|
"narHash": "sha256-bXGorR8cLCVm3Cu7EcTUGNtaxPwqZH8zLrch7r/ST5c=",
|
||||||
"owner": "voidlizard",
|
"owner": "voidlizard",
|
||||||
"repo": "fixme",
|
"repo": "fixme",
|
||||||
"rev": "80caffb07aaa18e1fd2bcbbc2b4acfea628aaa5f",
|
"rev": "ff3faeeee860b2ed2edf6e69cec26e9b49b167a3",
|
||||||
"type": "github"
|
"type": "github"
|
||||||
},
|
},
|
||||||
"original": {
|
"original": {
|
||||||
|
@ -274,11 +274,11 @@
|
||||||
"nixpkgs": "nixpkgs"
|
"nixpkgs": "nixpkgs"
|
||||||
},
|
},
|
||||||
"locked": {
|
"locked": {
|
||||||
"lastModified": 1676656630,
|
"lastModified": 1679815688,
|
||||||
"narHash": "sha256-FFEgtajUGdYd/Ux5lkjXXpAKosve+NAfxp/eG7m7JQY=",
|
"narHash": "sha256-xLvIoeG5krM0CXfWRcwSgHGP7W8i8dsoKP5hUb182hE=",
|
||||||
"owner": "voidlizard",
|
"owner": "voidlizard",
|
||||||
"repo": "suckless-conf",
|
"repo": "suckless-conf",
|
||||||
"rev": "b017bc1e9d6a11d89da294089d312203c39c0b1f",
|
"rev": "04c432681d3627f180a402674523736f409f964d",
|
||||||
"type": "github"
|
"type": "github"
|
||||||
},
|
},
|
||||||
"original": {
|
"original": {
|
||||||
|
@ -295,11 +295,11 @@
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
"locked": {
|
"locked": {
|
||||||
"lastModified": 1675946914,
|
"lastModified": 1679815688,
|
||||||
"narHash": "sha256-OE0R9dnB+ZXpf30g1xVSMur68iKUDB53pnyA3K2e788=",
|
"narHash": "sha256-xLvIoeG5krM0CXfWRcwSgHGP7W8i8dsoKP5hUb182hE=",
|
||||||
"owner": "voidlizard",
|
"owner": "voidlizard",
|
||||||
"repo": "suckless-conf",
|
"repo": "suckless-conf",
|
||||||
"rev": "995e1cd52cfe2e9aa4e00ea5cd016548f7932e5a",
|
"rev": "04c432681d3627f180a402674523736f409f964d",
|
||||||
"type": "github"
|
"type": "github"
|
||||||
},
|
},
|
||||||
"original": {
|
"original": {
|
||||||
|
|
Loading…
Reference in New Issue