ncsa / qdl

the QDL programming language
Other
2 stars 0 forks source link

Module state bug #45

Closed jjg-123 closed 2 months ago

jjg-123 commented 6 months ago

A function like

λat(requested) → test_util#at_lifetime(server_defaults., client., requested);

where there is a module statement on the RHS which requires the argument form the LHS to be propagated properly was not happening. This would result in a null pointer exception.