sonsongithub / numsw

Swift library like numpy, playgrounds notebook like jupyter.
MIT License
133 stars 9 forks source link

[WIP] switch tableView to produce bug #14

Closed omochi closed 7 years ago

omochi commented 7 years ago

This branch is for working to fix tableview bug.

@novi Do you have any ideas about this bug ?

reproduce

  1. step1 checkout this commit (7c0e9345)
  2. air drop playbook/numsw-ipad.playgroundbook to your iPad.
  3. Open book.
  4. tap Run My Code
  5. its ok (image 1)
  6. edit playground code. (image 2)
  7. tap Run My Code
  8. view is broken. (image 3)

images

image 1 img_0231

image 2 img_0232

image 3 img_0233

omochi commented 7 years ago

This branch include only one commit that switch ScrollView to TableView to produce bug now.

omochi commented 7 years ago

And not include commits of #13.

omochi commented 7 years ago

PRの宛先がマージされたので master宛にrebase しようとしましたが conflict したのでまたあとでやります

omochi commented 7 years ago

あ〜なるほどブランチ削除で事故った

sonsongithub commented 7 years ago

どうしたの?

omochi commented 7 years ago

@sonsongithub マージ先のブランチがPRのトピックブランチでした。PRがマージされたのでブランチを消したら、それを宛先にしてるこのPRが勝手にクローズしてしまいました。 このブランチはバグ修正をするためにTableViewに切り替えているだけなので、捨てて、最新のmasterで同じ事をやり直しました。

このPRは #23 として生まれ変わりました