jayduhon / inferno-os

Automatically exported from code.google.com/p/inferno-os
2 stars 0 forks source link

Limbo polymorphic conflict (sort.m and Command) #272

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
Run attached example.

What is the expected output? What do you see instead?
Expected:
  a=(10, 20, 30)
I see:
  link typecheck Ls->SortData.gt() 0/9107053
  load cmd: link typecheck Ls->SortData.gt() 0/9107053
  a=(10, 20, 30)

Which operating system are you using?
Linux, Inferno-20110820

Please provide any additional information below.
Commenting line which call sort->sort() fix "/dis/ls.dis" load error! Looks 
like sort->sort() call somehow break loading modules with Command interface, 
while modules with other interfaces loads just fine.

Original issue reported on code.google.com by powerman...@gmail.com on 30 Aug 2011 at 5:38

GoogleCodeExporter commented 9 years ago

Original comment by powerman...@gmail.com on 30 Aug 2011 at 5:39

Attachments: