Delegates are now functioning

Gotta say, this one went pretty smooth. MOSA is now able to compile and handle delegates. Meaning that we're now able to use constructs like this:
delegate bool MethodType(int x);

public bool SomeMethod(int x)
{
System.Console.WriteLine(x);
return true;
}

public void Foo()
{
MethodType method = this.SomeMethod;
method(42);
}

Mosa version 1.0 released

After 3 years of development we were finally able to relase version 1.0 of the MOSA (Managed Operating System Alliance) project. Over the months we've been working and concentrating on two features:
- Support for generics
- Exception handling

Subscribe to Think-In-Co.de RSS
Error | Think-In-Co.de

Error

The website encountered an unexpected error. Please try again later.

Error message

  • Warning: Cannot modify header information - headers already sent by (output started at /var/www/blog/includes/common.inc:2567) in drupal_send_headers() (line 1018 of /var/www/blog/includes/bootstrap.inc).
  • PDOException: SQLSTATE[42S02]: Base table or view not found: 1146 Table 'drupal.cache_libraries' doesn't exist: DELETE FROM {cache_libraries} WHERE (expire <> :db_condition_placeholder_0) AND (expire < :db_condition_placeholder_1) ; Array ( [:db_condition_placeholder_0] => 0 [:db_condition_placeholder_1] => 1327719219 ) in cache_clear_all() (line 169 of /var/www/blog/includes/cache.inc).