Shells in OCaml
3
fork

Configure Feed

Select the types of activity you want to include in your feed.

No need to make shell process group

+1 -1
+1 -1
src/lib/eval.ml
··· 1244 1244 1245 1245 and run ctx ast = 1246 1246 (* Make the shell its own process group *) 1247 - Eunix.make_process_group (); 1247 + (* Eunix.make_process_group (); *) 1248 1248 let ctx, cs = 1249 1249 let rec loop_commands (ctx, cs) (c : Ast.complete_commands) = 1250 1250 match c with