Colin Bartolome
Colin Bartolome
I was able to extend the parser to parse wiki-style links and made a proof of concept for an AST transformation phase in the last comment on CPColin/ceylon.markdown#10, so we're...
In CPColin/ceylon.markdown#5 I have a checklist going for things I need to do in order to make the new module official. What else can I add to the list? Thanks!
The module should be functionally complete and ready to go, but I need a hand in the issue I linked in my last comment to figure out what changes I...
So what strategy should I take here? Should we try to get my code into the official Ceylon repo? Or should we get the module into the Herd and keep...
Okay, thanks. I'll get moving with claiming the module name in the Herd. Is there a particular license you'd prefer me to use? I don't have a preference, so whatever...
[It's up!](https://herd.ceylon-lang.org/modules/ceylon.markdown/1.0.0) Thanks, everybody!
I started looking at using this module in the `ceylon doc` and `ceylon doc-tool` tools and suddenly realized we'd be setting up a bit of a nasty circular dependency. The...
Think we should get this rolling for 1.4? Maybe with the `renamed`/`aliased` concept from ceylon/ceylon#7233?
We should just be able to change the type of `FileDescriptorReader.fileDescriptor` to `ReadableFileDescriptor`, right? I made the substitution and the `ceylon-sdk` project compiles, at least. It looks like we don't...
Between the `ceylon.locale` module and the `Integer.format()` and `Float.format()` functions added in 1.3.1, do we still need a separate module? I could see maybe wanting one for custom date formats,...