xi-editor / xi-mac

The xi-editor mac frontend.
Apache License 2.0
3.02k stars 147 forks source link

Bugfix: line invalidation for update with no operations #479

Closed scholtzan closed 4 years ago

scholtzan commented 4 years ago

This is required to support changes made in https://github.com/xi-editor/xi-editor/pull/1236

Without this fix there are line invalidation issues.

scholtzan commented 4 years ago

error: Could not compile `bytecount`. Why? :(

nangtrongvuon commented 4 years ago

Maybe trigger another rebuild? This seems like a rust thing from what little I've looked at online.

cmyr commented 4 years ago

@scholtzan try updating the CI script to run on stable rust, instead of being pinned to 1.31?

scholtzan commented 4 years ago

Yep, changing it to stable fixed it