Skip to content

Unable to edit type #5669

Answered by rlmark
gvolpe asked this question in Q&A
Apr 30, 2025 · 5 comments · 6 replies
Discussion options

You must be logged in to vote

One thing that can help is to remove as much of the deep name nesting as possible, (what Paul mentioned earlier), since the namespace file directive has some pretty finicky interactions with the edit workflow..

Based on that project you shared, here's how you can move stuff to a less nested format with a few commands. Hopefully that way, the namespace file directive is less needed.

0.) Optional - do this on a branch (recommended)

miniblog/main> branch update-structure
miniblog/update-structure> 
  1. Fork your lib to the expected place near your application code - we'll remove the deep nesting next
miniblog/update-structure> fork lib com.gvolpe.miniblog.lib 
  1. Move everything in your deeply…

Replies: 5 comments 6 replies

Comment options

You must be logged in to vote
1 reply
@gvolpe
Comment options

Comment options

You must be logged in to vote
1 reply
@gvolpe
Comment options

Comment options

You must be logged in to vote
2 replies
@gvolpe
Comment options

@gvolpe
Comment options

Answer selected by gvolpe
Comment options

You must be logged in to vote
2 replies
@rlmark
Comment options

rlmark Apr 30, 2025
Collaborator

@gvolpe
Comment options

Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
3 participants