Code Monkey home page Code Monkey logo

atom-autosave-plus's People

Contributors

aki77 avatar mataki avatar

Stargazers

 avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar

atom-autosave-plus's Issues

Changes required due to TextBuffer.save becoming async in Atom 1.19

Hi! Thanks for maintaining the autosave-plus package!

In Atom v1.19, we will release a major change to Atom's core text buffer data structure. As part of this change, we have made TextBuffer.save asynchronous; rather than blocking until the save is complete, it now immediately returns a Promise that resolves when the save is complete. Because of this, a few other Atom APIs that use save have similarly become async:

  • Pane.close
  • TextBuffer.save
  • TextEditor.save
  • Pane.saveItem
  • Pane.saveItemAs
  • Pane.saveActiveItem
  • Pane.saveActiveItemAs
  • Pane.saveItems
  • Workspace.saveActivePaneItem
  • Workspace.saveActivePaneItemAs

Effects on this package

We think this package could be impacted by this upgrade because it calls the changed methods in the following places:

We found these calls using a regex search, so this list might be incomplete, and it might contain some false positives.

What to do about the change

It should be pretty easy to adjust your package code and/or tests to work with the new async behavior, and to simultaneously keep it working with older versions of Atom. Here are some examples of pull requests we opened on our bundled packages to cope with the change:

Please let me know if you have any questions. I'd be happy to help!

Atomに関する取材のお願い

@aki77

はじめまして、お世話になります。 @tomoya こと大竹智也と申します。
この度、こちらのパッケージとは直接関係ありませんが、イシューにてご連絡させていただくことをお許し下さい。

私は4月末に技術評論社より発売されたWEB+DB PRESS Vol.86 の特集2にて、実践Atomという記事を書かせていただいた者ですが、
現在、更にAtomについて調査している中で、最近では @aki77 様が、日本人の中で特に活発にAtomのパッケージを書かれていることに気付きました。

そこで、お願いなのですが、AtomやAtomのパッケージについて、現在 @aki77 様が感じていらっしゃることをお聞きしたく、この度、ご連絡させて頂きました。

もし、取材が可能でしたら、ご返事をお願い致します。
ご返事は、こちらのイシューでも、私のメールでも構いません。

私のメールアドレスはこちらになります。
[email protected]

お忙しいところ、恐れ入りますが、何卒宜しくお願い申し上げます。

Req. info

Some information about functionality would be great

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.