limbo topvartype dereference of nil

Issue #317 new
Former user created an issue

Original issue 317 created by inferno-os on 2014-06-29T00:51:46.000Z:

The error handlers in both /appl/cmd/limbo/types.b:/^topvartype and /limbo/types.c:/^topvartype dereference id.sym, which can be nil.

implement LimboTest;

Http: module { Url: adt { pick { Escaped => Partial => Unescaped => }

    tostring:   fn(nil: self Url): string;
};

};

LimboTest: module { init: fn(nil: Http); };

init(nil: Http) {}

Comments (1)

  1. Log in to comment