Ondřej Čertík
Ondřej Čertík
Here is a smaller image (100 KB vs 250 KB):
After the other PR merges, go ahead and rebase this.
Thanks! I get the same error with the latest lfortran.
@HarshilShah1804 if this is needed for stdlib, then label it with stdlib. If a workaround exists (as you said), then it's not a blocker. But we still need to fix...
I just gave you push access.
The stdlib code is at https://github.com/fortran-lang/stdlib/blob/25f94a9c185600b1b1570d1b2a51da72f4eb970f/example/stringlist_type/example_stringlist_type_len.f90#L16: ``` print'(a)', stringlist%len() ``` Assuming `stringlist%len()` returns an integer, then I think this is incorrect Fortran code, as the `(a)` descriptor is expecting a...
I can confirm this PR fixes `hugo-resume` to work with Hugo 0.138.0. @eddiewebb, do you think you could please review this PR?
@eddiewebb thank you, much appreciated!
@shivimathur awesome, thanks! Great progress. Go ahead and submit the PR to LFortran with the missing functions.
I think you need to pass `--cpp` to lfortran and ensure the preprocessor is setup so that real16 is not enabled. Otherwise we can also modify the source code by...