You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Whilst randomly trying to fix capability errors in my code, I ended up with a combination that causes ponyc to assert. This is the latest master ponyc built and run on MacOS.
I've narrowed the case down to the following snippet (which most likely has errors, but shouldn't break the compiler):
class val Thing
let result: {(Bool val)}
new val bool(result': {(Bool)} val = {(Bool)=>None}) ? =>
result = result'
The text was updated successfully, but these errors were encountered:
Whilst randomly trying to fix capability errors in my code, I ended up with a combination that causes ponyc to assert. This is the latest master ponyc built and run on MacOS.
I've narrowed the case down to the following snippet (which most likely has errors, but shouldn't break the compiler):
The text was updated successfully, but these errors were encountered: