#Releases · FPtje/GLuaFixer

1 messages · Page 1 of 1 (latest)

fallow elbow
mild thorn
#

yeah that bugs me out too

#

it does that to hook.Add too 💀

fallow elbow
#

:(

#

there was something in there so ignore the line

#
  end
) 
``` is crazy
mild thorn
#

yeah

#

make a github issue ig

fallow elbow
#

It doesn't do it on my laptop but im not sure what I did to make that happen ☠️

#

time to download 6 month old glualint

#

1.24.6 is the last version to not do the weird @mild thorn

woven torrent
#

Thanks, I have it too and it's a huge turn off

mild thorn
#

ugh i dont wanna downgrade

woven torrent
#

You either get used to it or just remove every time this occurrence happens

#

Both sucks imo

fallow elbow
#

gonna remove multiline changes in a fork ✅

woven torrent
#

I was going to ask for that to be fixed, read the PR and I was like "huuum it's what it is"

mild thorn
#

i just stopped using the pretty printer harold

fallow elbow
mild thorn
#

@inner lotus ^ you might care about the conversation above

inner lotus
#

It's been like that for a couple of versions

#

The thing is that the style with mixed multiline is great, but hard to program

mild thorn
inner lotus
#

Fun fact, it's the default style for Python

#

I can look into it, but I expect to hit barriers

mild thorn
#

poor python users

old rover
#

I generally like the multiline style with longer parameters, like creating convars for instance

#

But for <5 char params it's simply worse

mild thorn
spark mesa
fallow elbow
#

it might work I don’t know Haskell 🫡

#

I think I had it done hours ago

#

never pushed to remote though

fallow elbow
inner lotus
#

No promises

#

The above code is probably buggy, in that there's a good chance that it causes bugs like "omg reformatting causes syntax errors" when it puts the ) after a comment for example

spark mesa
#

Talking about the pretty print options that is

inner lotus
#

There was a bug regarding printing comments. It was particularly nasty to fix. I ended up restructuring a big part of the code. I ended up with the format it has now. @spark mesa

#

I have regression tests now, though, so I should be able to mess around without breaking too much

woven torrent
#

We all here use your linter as we use Billy's extension, everyday you're part of our code fptje toocool

inner lotus
#

Thanks!
What's Billy's extension?

woven torrent
#

Vscode extension, your glitter and Billy's it's a must have

inner lotus
#

Oh damn that's cool

#

Yeah that's the good stuff

inner lotus
#

There are some executables in there and some test instructions. Please download those and use them on your projects. I'd like to know what you think

woven torrent
#

For now everything it's going great

inner lotus
#

That's great to hear!

mild thorn
inner lotus
#

Cool!

woeful apex
#

Nice work happy

inner lotus
#

Made a new release here, with the changed formatter: #tool-releases message

For those who tried out the test version yesterday, there is a difference with 1.28.0, specifically in how -- format: multiline is handled. In the test version, this woul have no effect. In version 1.28.0, this causes all arguments to be printed on a new line