Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Script for autogenerating dart from tl #6

Closed
triedcatched opened this issue Dec 13, 2019 · 2 comments
Closed

Script for autogenerating dart from tl #6

triedcatched opened this issue Dec 13, 2019 · 2 comments
Labels

Comments

@triedcatched
Copy link

Hi, great work with the library!

Is it possible to share the script you used to generate the dart files under /tdapi/.. ?

The reason is, you've used int64 of tl as int of dart. I think dart converts int64 to string. So some of the autogenerated files breaks.
Also, some of the objects received from tdclient are null, which breaks the toJson() of certain objects in your library.

@nullhandler
Copy link

@triedcatched can you please make the pull request with updated code?

@i-Naji
Copy link
Owner

i-Naji commented Jan 3, 2020

@triedcatched In the next updates, generator codes will be published. for now, all the focus is in #7

@i-Naji i-Naji closed this as completed Aug 8, 2020
owenthereal added a commit to owenthereal/tdlib that referenced this issue Aug 26, 2020
Generated fields can be null and this adds null check. An example
exception is:

```
I/flutter ( 6168): NoSuchMethodError: The method 'toJson' was called on null.
I/flutter ( 6168): Receiver: null
I/flutter ( 6168): Tried calling: toJson()
I/flutter ( 6168): #0      Object.noSuchMethod (dart:core-patch/object_patch.dart:51:5)
I/flutter ( 6168): i-Naji#1      Message.toJson (package:tdlib/src/tdapi/objects/message.dart:120:42)
I/flutter ( 6168): i-Naji#2      UpdateNewMessage.toJson (package:tdlib/src/tdapi/objects/update.dart:310:31)
I/flutter ( 6168): i-Naji#3      TelegramService._onEvent (package:tdlib_example/services/telegram_service.dart:90:32)
I/flutter ( 6168): i-Naji#4      _rootRunUnary (dart:async/zone.dart:1198:47)
I/flutter ( 6168): i-Naji#5      _CustomZone.runUnary (dart:async/zone.dart:1100:19)
I/flutter ( 6168): i-Naji#6      _CustomZone.runUnaryGuarded (dart:async/zone.dart:1005:7)
I/flutter ( 6168): i-Naji#7      _BufferingStreamSubscription._sendData (dart:async/stream_impl.dart:357:11)
I/flutter ( 6168): i-Naji#8      _DelayedData.perform (dart:async/stream_impl.dart:611:14)
I/flutter ( 6168): i-Naji#9      _StreamImplEvents.handleNext (dart:async/stream_impl.dart:730:11)
I/flutter ( 6168): i-Naji#10     _PendingEvents.schedule.<anonymous closure> (dart:async/stream_impl.dart:687:7)
I/flutter ( 6168): i-Naji#11     _rootRun (dart:async/zone.dart:1182:47)
I/flutter ( 6168): i-Naji#12     _CustomZone.run (dart:async/zone.dart:1093:19)
I/flutter ( 6168): i-Naji#13     _CustomZone.runGuarded (dart:async/zone.dart:997:7)
I/flutter ( 6168): i-Naji#14     _CustomZone.bindCallbackGuarded.<ano
```
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

3 participants