Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Enable body continue #1

Draft
wants to merge 56 commits into
base: add-do-nesting-edge-cases
Choose a base branch
from
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
56 commits
Select commit Hold shift + click to select a range
7990b22
Add AttrParameter
Smit-create Aug 26, 2022
aab2411
Add 3 args max intrinsic
Smit-create Aug 26, 2022
6fb9d24
Add and update tests
Smit-create Aug 26, 2022
b87ecf9
initial commit
konradha Aug 26, 2022
29b63d3
Merge branch 'add-do-nesting-edge-cases' into enable-body-continue
konradha Aug 26, 2022
8d6646a
add novel test
konradha Aug 26, 2022
8d5ea34
Merge pull request #675 from Smit-create/i-674
Smit-create Aug 28, 2022
f07bc66
Enable goto select (#682)
konradha Aug 28, 2022
6b96988
Added flag for --allow-implicit-interface
Smit-create Aug 24, 2022
c1ba8d9
Added implicit interface function definition
Smit-create Aug 24, 2022
2bf4f62
Added implicit_interface flag in run_tests.py
Smit-create Aug 24, 2022
8c31189
Fix interface and use template so that can be used for subroutine call
Smit-create Aug 30, 2022
1adc902
Add and update tests
Smit-create Aug 30, 2022
3d9d047
Fix data initialization and use casting
Smit-create Aug 30, 2022
429bb02
Add a test
Smit-create Aug 30, 2022
f63b6f6
Merge pull request #691 from Smit-create/odr-dmprec
certik Sep 1, 2022
1fc67e2
Merge pull request #615 from Pranavchiku/alnorm1
certik Sep 1, 2022
3749219
Add `DO` nesting edge cases (#679)
konradha Sep 1, 2022
77c92aa
Merge remote-tracking branch 'gh-main/main' into enable-body-continue
konradha Sep 1, 2022
8b6aa18
fix merge errs
konradha Sep 1, 2022
8b887e3
Add fixes for ```dmin1```, ```dmax1``` implementation (#685)
Pranavchiku Sep 4, 2022
81e4a8b
Translated using Weblate (Chinese (Simplified))
zoziha Aug 23, 2022
0883900
Translated using Weblate (Chinese (Simplified))
Aug 23, 2022
6f596c0
Translated using Weblate (Spanish)
aslozada Aug 23, 2022
d9cba6d
Translated using Weblate (Portuguese)
14NGiestas Aug 22, 2022
9b91614
Translated using Weblate (Chinese (Simplified))
zoziha Aug 26, 2022
4023253
Translated using Weblate (Chinese (Simplified))
zoziha Aug 28, 2022
44c89aa
Translated using Weblate (Spanish)
aslozada Aug 29, 2022
d42912d
Translated using Weblate (Chinese (Simplified))
zoziha Aug 29, 2022
ffff955
Translated using Weblate (Chinese (Simplified))
zoziha Aug 31, 2022
2e32a55
Translated using Weblate (Chinese (Simplified))
Aug 31, 2022
97f031f
Translated using Weblate (Spanish)
aslozada Aug 31, 2022
78ffd6f
Translated using Weblate (Portuguese)
14NGiestas Aug 31, 2022
7045b07
Translated using Weblate (Chinese (Simplified))
zoziha Sep 1, 2022
f8bab9b
Translated using Weblate (Portuguese)
14NGiestas Sep 2, 2022
1ddb747
Add missing intrinsic functions in complite time eval
Smit-create Sep 4, 2022
f86c93b
Add and update tests
Smit-create Sep 4, 2022
411ab27
Translated using Weblate (French)
vmagnin Sep 4, 2022
c2dfc07
Synced libasr with LPython
czgdp1807 Sep 6, 2022
fd5024a
Restored ASRUtils::ttype_set_dimensions
czgdp1807 Sep 6, 2022
9f3b04f
Update libasr API usage in LFortran
czgdp1807 Sep 6, 2022
b6c8484
Restored fix for arrays_16_func.f90
czgdp1807 Sep 6, 2022
a6535f7
Resotre changes in asdl_cpp.py
czgdp1807 Sep 6, 2022
211133a
Update function nodes in test_llvm.cpp
czgdp1807 Sep 6, 2022
453f9db
Restore changes for LFortran
czgdp1807 Sep 6, 2022
fc65075
Updated reference tests
czgdp1807 Sep 6, 2022
2146193
Remove StatementsFirstWalkVisitorVisitor
Shaikh-Ubaid Sep 6, 2022
65589ff
PASS: Remove arr_dims_propogate
Shaikh-Ubaid Sep 6, 2022
e0c5975
Merge pull request #681 from weblate/weblate-fortran-lang-lfortran-docs
certik Sep 6, 2022
807ac45
Merge pull request #705 from czgdp1807/sync_libasr
certik Sep 7, 2022
e70d2e7
Add support for ```Variable``` symbol (#703)
Pranavchiku Sep 7, 2022
c27254e
Merge remote-tracking branch 'gh-main/main' into enable-body-continue
konradha Sep 12, 2022
27d3c35
Merge pull request #680 from Pranavchiku/dqsrt1
certik Sep 13, 2022
6398085
feat: add dependabot for GitHub Actions (#656)
gnikit Sep 14, 2022
f28941a
Small regex addition to fixed form tokenizer (#713)
konradha Sep 14, 2022
099dcbb
Merge remote-tracking branch 'gh-main/main' into enable-body-continue
konradha Sep 15, 2022
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
6 changes: 6 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
version: 2
updates:
- package-ecosystem: "github-actions"
directory: "/"
schedule:
interval: "weekly"
Loading