fortrangoingonforty/fgof-devloop / 3863c5f

Browse files

Pin fixed process dependency

Authored by mfwolffe <wolffemf@dukes.jmu.edu>
SHA
3863c5f42f885fdb623aa7fda7bb8b6f648ab657
Parents
be0a9ee
Tree
3986feb

2 changed files

StatusFile+-
M README.md 3 3
M fpm.toml 1 1
README.mdmodified
@@ -92,12 +92,12 @@ Current semantics:
92
 ## Dependency
92
 ## Dependency
93
 
93
 
94
 `fgof-devloop` depends on `fgof-watch` `v0.1.0` for watch-event types and
94
 `fgof-devloop` depends on `fgof-watch` `v0.1.0` for watch-event types and
95
-watch option projection, and `fgof-process` `v0.1.0` for one-shot process
95
+watch option projection, and a pinned `fgof-process` commit for one-shot
96
-execution:
96
+process execution:
97
 
97
 
98
 ```toml
98
 ```toml
99
 [dependencies]
99
 [dependencies]
100
-fgof-process = { git = "https://github.com/FortranGoingOnForty/fgof-process.git", tag = "v0.1.0" }
100
+fgof-process = { git = "https://github.com/FortranGoingOnForty/fgof-process.git", rev = "dd71a77c61985380c7e32f4a719fd8bb247625c7" }
101
 fgof-watch = { git = "https://github.com/FortranGoingOnForty/fgof-watch.git", tag = "v0.1.0" }
101
 fgof-watch = { git = "https://github.com/FortranGoingOnForty/fgof-watch.git", tag = "v0.1.0" }
102
 ```
102
 ```
103
 
103
 
fpm.tomlmodified
@@ -20,5 +20,5 @@ implicit-external = false
20
 source-form = "free"
20
 source-form = "free"
21
 
21
 
22
 [dependencies]
22
 [dependencies]
23
-fgof-process = { git = "https://github.com/FortranGoingOnForty/fgof-process.git", tag = "v0.1.0" }
23
+fgof-process = { git = "https://github.com/FortranGoingOnForty/fgof-process.git", rev = "dd71a77c61985380c7e32f4a719fd8bb247625c7" }
24
 fgof-watch = { git = "https://github.com/FortranGoingOnForty/fgof-watch.git", tag = "v0.1.0" }
24
 fgof-watch = { git = "https://github.com/FortranGoingOnForty/fgof-watch.git", tag = "v0.1.0" }