This repository has been archived on 2024-04-10. You can view files and clone it, but you cannot make any changes to it's state, such as pushing and creating new issues, pull requests or comments.
elektron/schedulers
Pradyumna Kaushik cfbb2f4bdd Fix: create log dir after validating cmdline args.
Initialization of the logger happens after all the command-line
arguments are validated. So, in case any of the command-line
arguments were invalid, the log directory is not created.
Retrofitted the driver code and the scheduler builder to only use
the language provided 'log' package as elektron's logger will not
yet be initialized.
2018-11-08 20:07:06 -05:00
..
base.go Adding GPLv3 Licensing. 2018-10-06 20:03:14 -07:00
bin-packing.go Adding GPLv3 Licensing. 2018-10-06 20:03:14 -07:00
electronScheduler.go Adding GPLv3 Licensing. 2018-10-06 20:03:14 -07:00
first-fit.go Adding GPLv3 Licensing. 2018-10-06 20:03:14 -07:00
helpers.go Fix: create log dir after validating cmdline args. 2018-11-08 20:07:06 -05:00
MaxGreedyMins.go Adding GPLv3 Licensing. 2018-10-06 20:03:14 -07:00
MaxMin.go Adding GPLv3 Licensing. 2018-10-06 20:03:14 -07:00
schedPolicy.go Adding GPLv3 Licensing. 2018-10-06 20:03:14 -07:00
states.go Adding GPLv3 Licensing. 2018-10-06 20:03:14 -07:00
store.go Adding GPLv3 Licensing. 2018-10-06 20:03:14 -07:00