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

fix: Fix type for functor [fixes LNG-119] #677

Merged
merged 3 commits into from
Feb 28, 2023

Conversation

DieMyst
Copy link
Member

@DieMyst DieMyst commented Feb 27, 2023

fixes LNG-119

@DieMyst DieMyst changed the title Fix type for functor fix: Fix type for functor [fixes LNG-119] Feb 27, 2023
@linear
Copy link

linear bot commented Feb 27, 2023

LNG-119 Functors don't work properly with arrays that is created rigth in Aqua

service OpNum("op"):
  identity(n: u32) -> u32

func getWorkers() -> []u32:
  nums = [1,2,3,4,5]
  results: *u32
  join results[nums.length]
  <- results

@DieMyst DieMyst merged commit bb24a63 into main Feb 28, 2023
@DieMyst DieMyst deleted the LN-119-fix-functor-for-inlined-arrays branch February 28, 2023 07:56
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants