郭翰林

Results 27 comments of 郭翰林

可以看看我提交的PR,现在等待官方合并。[#1904](https://github.com/quicktype/quicktype/pull/1904)

我提交了一个PR,麻烦过一下,Dart空安全的我适配完了:[#1904](https://github.com/quicktype/quicktype/pull/1904)

关于Dart空安全问题,不仅仅是要解决这个@的问题,还有其他一堆问题需要解决。我早先已经提交了一个PR给官方了。具体参考:[#1904](https://github.com/quicktype/quicktype/pull/1904) Regarding the Dart null safety issue, it's not just this @ issue that needs to be addressed, there are a bunch of other issues that need to be addressed....

> @RmondJone apologies. Our CI is back online and I've updated your branch, although I do not know how to make the tests work. I'll take a look later when...

I don't know if there is a problem with your detection mechanism. I can generate correct code normally when I run it locally. You can try it locally, I suspect...

> @RmondJone I have approved you to run our CI. You can see build failure messages now. There is no problem generating the code-the problem arises when our test harness...

@dvdsgl I have adapted the ci script of DART. There is a problem with some test cases. In fact, the code generated by running alone has no compilation problem, but...

@dvdsgl I fixed the CI compilation problem caused by the prettier lock file. Please approve the CI script to run again

> Very good @RmondJone! The tests got pretty far: https://github.com/quicktype/quicktype/actions/runs/3834620089/jobs/6528090108#step:21:57 > > Are you able to run the tests locally? Use: > > ```shell > $ QUICKTEST=true FIXTURE=dart,schema-dart npm test...

@dvdsgl I have adapted the schema test script of Dart CI ``` guohanlin@guohanlindeMacBook-Pro quicktype % QUICKTEST=true FIXTURE=dart,schema-dart npm test > [email protected] test > jest && script/test PASS src/__tests__/quicktype-core/language/TypeScriptFlow.test.ts jsonSchema to...