Skip to content
New issue

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

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

Already on GitHub? # to your account

idl vs. gdl difference in foreach behaviour #29

Open
slayoo opened this issue Apr 5, 2018 · 1 comment
Open

idl vs. gdl difference in foreach behaviour #29

slayoo opened this issue Apr 5, 2018 · 1 comment
Labels
wontfix This will not be worked on

Comments

@slayoo
Copy link
Member

slayoo commented Apr 5, 2018

(moved from https://sourceforge.net/p/gnudatalanguage/bugs/630/)
As reported on SF:

GDL> a = [1,2,3]
GDL> foreach a, a do print, a
1
2
3
GDL>
IDL> a = [1,2,3]
IDL> foreach a, a do print, a
1
IDL>
@slayoo slayoo added the antlr Requires antlr know-how label Apr 7, 2018
alaingdl pushed a commit that referenced this issue Oct 30, 2018
@GillesDuvert
Copy link
Contributor

#1786 introduced this case in test_foreach, but I removed the test as there is no possibility I could make FOREACH behave like IDL in this particular case without endangering all FOREACHs other cases. Best left open and unsolved.

@GillesDuvert GillesDuvert added wontfix This will not be worked on and removed antlr Requires antlr know-how labels Apr 2, 2024
# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
wontfix This will not be worked on
Projects
None yet
Development

No branches or pull requests

2 participants