pike.git/
CHANGES
Branch:
Tag:
Non-build tags
All tags
No tags
2016-01-03
2016-01-03 15:37:53 by Henrik Grubbström (Grubba) <grubba@grubba.org>
7633f5dae58cc0a74a7b360afd2efef101e78b43 (
7
lines) (+
4
/-
3
)
[
Show
|
Annotate
]
Branch:
8.0
CHANGES: Fixed some typos.
763:
+ Object types on return and argument types are now resolved dynamically when needed.
-
This means that the typing information is
sifnificantly
more
+
This means that the typing information is
significantly
more
strict. If you use classes that are not defined in the file (or src/program_id.h) they will be resolved when your .so-file is loaded.
-
Note: Circular dependencies
does
not work (currently, at least).
+
Note: Circular dependencies
do
not work (currently, at least).
-
Also, the parser still often
have
problems with types containing
+
Also, the parser still often
has
problems with types containing
'.'. You can use object(X.Y) instead of X.Y. o String.levenshtein_distance()