Skip to content

Assigning to !NULL #1357

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

Closed
fawltylanguage opened this issue Aug 9, 2022 · 2 comments
Closed

Assigning to !NULL #1357

fawltylanguage opened this issue Aug 9, 2022 · 2 comments
Labels
!NULL related to the recent introduction of !NULL

Comments

@fawltylanguage
Copy link

This method to undefine a variable and free memory does not work in GDL:

IDL> a=lindgen(1000000l)
IDL> !null=temporary(a)
IDL> help, a
A               UNDEFINED = <Undefined>
IDL> 

GDL> a=lindgen(1000000l)
GDL> !null=temporary(a)
% NullGDL::EqType(...) called.
% Execution halted at: $MAIN$
GDL> 
@GillesDuvert GillesDuvert added the !NULL related to the recent introduction of !NULL label Aug 9, 2022
GillesDuvert added a commit to GillesDuvert/gdl that referenced this issue Sep 28, 2023
@GillesDuvert
Copy link
Contributor

hopefully closed by #1644

@GillesDuvert
Copy link
Contributor

closed by #1644

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
!NULL related to the recent introduction of !NULL
Projects
None yet
Development

No branches or pull requests

2 participants