Advertisement
Freack100

Untitled

Mar 20th, 2017
135
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.28 KB | None | 0 0
  1. Error:
  2. /home/paul/doc/dev/Pony/pony-ws/testy.pony:5:1: can't use 'json' without alias, clashing symbols
  3. use "json"
  4. ^
  5. Error:
  6. /home/paul/doc/bin/ponyc/packages/json/json_type.pony:8:1: existing type name clashes with type from 'json'
  7. class JsonArray
  8. ^
  9. Info:
  10. /home/paul/doc/bin/ponyc/packages/json/json_type.pony:8:1: clash trying to use this type
  11. class JsonArray
  12. ^
  13. Error:
  14. /home/paul/doc/bin/ponyc/packages/json/json_doc.pony:4:1: existing type name clashes with type from 'json'
  15. class JsonDoc
  16. ^
  17. Info:
  18. /home/paul/doc/bin/ponyc/packages/json/json_doc.pony:4:1: clash trying to use this type
  19. class JsonDoc
  20. ^
  21. Error:
  22. /home/paul/doc/bin/ponyc/packages/json/json_type.pony:70:1: existing type name clashes with type from 'json'
  23. class JsonObject
  24. ^
  25. Info:
  26. /home/paul/doc/bin/ponyc/packages/json/json_type.pony:70:1: clash trying to use this type
  27. class JsonObject
  28. ^
  29. Error:
  30. /home/paul/doc/bin/ponyc/packages/json/json_type.pony:3:1: existing type name clashes with type from 'json'
  31. type JsonType is (F64 | I64 | Bool | None | String | JsonArray | JsonObject)
  32. ^
  33. Info:
  34. /home/paul/doc/bin/ponyc/packages/json/json_type.pony:3:1: clash trying to use this type
  35. type JsonType is (F64 | I64 | Bool | None | String | JsonArray | JsonObject)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement