question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Selected Parser not persisted upon save

See original GitHub issue

To start with, thanks so much for the excellent tool!

Reading https://github.com/fkling/astexplorer/issues/67#issuecomment-162856324, it leads me to believe that the expected behavior currently is that the selected parser should be persisted when you Save a transform. That does not seem to be working for me currently with new transforms I create on the site.

Was there a recent regression, or am I possibly just overlooking something?

I should note that, the selected parser does still show for the example that was linked in #67 (http://astexplorer.net/#/np0DfVT78g).

Issue Analytics

  • State:closed
  • Created 7 years ago
  • Comments:7 (3 by maintainers)

github_iconTop GitHub Comments

1reaction
DrewMLcommented, Feb 1, 2017

You rock @fkling - thank you!

1reaction
fklingcommented, Apr 25, 2016

since the recast settings do persist upon save

Only locally though 😉 Parser settings are not stored in Parse yet. I guess we should do that at some point. Right now, the parser settings are only accessible from within each parser. I want to refactor how parser settings work soon, so that they can be passed in from the outside (e.g. an API). Then it would also be easier to save them with the code snippet.

Read more comments on GitHub >

github_iconTop Results From Across the Web

Javascript - Parse file create and save... but not to an object ...
The file is created I believe in a hidden section of your web hosting. Once it is created it stays around forever unless...
Read more >
Parsing
Causes the entire spec to be reparsed when you save a module, if that module is part of the spec. More precisely, the...
Read more >
Parser Editor - Sumo Logic Docs
Saved Logs. You can select a set of messages that you saved when previously using the Paste Logs option. Follow the instructions in...
Read more >
ActiveRecord::Persistence - Rails API
Only attribute is updated; the record itself is not saved. This means that any other modified attributes will still be dirty.
Read more >
argparse — Parser for command-line options, arguments and ...
Assuming the above Python code is saved into a file called prog.py , it can be run at the command line and it...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found