forbear
forbear copied to clipboard
Fortran (progress) B(e)ar envinronment
Hi Stefano, Very cool project! I noticed you were interested in adding a spinner (in the README.md TODO list) and I was thinking it would be very nice to have...
Projects with awesome bars/spinners from which take inspiration: + https://github.com/sindresorhus/cli-spinners + https://github.com/briandowns/spinner + https://github.com/piotrmurach/tty-spinner + https://github.com/henrik/progress_bar + https://github.com/hfaran/progressive
In a long run (7 minutes), instead of one progress bar, 12 appear  Actual code: ```Fortran call bar%initialize(filled_char_string='㊂', empty_char_string='●',& suffix_string='| ', add_progress_percent=.true.,prefix_string='Progress |',& scale_bar_color_fg='blue', scale_bar_style='underline_on', spinner_string='( ● )') ```
When Max_value is higher than 99 the bar only shows ***** instead of the actual number  Actual code: ```Fortran lt1 = 100 call bar%initialize(filled_char_string='+', prefix_string='Progress |',& suffix_string='| ', add_progress_percent=.true.,&...
I've copied the spinner line from the tests but when I run my code the spinner doesn't overwrite in place so I get a bunch of lines: 
I've tried to compile this library with AMD's aocc `flang` but I'm having the following error: ``` F90-F-0000-Internal compiler error. no type conversion available 0 (build/dependencies/forbear/src/lib/forbear_bar_object.F90: 294) F90/x86-64 Flang -...